You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
If I use Crypto as a dependency buidling randomly breaks when running
carthage update
with the following in the log: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.
The text was updated successfully, but these errors were encountered: