ios - Lazy symbol binding failed in XCode 8.3.3 -


my application has deployment target 8.0. works device running above ios 10.0, gets crashed in device running below ios 10.0. here error got console

dyld: lazy symbol binding failed: symbol not found: _sqlite3_key       referenced from: /var/containers/bundle/application/887a192e-f390-47f6-80f3-768f4f321c8a/xxxx.app/xxx       expected in: dyld shared cache 

below things have tried fix this, nothing worked me

  • force cleaned application.
  • reloaded console.
  • added following architectures (armv7s, arm64, armv7).
  • deleted libsqlite3.tbd , added once again.
  • generating build distribution profile , installed same in device , tried (gone through in threads , found happens in debug mode).

any appreciated.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -