Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Building randomly breaks with Carthage #15

Closed
nickygerritsen opened this issue Dec 18, 2015 · 3 comments
Closed

Building randomly breaks with Carthage #15

nickygerritsen opened this issue Dec 18, 2015 · 3 comments

Comments

@nickygerritsen
Copy link
Contributor

If I use Crypto as a dependency buidling randomly breaks when running carthage update with the following in the log:

Build settings from command line:
    BITCODE_GENERATION_MODE = bitcode
    CODE_SIGN_IDENTITY = 
    CODE_SIGNING_REQUIRED = NO
    ONLY_ACTIVE_ARCH = NO
    SDKROOT = appletvos9.1

=== BUILD TARGET CommonCrypto-OSX OF PROJECT Crypto WITH CONFIGURATION Release ===

Check dependencies
target 'CommonCrypto-OSX' has bitcode disabled (ENABLE_BITCODE = NO), but it is required for the 'appletvos' platform

It seems it wants to build the OS X target for a tvos SDK, which of course fails.

I remember having this problem before and in one of my PR's I used to have fixed this by removing and recreating some (or all) targets in the project.

However because I redid that whole PR I forgot to do that again and forgot what it exactly was.

I might be able to fix it again, but was also wondering if other people have the same problem.

@loudnate
Copy link

👍 I'm having the same issue.

@soffes
Copy link
Owner

soffes commented Aug 17, 2016

I never seen this. Are you guys still having this issue?

@nickygerritsen
Copy link
Contributor Author

I'm not actively using this currently, so I have no idea if it still happens, sorry.

@soffes soffes closed this as completed Aug 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants