0

I'm having a weird bug on Xcode (6.1.1). My app is exiting without an error. It's the same behavior that happens when we click on the stop button on Xcode. It seems that the exit() method is being called, but it's not. I already added an exception breakpoint, but could not find anything.

Any tips?

2
  • 1
    Is it also happening in the simulator? If not it could be that you are building with a distribution provisioning profile Commented Feb 12, 2015 at 15:26
  • To go along with the possibly incorrect provisioning profile, what does the device log say when the app fails? If you don't already know, you can watch the device log in the "Devices" window. Commented Feb 12, 2015 at 15:29

1 Answer 1

2

Have you tied to read the registers by putting an exception breakpoint.

Go to Exceptions tab and click on 'Add Exception Breakpoint' using the + at the bottom left corner.A crash with no error can be the source of lot's of consequences such as memory issue.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.