1

I have this error when archiving project in Xcode.

ld: bitcode bundle could not be generated because '/project/Pods/dlib/build/libdlib.dylib' was built without full bitcode. All frameworks and dylibs for bitcode must be generated from Xcode Archive or Install build for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Don't know what to do :( Any suggestions?

1 Answers1

0

I think you can find answer here xcode 7.1 swift framework app builds but not archiving

Ivan Skrobot
  • 311
  • 3
  • 7