Hi!
I'm using Carthage dependency manager and Nimble. While trying to install Nimble, here's output i get:
The following build commands failed:
Ld DerivedData/Nimble/Build/Products/Release-appletvos/Nimble.framework/Nimble normal arm64
(1 failure)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
A shell task failed with exit code 65:
** BUILD FAILED **
The following build commands failed:
Ld DerivedData/Nimble/Build/Products/Release-appletvos/Nimble.framework/Nimble normal arm64
(1 failure)
I opened Nimble.xcodeproj, and tried to build Nimble-tvOS framework, it fails with following output:
ld: '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks/XCTest.framework/XCTest' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE) or obtain an updated library from the vendor for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I'm using XCode 7.1, carthage 0.9.3 and trying to pull Nimble v3.0.0 or master branch.
Any idea what is going on? Thanks in advance.
Hi!
I'm using Carthage dependency manager and Nimble. While trying to install Nimble, here's output i get:
I opened Nimble.xcodeproj, and tried to build Nimble-tvOS framework, it fails with following output:
I'm using XCode 7.1, carthage 0.9.3 and trying to pull Nimble v3.0.0 or master branch.
Any idea what is going on? Thanks in advance.