I have several iPhone apps and just upgraded to xcode 3.2.3 and have a few issues.
- Before, I used to simply select base SDK then do the build. Now, I see where I set the Architecture Base SDK in my target but it's not 'base' it's Simulator of Device. I also set the deployment target to 3.1.3 and now when I simply do a build so I can submit to Apple, it asks me to code-sign twice and doubles the files it is compiling.
- Code Signing Identity - I used to see a list of all my certificates and could see that xcode was correctly selecting the right one. Now I simply see Distribution and Developer in the drop down...where are the list of app certs?
Thanks!