简体   繁体   中英

Crash on ImageLoaderMachO on app loading on iPhone

I'm getting a crash when the app load from the debugger ( EXC_BAD_ACCESS ), on this line (asm):

__dyld__ZN16ImageLoaderMachO12bindLocationERKN11ImageLoader11LinkContextEmmPKS0_hPKclS7_+320>

I understand it has something with image loader , but I can't figure what.

Any idea?

Thanks.

----Found your Solution-----

Add dylib1.o from "Link Binary Section " of Build Phases in XCode--- it will solve the error...

Add Foundation.framework and UIKit.framework from link binary option. Then run again. It fixed my issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM