How can we run a project in Xcode without triggering the custom build scripts every time?
The build scripts are triggered even if no changes to the code has been made, which is very time consuming and plain annoying.
Thanks
Joel
How can we run a project in Xcode without triggering the custom build scripts every time?
The build scripts are triggered even if no changes to the code has been made, which is very time consuming and plain annoying.
Thanks
Joel
If you are talking about just launching the project, with no code changes made (at any level) … Just open the Xcode simulator and launch the relative app from the home screen
I want to use the debug console in Xcode to see the debug messages from my App. I know I can attach the debugger to a running process, but for some reason it wont show the debug messages. Everything else seems to work though. It almost seems to be a bug in Xcode.
Suggestions very much appreciated.
If you are talking about just launching the project, with no code changes made (at any level) … Just open the Xcode simulator and launch the relative app from the home screen
I want to use the debug console in Xcode to see the debug messages from my App. I know I can attach the debugger to a running process, but for some reason it wont show the debug messages. Everything else seems to work though. It almost seems to be a bug in Xcode.
Suggestions very much appreciated.
In XCode: Product > Perform Action > Run Without Building
In XCode: Product > Perform Action > Run Without Building