Tagged Questions
1
vote
2answers
4k views
How to fix problem with version mismatch of iPhone 4.3.4 and IOS SDK
I upgraded my iPhone to 4.3.4 (8K2) and I can no longer build my app.
In the organizer, I get the following error:
The version of iOS on “Jeff Bonta’s iPhone” does not match any of the versions of ...
0
votes
1answer
337 views
XCode — The xxx outlet of 'File's Owner' is connected to 'Label YYY' but xxx is no longer defined on zzz
All of a sudden I'm getting over a hundred warning messages of that sort out of XCode build (that used to build without any warnings), but, curiously, when you look at the connections in Interface ...
1
vote
1answer
89 views
Xcode: Compile Under Certain Build Configurations
Is there a way to configure a given target to only compile under certain build configurations?
For example, let's say I have a simple shell tool that compiles alongside a larger library to test it. ...
1
vote
1answer
119 views
How to also change the location of index files when changing the default build location in Xcode?
I'm using Xcode version 3.2.2.
If I follow these steps with Xcode:
create a new Cocoa application called "Test"
in Info change the "Build Products Path" to "_build"
build project
I find that ...
0
votes
2answers
2k views
gcc-4.2 failed with exit code 1 in Xcode
I'm working with Xcode 3.2.3 and iOS 4.0.1 and I have downloaded an open source iPhone game to learn from but without editing anything I tried to run it in the simulator and it throws this error ...