ERROR ITMS-90046 using xctool / xcodebuild vs XCode Archive's success

落花浮王杯 提交于 2019-12-04 11:29:59
jr.root.cs

Currently, I encountered what I think is a bug in xcodebuild command similar to this, way I fixed it for me was to setup provisioning profile in the project settings. Try updating your project and run build again.

The investigation into the issue was here: https://forums.developer.apple.com/thread/14378

But others reported problem with associated domains:

SO question: Apple Store submit fails with Error ITMS-90046, but Associated Domains is not among entitlements

What is your OS, XCode ... etc?

Just a guess: Maybe you need to specify an application-identifier in your Entitlements.plist if you use the command line. Here https://developer.apple.com/library/ios/qa/qa1710/_index.html it is stated that in "In modern versions of Xcode.."

You said:

They work great, but I recently ran into an issue...

Have you created a new profile meanwhile and now there are two? Or two certificates? Here is a description on how to check your entitlements. Maybe this helps.

Creating .entitlements for the embedded framework will solve the issue only in Xcode 7.x. In the version 8.x the issue still exists.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!