Jtapplecalendar: Can't install version 8.0.0 with Carthage

Created on 30 Jun 2019  路  10Comments  路  Source: patchthecode/JTAppleCalendar

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

help wanted

Most helpful comment

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.

All 10 comments

hmm. Will take a look after work.

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

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

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

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.

Bump, could you fix this anytime soon? 馃檹

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.

closing issue.

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

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

@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"

Happy Holidays

Was this page helpful?
0 / 5 - 0 ratings