Skip to content

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

Description

@cestbonciel

(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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions