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

浏览:110日期:2023-12-11

问题描述

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

问题解答

回答1:

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

相关文章: