Tagged Questions
2
votes
2answers
80 views
Program received signal: “0”. No prior sign of trouble
Running a long-running sound processing app on tethered (to Xcode 3) iPod Touch. Twice now, after 1 hour 40 minutes the first time and 2 hours 20 minutes the second, the app has ended with signal 0. ...
0
votes
2answers
148 views
How to install Xcode 4.0 and iOS SDK 5.0 with Xcode 3.2.6 already installed
I am trying to install Xcode 4 on my mac which already has Xcode 3.2.6 installed.
I searched for this and I found that I need to change the location for the directory to install Xcode, however in ...
0
votes
1answer
254 views
No provision ios device connected
I trying to test my iPhone app on real iPhone device having ios 5.0 restored recently.
Now when i connect iPhone to mac in xcode's organizer it is showing orange dot in front of device. Let me tell ...
0
votes
3answers
399 views
XCode 4 causing iOS4 app top crash, where XCode 3 didn't
Working on an iPhone app for my company. Recently upgraded to XCode 4 (But kept an installation of XCode 3 in a separate folder).
The application, if compiled and run under XCode 3, runs stable and ...
0
votes
4answers
493 views
Can't figure out memory leak testing with simulator and in general
EDIT: guys, my question was about using the Instruments to see leaks, and the code as an example and side question, but you answered the side question and not the main problem.... Thank you for the ...
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 ...
1
vote
1answer
3k views
Xcode 4 (or 3) iOS, with c++ [duplicate]
Possible Duplicate:
Is it possible to program iPhone in C++
Hello,
I'm sorry I can not find the info that I can program in C++ Xcode4 iPhone
4th. Is it possible to program in C++ with ...
3
votes
1answer
669 views
Xcode backward compatibility
I want to upgrade my Xcode 3.2.3 to Xcode 4.0
but I want to confirm one thing about my current project code.
Will upgrading cause problems with my current code ? Can I still run the code made by ...
0
votes
1answer
507 views
iOS App Crashing on iOS 4.2 but not 4.0, simulator not showing logs
Using XCode 3.2.5 I can run my application on iOS Simulator using the 4.2 SDK. However, it crashes on the following function, more specifically, the presentModalViewController call:
- (void)login {
...
1
vote
1answer
459 views
Xcode stops at breakpoints and seems to hang
I am trying to debug a small prototype for an iPhone App (iOS Simulator 4.1), compiled as Debug, with all the configuration apparently ok.
The application makes use of Cocos2d graphic engine and ...
1
vote
1answer
2k views
Base SDK Missing [duplicate]
Possible Duplicate:
Install xCode 3.2.3 w/ iPhone SDK 4, get “Base SDK missing”, can't see other SDKs
I just upgraded my xcode directly from the website i.e. I downloaded ...
0
votes
1answer
61 views
Upgrading Existing XCode iPhone Project to 3.2.3
I upgraded xcode to 3.2.3 and loaded an existing project I had created with a prior version of xcode. It seems to compile fine as I have set up the correct deployment target and base sdk. When I ...
0
votes
1answer
212 views
iPhone 4 not supporting in XCode 3.2
I am haivng an iPod which recently updated to iOS4.0. It is working fine with the device. I am having the XCode version 3.2 installed on my mac. When I try to test the apps on my device it displays an ...
0
votes
0answers
160 views
Testing app with iOS 3.1.3 and xCode 3.2.3
I'm testing an app for iphone and iPad with xCode 3.2.3!
like written in "xcode 3.2.3 readme" I'm using this configurations: Base SDK is set to iPhone SDK 4.0, iPhone OS Deployment Target is set to ...
0
votes
2answers
505 views
Building and Installing to ios 3.2
I recently installed the latest version of xcode with support for ios 4. Unfortunately when I tried to compile and install my app (which I have successfully compiled many times) for my iPod touch ...
3
votes
2answers
4k views
Is it possible to use iPhone Simulator 3.1 from XCode 3.2.3?
Because the Simulator 3.2 and 4.0 in the SDK 4 do NOT actually work for iPhone simulation (which always comes out iPad and not responding at all), I ended up with 2 SDK installations, using SDK ...
1
vote
4answers
3k views
downgrading iPhone 3GS iOS4 to OS3
I'm working on an iphone project for OS3.1.3. I updated my iPhone to iOS4 and now I can't test my project on my iPhone anymore. I tried downgrading but get "device not eligible"
What should I do ...