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
I know your busy, and support for DeepBelief is low/non-priority
But could we get the next build with bitcode enabled? It would give DeepBelief longer legs, once apple starts making bit code mandatory.
Here's the error, and the current fix is as easy as changing the Enable Bitcode setting in Build Settings from YES to NO.
Current error message reads
'''
'/Frameworks/DeepBelief.framework(libjpcnn.o)' does not contain bitcode. You must rebuild it with bicode enabled (XCode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
clang: error: linker command failed with exit code 1
'''
Pretty sure there's no way I can rebuild the package on my side, is there?
Lucky to have folks like you on the planet.
The text was updated successfully, but these errors were encountered:
Thanks for the kind words! There is actually an Xcode project and full source you can use if you want to rebuild the library yourself, inside the source directory (though I realize I don't document that very well!). I hope that helps, let me know if not.
Hey Pete,
I know your busy, and support for DeepBelief is low/non-priority
But could we get the next build with bitcode enabled? It would give DeepBelief longer legs, once apple starts making bit code mandatory.
Here's the error, and the current fix is as easy as changing the Enable Bitcode setting in Build Settings from YES to NO.
Current error message reads
'''
'/Frameworks/DeepBelief.framework(libjpcnn.o)' does not contain bitcode. You must rebuild it with bicode enabled (XCode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
clang: error: linker command failed with exit code 1
'''
Pretty sure there's no way I can rebuild the package on my side, is there?
Lucky to have folks like you on the planet.
The text was updated successfully, but these errors were encountered: