2015年8月19日 星期三

To verify iOS module is 64-bit compatible

To verify, run the following command:
cd /PATH/TO/MODULE/
xcrun lipo -info build/lib..a
And the output should be:
Architectures in the fat file: build/lib.your_module_here.a are: armv7 i386 x86_64 arm64

沒有留言:

張貼留言