微信逆向提示 The WatchKit app's Info.plist must have a WKCompanionAppBundleIdentifier key set to the bundle identifier of the companion app.
monkeydev 默认的pack.sh里是会自动删除watchKit内容的,看一下你的脚本是不是安装位置不对,你可以在项目的build Phases 里设置脚本路径,默认是/opt/MonkeyDev/Tools/pack.sh,脚本里的52-56行就是删除watchkit内容的
在删除PlugIns和Watch文件的代码后加上如下代码即可
rm -rf "${TARGET_APP_PATH}/com.apple.WatchPlaceholder" || true
发表回复