Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I use Xcode Version 14.3.1 (14E300c). But the bug? issue has 'No such module 'JTAppleCalendar' #1386

Open
cestbonciel opened this issue Oct 9, 2023 · 3 comments

Comments

@cestbonciel
Copy link

cestbonciel commented Oct 9, 2023

(Required) Version Number:
Podfile

# 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

class DateCell: JTAppleCell {
	
	@IBOutlet weak var dateLabel: UILabel!
	@IBOutlet weak var selectedView: 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

@cestbonciel
Copy link
Author

cestbonciel commented Oct 9, 2023

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

@christiancabarrocas
Copy link

@cestbonciel are you been able to solve this last issue? Facing the same one

@patchthecode
Copy link
Owner

usually, its update to latest version 8.0.5
then do a Xcode CLEAN. --> CMD + SHIFT + K
Then do a rebuild.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants