After I updated Xcode to 7.3 I am unable to start debugging with AppCode 3.3.2 & 3.3.3 I am just able to Run without debugging each time I start debbuging with appcode this happens in the console:
/Users/labib/Library/Caches/AppCode33/DerivedData/TestApp-e195af2c/Build/Products/Debug-iphonesimulator/TestApp.app
Stopping simulator session...
Simulator session started with process 3047
Process finished with exit code 0
Yes, AppCode cannot run without Xcode. AppCode uses SDKs, simulators, LLDB, and SourceKit that are bundled in Xcode and cannot be used separately.
Run the App View the status of the build in the activity area of the toolbar. If the build is successful, Xcode runs the app and opens a debugging session in the debug area. Use the controls in the debug area to step through your code, inspect variables, and interact with the debugger.
When you run an application in Xcode, the debugger is automatically started and attached to the process of the application. Click the Run button in the top left or press Command + R. From the moment the application is up and running, we can start inspecting the process and, if necessary, debug it.
JetBrains is aware of this issue and have a fix as part of the current RC (see their latest AppCode blog post).
Their current advice is essentially to download the RC version from their AppCode EAP page if you've already upgraded to XCode 7.3. NOTE: It does require a license or you can use a 30 day eval period.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With