Hi, ALL,
I have a weird problem.
When I started working on my project I had a laptop with OSX 10.8. I installed Xcode 5 and everything was good. I was able to run the program from the Xcode and everything was working fine.
However recently I bought myself a newer Apple laptop with OSX 10.13. I installed Xcode 9.4.1, cloned my repository, opened the xcodeproject, compiled it and tried to run it.
Unfortunately the program failed to start. All I see that it stops somewhere in the assembly code, even before hitting any source code I wrote.
However when I open the Terminal and do:
I am able to execute it without any issues.
I am also able to run the program from both Xcode and the Terminal when I update the code on my old laptop.
My question would be - what I need to do in order to start working inside Xcode and not keep switching between IDE and the Terminal for testing?
Thank you.
I have a weird problem.
When I started working on my project I had a laptop with OSX 10.8. I installed Xcode 5 and everything was good. I was able to run the program from the Xcode and everything was working fine.
However recently I bought myself a newer Apple laptop with OSX 10.13. I installed Xcode 9.4.1, cloned my repository, opened the xcodeproject, compiled it and tried to run it.
Unfortunately the program failed to start. All I see that it stops somewhere in the assembly code, even before hitting any source code I wrote.
However when I open the Terminal and do:
Code Block open my_program.app
I am able to execute it without any issues.
I am also able to run the program from both Xcode and the Terminal when I update the code on my old laptop.
My question would be - what I need to do in order to start working inside Xcode and not keep switching between IDE and the Terminal for testing?
Thank you.