Reputation: 8118
I just updated my Xcode to Xcode 7. Now I clicked my app I selected archive and now I'm getting the same window as always except my iOS app doesn't appear under iOS apps but under the Other items tab.
I also can't export it to ipa or click on submit to app store?
Someone have a solution for this?
Upvotes: 3
Views: 1243
Reputation: 8118
Downgrading my cocoapods to:
gem install cocoapods -v 0.39.0.beta.3 --verbose
solved the problem.
Upvotes: 1