문제

I intend to release an update for my iOS app Oskarshamnsliv to AppStore, but fail when I try. Since I last released an update I have bought a new computer, which most probably is the cause of my problems.

I have never before really understood what I have been doing when releasing and updating my apps. I have just used Ray Wenderlich's guides here and here. As I try to do the same again, Xcode gives me an error message when I choose Product/Archive.

Xcode error alert

Even though I press "Fix issue", the issue is not fixed. Anyway, I am sure the problem has something to do with with certificates/provisioning profiles which is further proved by the error description I get from Xcode:

Xcode error description

I have tried all sorts of things, and in despair I have also created new and deleted old certificates and provisioning profiles. I have put some screenshots together to help make a clear picture of my situation. I have spent too many hours on this now, any help will be much appreciated!



From build settings of my app: enter image description here

From my Xcode organizer: enter image description here

From my page on developer.apple.com: enter image description here

From my page on developer.apple.com: enter image description here

From my Keychain Access: enter image description here

도움이 되었습니까?

해결책

First, i suggest you go to preferences panel on Xcode under Accounts tab, click on 'View Details...' buttons under your account details, and click on the refresh button to make sure you have the most up to date profiles on your account.

Second, i see that under Code Signing in your project settings, the 'Release' settings has different profiles set there under 'Any iOS SDK'.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top