-
Notifications
You must be signed in to change notification settings - Fork 33
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
Carthage update fails #86
Comments
Same result with Dynamic framework |
I must have missed something: I also have this issue when simply doing:
-->
See carthage verbose attached: |
Hi! Just tested with Xcode 12 beta 2 (don't have 11.6 yet, but I'll download it and test again). The first example you provide:
works fine on my machine 😈 Maybe this is related to Xcode 11.6. We had to fix a build issue for 11.4, so I wouldn't be surprised if this is the case. In the meantime, I propose you just try a Carthage cache cleanup with the command If you also don't need the tvOS build, you can only build for iOS with the
Let me know if this works for you, otherwise I'll try with 11.6 tomorrow. |
Thanks for the feedback Sam ! Sadly I had already tried some combination of what you proposed here. My latest attempt:
|
Just tried with Xcode 11.6, works fine on my machine™️. I propose we have a look at it tomorrow, just get in touch with me. In the meantime I can also provide you with the binaries so that you can progress on what matters (the code), but still I am interested in knowing why this fails and to solve it. Having a look at the log it seems everything was successful (the archive was built and I see only compilation warnings). What does not work is the copy operation itself. Wonder if this is possibly related to an access rights issue. Could you maybe try again with the |
I am under the impression that my problem is similar to those: Well, anyway I would appreciate tvOS / iOS static binary frameworks for SRGMediaPlayer (and its dependencies), SRGAnalytics and the bridge between the two or maybe I can just build them on the MacMini ... 🤔 I will also see with @GautierAnd if he can build on his computer Thanks ! |
Tested without error in
You may clean all Xcode DerivedData, and set to Default location (at least, update if it's the legacy one in the Xcode > Preferences, Locations tab). You can use: The archive step uses the An other check to do: If the
|
Such issues will disappear with version 6.0.0 and SPM. Carthage support will be dropped. |
We have worked around this with Sam, I have binaries now |
Issue type
Incorrect behavior
Description of the problem
Build fails
Environment information
xcode 11.6
carthage 0.35.0
Reproducibility
Always reproducible
The text was updated successfully, but these errors were encountered: