You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Uncomment the next line to define a global platform for your project# platform :ios, '9.0'
target 'myProjectName'do# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'JTAppleCalendar', '~> 8.0.0'# Pods for myProjectName
end
Description
I put Month View on storyboard. Custom Class : JTACMonthView / Module : JTAppleCalendar.
the collection Cell is DateCell ( custom Class).
[ DateCell.swift ]
import JTAppleCalendar // No such module 'JTAppleCaledar'
import UIKit
classDateCell:JTAppleCell{@IBOutlet weak vardateLabel:UILabel!@IBOutlet weak varselectedView:UIView!}
Steps To Reproduce
So, i removed Podfile.lock and projectName.xcworkspace. and I installed Pod install again on zsh. But it has still problem..
Expected Behavior
Additional Context
The text was updated successfully, but these errors were encountered:
New different Error message generate. No such module on DateCell.Swift
I erased pods related to Podfile. and I create Podfile and even collectionView again. connected custom class again. and cell identifier etc..
I installed pods. and different error message comes out again. Could not find module 'JTAppleCalendar' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at: /Users/myMacbook/Library/Developer/Xcode/DerivedData/MyProjectName-dnaowrquqjgesefbzwxiscmmbtaf/Index.noindex/Build/Products/Debug-iphonesimulator/JTAppleCalendar/JTAppleCalendar.framework/Modules/JTAppleCalendar.swiftmodule
(Required) Version Number:
Podfile
Description
I put Month View on storyboard. Custom Class : JTACMonthView / Module : JTAppleCalendar.
the collection Cell is DateCell ( custom Class).
[ DateCell.swift ]
Steps To Reproduce
So, i removed Podfile.lock and projectName.xcworkspace. and I installed
Pod install
again on zsh. But it has still problem..Expected Behavior
Additional Context
The text was updated successfully, but these errors were encountered: