搜索

首页  >  问答  >  正文

objective-c - Xcode这个报错怎么办?

(null): error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier.

ringa_leeringa_lee2762 天前623

全部回复(1)我来回复

  • 世界只因有你

    世界只因有你2017-04-28 09:06:15

    动态库或iWarch的应用的BundleID必须要跟主应用程序的bundleid一致,比如你的应用的id是com.mycop.hello,那么内嵌的id必须是com.mycop.hello.xxx

    回复
    0
  • 取消回复