ios - Library not loaded (Dyld Message). Only on 32bits devices -


i've encountered problem on iphone 5c. application crashes directly on launch message :

dyld error message: dyld message: library not loaded: @rpath/sharedfitback.framework/sharedfitback   referenced from: /var/containers/bundle/application/d5646575-c0e6-462c-8a4a-f445c52fde91/patient.app/patient   reason: image not found   dyld version: 390.7 

i tried iphone 5s, 6 et 6s , works, problem appear when try run on 4s, 5 , 5c devices.

based on tests, imagine issue linked architecture.

i knew kind of issue, never had on few models.

--

here configuration on sharedfitback.plist

  • architectures custom library plist valid architectures - dyld message: library not loaded

  • linking custom library plist linking - dyld message: library not loaded

--

here configuration on patient.app - general section

custom framework - dyld message: library not loaded

it sounds sharedfitback compatible 64bits devices.

is have idea issue ?


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -