ios - Crash with "Symbol not found: _OBJC_CLASS_$_NSMutableURLRequest" -
i have installed app xcode 5.1.1 in debug mode on ipad 3 ios 7.1.1, show below in crash log. in day of installing app working fine. not using ipad 2 days , today crashes on splash screen, @ first second. restart of ios not helped.
any ideas why happening? re-add cfnetwork , foundation frameworks project, in case, maybe it's other? bug in ios?
incident identifier: 24087ce7-3ebe-4ffb-abc0-091495f774bf crashreporter key: 4d82b50f4190912e3298f7f5ba036ac01d4e6116 hardware model: ipad3,3 process: eau4 [131] path: /var/mobile/applications/ed697cb6-a7d5-4e54-be8f-e9b7f3d0d38c/eau4.app/eau4 identifier: com.develoer.ipad version: 4.0 (4.0) code type: arm (native) parent process: launchd [1] date/time: 2014-06-09 22:38:35.028 +0100 os version: ios 7.1.1 (11d201) report version: 104 exception type: exc_breakpoint (sigtrap) exception codes: 0x0000000000000001, 0x00000000e7ffdefe triggered thread: 0 dyld error message: symbol not found: _objc_class_$_nsmutableurlrequest referenced from: /var/mobile/applications/ed697cb6-a7d5-4e54-be8f-e9b7f3d0d38c/eau4.app/eau4 expected in: /system/library/frameworks/cfnetwork.framework/cfnetwork in /var/mobile/applications/ed697cb6-a7d5-4e54-be8f-e9b7f3d0d38c/eau4.app/eau4 dyld version: 324.1 binary images: 0x2be46000 - 0x2be66fff dyld armv7 <651a31c39f71311f965f8ac44de02c88> /usr/lib/dyld 0x2d1b1000 - 0x2d2b3fff avfoundation armv7 <e6f4e322434733c2a6d074bdc226b08d> /system/library/frameworks/avfoundation.framework/avfoundation 0x2d2b4000 - 0x2d2dcfff libavfaudio.dylib armv7 <0bae9ec49a9637c696edf86d86a32db6> /system/library/frameworks/avfoundation.framework/libavfaudio.dylib 0x2d2dd000 - 0x2d2ddfff accelerate armv7 <0424978b39f037a7b3bf9aad5b34a5b3> /system/library/frameworks/accelerate.framework/accelerate 0x2d2e7000 - 0x2d4b3fff vimage armv7 <c4834965bdc638fcb1082f53a7721f42> /system/library/frameworks/accelerate.framework/frameworks/vimage.framework/vimage ...... link on others frameworks .....
update: found similar question dyld: symbol not found: _nsurlauthenticationmethodclientcertificate when trying run ios app
try re-adding foundation.framework:
- go project's target
- choose "general" tab
- under "linked frameworks libraries" foundation.framework, select , press minus ('-') sign @ buttom remove framework.
- now press plus sign ('+') , search foundation.framework - re-add it, , it's supposed fix crash.
hope works - did me.
Comments
Post a Comment