Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"dyld: could not load inserted library '/usr/lib/libgmalloc.dylib' because image not found"

Tags:

When I run the app in Xcode IOS 6 beta 2 firmware on the device 8 Beta 2, I get the error message: "dyld: could not load inserted library '/ USR / Library / libgmalloc.dylib", because the image was not found. "

What could be the problem?

like image 499
Fanruten Avatar asked Jul 01 '14 13:07

Fanruten


1 Answers

Disable "Enable guard Malloc" from diagnostics to run app in device.

like image 149
Abdul Rehman Avatar answered Sep 20 '22 15:09

Abdul Rehman