dyld`__abort_with_payload: With no error message

When i start my app with XCode, i have a crash but no error

App is just stopping on this thread

enter image description here

What can i do to have more informations about the issue ?


Solution 1:

If you are using custom frameworks, you need to put it inside the "Embedded Binaries" section located in the Xcode project under the tab Target / General.

Solution 2:

For me a simple Clean and Rebuild sorted it out. Hope it helps.