1,424
社区成员




比较麻烦,你需要修改 helper.app 中使用 b.framework 的引用路径。
首先使用 otool 看看现有情况
otool -L helper.app/Content/MacOS/helper
然后用 install_name_tool 修改引用路径
install_name_tool -change path/to/b @executable_path/../Frameworks/b.framework/Versions/1.0/b helper.app/Content/MacOS/helper
慢慢试吧,祝你好运