美文网首页
Embedded binary's bundle identif

Embedded binary's bundle identif

作者: 书写不简单 | 来源:发表于2018-11-19 11:32 被阅读0次

问题一:Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier

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

  • 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

问题二:“Failed to set plugin placeholders” message?

按照下面的路径,修改

38167AF9C7D75C8ACB57218B7145DA12.png

相关文章

网友评论

      本文标题:Embedded binary's bundle identif

      本文链接:https://www.haomeiwen.com/subject/hdpofqtx.html