about this site
V2EX is the personal blog of Xin Livid Liu.
Xin is an iPhone developer. His wife Olivia and he are enjoying inspirations in their OLIVIDA Studio.
Xin is an iPhone developer. His wife Olivia and he are enjoying inspirations in their OLIVIDA Studio.
archives
tags
- Adium
- Anime
- Apple
- App Store
- Beginning
- Beta
- cocos2d
- Code
- Code Geass
- Cydia
- Design
- Example
- FAQ
- Games
- Gomoku
- Hangzhou
- Interface Builder
- iPhone
- iPhone Developer Program
- Jabber
- Java
- Live
- MacBook Pro
- Nonsense
- NSString
- nVIDIA
- Performance
- Smack
- SQLite
- Themes
- Thinking
- Trip
- Tutorial
- UIActionSheet
- UIImageView
- UITableView
- UITableViewCell
- UIView
- UIViewController
- V2EX
- Video
- WordPress
- Xcode
- XMPP
links
Distribution Provisioning Profile not showing up
Posted in iPhone on October 22nd, 2008 by Xin
I just encountered this problem and finally got it working. Here are some tips if you’ve experienced the same problem:
- Try create a new iPhone project in Xcode, and your distribution provisioning profile will show up in the new project. Then back to the problematic project, you may get lucky.
- Enter
iPhone DistributioninCode Signing Identity, selectCode Signing Provisioning Profileand press delete. Switch to distribution configuration and build, if you got lucky, you’ll be prompted about permission or somethingKeychain, clickAlways Allow. After build, you may find distribution provisioning profile showing up. - You’ll need to generate and request different certificates for Developer profile and Distribution profile.
- Actually you don’t need to enter the name part in
Code Signing Identity, justiPhone DeveloperandiPhone Distributionis enough for Xcode to locate these profiles.
Since Xcode behaves strange and different from what Apple describes in program portal guide, this could be a bug and I hope it gets fixed in next version of Xcode. I believe that many people were mad about this.
Step #1 just fixed it for me. Thanks!
Doug Diego » Blog Archive » Distribution Provisioning Profile not showing up November 11th, 2008 at 1:35 am[...] Then I came across this thread: http://www.v2ex.com/2008/10/22/distribution-provisioning-profile-not-showing-up/ [...]
soymint » how to fix iphone code signing errors January 19th, 2009 at 10:31 pm[...] I think this was originally suggested at v2ex.com in this post. [...]

