Tagged Questions
1
vote
1answer
52 views
Xcode launches but does not run programs
I have a weird problem with launching and running a C program in XCode. I create a command-line C program (the program just prints "Hello, World!\n"). The program is complied with no problem. How it ...
0
votes
1answer
54 views
iOS app crashes/hangs when launched manually but not otherwise
My app hangs at a certain point only when it is launched manually by tapping on the app icon on my device. It runs fine when Xcode launches it on my device and when Xcode launches it on the ...
2
votes
1answer
963 views
Simulate Launch Options
in my appDelegate, I have some specifications when the App is launch with a File from i.e. Mail app.
When I launch my App, everything works normal. When I launch the App via File from Mail, the App ...
2
votes
2answers
1k views
Eclipse Project Run problem
I tried to create a C++ project in Eclipse Helios, it works fine for some simple "Hello World" projects (a single file etc..). However, now I have a little bigger project with several files, the ...