作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
各种版本的应用程序已经发布到 Mac 应用商店。新版本在应用购买中引入。现在,当尝试通过 ApplicationLoader 交付应用程序时,它会失败并显示以下错误消息:
ERROR ITMS-90511: "CFBundleIndetifier Collision. The Info.plist CFBundleIdentifier value 'com.unity.purchasing.unitypurchasing' of 'SomeApp.app/Contents/Plugins/unitypurchasing.bundle' is already in use by another application.
chmod -R a+xr "SomeApp.app"
codesign -f --deep -s '3rd Party Mac Developer Application: SomeDev' --entitlements "SomeApp.entitlements" "SomeAppp.app/Contents/Plugins/unitypurchasing.bundle"
codesign -f --deep -s '3rd Party Mac Developer Application: SomeDev' --entitlements "SomeApp.entitlements" "SomeApp.app"
productbuild --component "SomeApp.app" /Applications --sign "3rd Party Mac Developer Installer: SomeDev" "SomeApp.pkg"
最佳答案
统一编辑
codesign --remove-signature unitypurchasing.bundle
中运行此命令关于macos - 如何修复 : 'unitypurchasing' is already in use by another application?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49853986/
各种版本的应用程序已经发布到 Mac 应用商店。新版本在应用购买中引入。现在,当尝试通过 ApplicationLoader 交付应用程序时,它会失败并显示以下错误消息: ERROR ITMS-905
我是一名优秀的程序员,十分优秀!