IOS App archive and uploading

老子叫甜甜 提交于 2019-12-13 08:46:30

问题


When I tried to archive the app I just created, I received this error. Is there any guru who can help me explain this issue and give me instruction step by step how to fix this problem. Appreciate it.

But there really is one in my keychain


回答1:


If you sure your Profile is same as you selected in General Tab drop down. Also, you are confident that you are having the p12 for the profile. Do the following.

Go to the Build Settings tab and navigate to codesign. In that section, there is CodeSign, Provisioning profile and profile(deprecated), team selection. Please select those manually so they don't have "Multiple values" displayed. Go to each line and do the right profile selection.

Optional: If you have another targets and extn associated with the app make sure to go in the capabilities group and select the ones that are enabled in the provisioning -profile. (You may check this from your developer portal) I face that my AppGroupID was selected wrongly once to profile I selected in the 1st tab of General.

Once the build settings are done correcting the General tab will show no issues. Try this.




回答2:


I solved the problem thanks to Vicky Dhas. The same problem occurred after creating a new certificate. On the tab «Build Settings» in the section "Signing" I fixed some settings:



来源:https://stackoverflow.com/questions/47699914/ios-app-archive-and-uploading

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