ios - Google Drive GTL framework, dyld: Library not loaded: @loader_path/../Frameworks/GTL.framework/GTL -


i have app called tripla can sync data via google drive ios 8- devices. however, got crash when synchronizing data on ios 9 devices. therefore, tried upgrade google frameworks latest library , follow tutorial https://developers.google.com/drive/ios/quickstart.

this update, got error msg - dyld: library not loaded: @loader_path/../frameworks/gtl.framework/gtl ....... image not found when debugging on real devices.

after looking many similar solutions such as:

  1. add "gtl.framework" "embedded binary" in tab "general",
  2. add "gtl.framework" "linked frameworks , libraries" in tab "general",
  3. add "gtl.framework" "copy files" in tab "build phrase",
  4. add dynamic path "runpath_search_path" in tab "build settings",

the issue still not been solved.

does have same issue , solved?

error breakline error message

ps. debugging on simulator working when clicking "run" on xcode. it, however, gets crash again on os x 10.11.2 when clicking icon on main screen in simulator 9.1. crash on os x

change dynamic library static library

i solved issue own. might caught wrong setting in google's dynamic linked framework. app cannot run in real devices , find dynamic library in runtime period. please follow tutorial drive sdk ios , more things.

  1. make sure architecture setting in gtlioscore in gtlcore sub-project correctly ios, osx gtlosxcore instead.

gtlframework_ios

  1. change "mach-o type" "static library" "dynamic library" static library

after finishing steps above, drive app may run in real devices.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -