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:
- add "gtl.framework" "embedded binary" in tab "general",
- add "gtl.framework" "linked frameworks , libraries" in tab "general",
- add "gtl.framework" "copy files" in tab "build phrase",
- add dynamic path "runpath_search_path" in tab "build settings",
the issue still not been solved.
does have same issue , solved?
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.
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.
- make sure architecture setting in gtlioscore in gtlcore sub-project correctly ios, osx gtlosxcore instead.
Comments
Post a Comment