tobefuturer/app2dylib

请问, 拆分arm64架构和armv7s架构,进行转化后,如何让动态库支持arm64和armv7s ?

Closed this issue · 6 comments

app2dylib supports armv7 and arm64 archtecture, but not support fat file. Please use lipo to thin the image file first.

命令行 libtool

感谢你的及时回复^ ^

没事~

使用 gcc -dynamiclib -o 语句得到一个 Mach-O 64-bit dynamically linked shared library x86_64 动态库,无法使用,求助。。。

命令行 man libtool 看文档

可以使用 lipo -create A.dylib B.dylib -o C.dylib