I have been using the new 'Build and Archive' feature of the latest XCode 3.2.3. I like it.
Now I noticed that it is always disabled for some reason. I can't seem to figure out what I changed to cause this.
Does anyone have any ideas?
Thanks!
feedback
|
|
Maybe your current build configiuration is "Simulator"? It needs to be device build to activate "Build and Archive" | |||||||||||||||||
feedback
|
|
In addition to what @Alexander Babaev said , when I had this problem it was because for some reason the build configuration was set to MAC 64 bit (dont know how it got there...) , returned it to IOS and it got enabled again. | |||
|
feedback
|
|
All you need to do is create an Executable File in your project folder... If you start with a fresh project there are NO executable projects, only what you create, be it a .cpp or a .m you need an executable in the folder. | |||
|
feedback
|