Xcode – Embedded binary’s bundle identifier is not prefixed with the parent app’s bundle identifier

ChatGPT 3.5 国内中文镜像站免费使用啦

零基础 Object-C 学习路线推荐 : Object-C 学习目录 >> Object-C 基础

零基础 Object-C 学习路线推荐 : Object-C 学习目录 >> Object-C 线程

零基础 Object-C 学习路线推荐 : Object-C 学习目录 >> OpenGL ES

零基础 Object-C 学习路线推荐 : Object-C 学习目录 >> GPUImage

零基础 Object-C 学习路线推荐 : Object-C 学习目录 >> AVFoundation

零基础 Object-C 学习路线推荐 : Object-C 学习目录 >> CocoaPods


一.错误原因

出现此错误通常由于 Bundle Identifier 未设置正确。

如果是直接从网上下载的工程,首先检查工程 TARGETS 下的 Bundle Identifier 是否已设置。如果是 sdk 的 demo 工程,Bundle Identifier 通常是空白,需要手动填写。然后在下面 Signing 的 team 中选择开发者账号。同时,在 TARGETS 下相应地 Test 工程中也要做相同的设置。


二.解决办法

设置工程 TARGETS 下的 Bundle Identifier:

com.xxx.my
com.xxx.my.app
com.xxx.my.app.extension

在工程的 Targets 下面的 三项(工程名为my):my 、 myapp 、myextention
General -> identity 下面的 Bundle Identifier都是有固定写法的,不要随便改。


三.猜你喜欢


ChatGPT 3.5 国内中文镜像站免费使用啦
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容