Rob Aldred
1 min readJan 25, 2017

--

Having trouble establishing whether a library has bitcode included using otool gives the output the answers on SO say that should be expected however Xcode still complains that full bitcode is not included.

It would seem that the otool -arch arm64 -l staticlib.a | grep 'LLVM\|bitcode’ is not actually sufficient in confirming bitcode presence or a bug in Xcode 8.2?

--

--