使用lipo重组macos fat可执行文件

universal_app: x86_app arm_app
lipo -create -output universal_app x86_app arm_app

如上所示

posted @ 2022-11-20 21:05  bodong  阅读(28)  评论(0编辑  收藏  举报