search

Home  >  Q&A  >  body text

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

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

ringa_leeringa_lee2900 days ago1062

reply all(1)I'll reply

  • 世界只因有你

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

    The BundleID of the dynamic library or iWarch application must be consistent with the bundleid of the main application. For example, the ID of your application is com.mycop.hello, then the embedded ID must be com.mycop.hello.xxx

    reply
    0
  • Cancelreply