patchthecode / JTAppleCalendar

The Unofficial Apple iOS Swift Calendar View. Swift calendar Library. iOS calendar Control. 100% Customizable
https://patchthecode.com
MIT License
7.57k stars 812 forks source link

Can't install version 8.0.0 with Carthage #1079

Closed Dale-One closed 5 years ago

Dale-One commented 5 years ago

Hi!

When I try to install the latest version of JTAppleCalendar (8.0.0) with Carthage I get the following error:

*** Skipped building JTAppleCalendar due to the error: Dependency "JTAppleCalendar" has no shared framework schemes

patchthecode commented 5 years ago

hmm. Will take a look after work.

pcmanik commented 5 years ago

@patchthecode Can you please take a look on that? I would like to update my project. Thanks.

patchthecode commented 5 years ago

I am kinda stumped on this one. Setting the Help wanted flag

The settings look ok. I'm not sure what the problem is

florianbuerger commented 5 years ago

I looked into this briefly. The project can't be read by Xcode 10, only Xcode 11. When adjusting objectVersion = 52; to objectVersion = 51; in the project.pbxproj file so it can be opened in Xcode 10, there is no framework target for JTAppleCalendar at all.

If you have time it would be great if you can recreate the previous project structure. Otherwise I can do it but since I don't know how you want to it it might be best if you do it.

sochalewski commented 5 years ago

Bump, could you fix this anytime soon? 🙏

patchthecode commented 5 years ago

I'll take a close look at this over the weekend. In the mean time can you guys just use SwiftPackageManager as a work around?

It comes built into the new XCode 11 making carthage obsolete.

Screen Shot 2019-07-17 at 11 37 11 am

In Xcode, simply head there, click on the + sign. And paste in this repository's github link

Screen Shot 2019-07-17 at 11 38 17 am

Done. But yes, i'll take a look over the weekend.

patchthecode commented 5 years ago

closing issue.

latest version 8 = 8.0.1 (installed using SPM latest version 7 = 7.1.8 (installed using carthage/cocoapods)

NilaakashSingh commented 5 years ago

Hi, Even knowing that this issue is resolved. Can we try this workaround? As it worked for me

  1. Cross-checking that example project has shared scheme enable
  2. Just unselect and select the shared scheme checkbox in Manage Schemes
Screenshot 2019-10-28 at 2 54 33 PM

Source:- https://github.com/techprimate/TPPDF/issues/98

patchthecode commented 5 years ago

@NilaakashSingh there was another update to this.

Both Carthage and Cocoapods have been re-enabled for all versions. If you want to install carthage latest, then please use

github "patchthecode/JTAppleCalendar" "master"
seanrice commented 4 years ago

Happy Holidays