- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在我的 Xcode(7.2) 项目(Watchkit 和 IOS 应用程序)中,尝试通过 Xcode 将我的应用程序的构建(使用存档上传)提交到 Itunes 连接时出现错误,如下所示:
ERROR ITMS-90376 "Invalid CFBundlerIdentifier. The CFBundleIdentifier value 'com.MYCOMPANY.MY-APP'
of watch application 'MY-APP.app/Watch/MY APP Watchkit App.app' does not properly
extend the CFBundleIdentifier value 'com.MYCOMPANY.MY-APP' of its containing
iOS application."
有几样东西是我想要的(不一定按这个顺序):
编辑:我忘了说它还给了我第二次警告:
iTunes operation succeeded with a warning.
The resulting API analysis file is too large We were unable to validate your API usage
我试着寻找有同样错误的人(运气不好)。然后我尝试寻找有类似错误的人(没有解决我的问题)。
如果您需要更多信息:只要问我
最佳答案
CFBundleIdentifier
是 Core Foundation Key
而 Bundle Identifier
是它的 Xcode
名称可以在您项目的 Info.plist 文件中找到。
More about Core Foundation Keys
在 watch 应用程序中,iOS 应用程序、 watch 应用程序和扩展程序的 bundle 标识符需要遵循特定的格式。
如果您看到 watch app target 包含配套应用程序包标识符作为前缀,后跟 watchkitapp 并且 watch kit 扩展目标包含 watch kit 应用程序包标识符作为前缀,后跟 watchkitextension。
您所需要的只是在每个目标的 plist 文件中设置正确的标识符。
关于ios - 无效 CFBundleIdentier ITMS-90376,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34842905/
在我的 Xcode(7.2) 项目(Watchkit 和 IOS 应用程序)中,尝试通过 Xcode 将我的应用程序的构建(使用存档上传)提交到 Itunes 连接时出现错误,如下所示: ERROR
我是一名优秀的程序员,十分优秀!