xcode + iwatch调试错误
在工程的 Targets 下面的 三项(工程名为my):my 、 my Watchkit app 、my Watchkit extention
General -> identity 下面的 Bundle Identifier都是有固定写法的,不要随便改。
例如:
com.xxx.my
com.xxx.my.watchkitapp
com.xxx.my.watchkitapp.watchkitextension
error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier
时间: 2024-10-31 04:29:56