Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"dyld`__abort_with_payload" error on iPhone 5s device

I'm trying to run my app on device (iphone 5s) and I got this error when the device tries to run my app. Then it only shows white screen. What's wrong with my device? My code works fine when I use simulator.

Any help would be appreciated!

enter image description here

like image 571
user-unknown Avatar asked Jan 09 '17 13:01

user-unknown


3 Answers

I tried everything whatever I can do. Finally I solved it by disabling "Enable guard Malloc" from diagnostics. Now I can able to run the app on device.

like image 145
iOS Avatar answered Nov 02 '22 14:11

iOS


project cleaning helped me out

like image 29
tomW Avatar answered Nov 02 '22 13:11

tomW


Make Sure Custom Frmaeworks/libs are included Embedded Binaries Section(Under General Tab) too along with build phases.

like image 27
Desert Rose Avatar answered Nov 02 '22 15:11

Desert Rose