GTL Frame for Google Drive, dyld: library not loaded: @loader_path /../ Frameworks / GTL.framework / GTL

I have an application called Tripla that can sync data using Google Drive for iOS 8. However, it crashed when syncing data on iOS 9 devices. So I tried updating the Google frameworks to the latest library and following the tutorial https://developers.google.com/drive/ios/quickstart .

This update, I received the error message msg - dyld: library not loaded: @loader_path /../ Frameworks / GTL.framework / GTL ....... image was not found when debugging on real devices.

After looking at many similar solutions, such as:

  • Add “GTL.framework” to the “Embedded Binary File” on the “General” tab,
  • Add "GTL.framework" to the "Related Structures and Libraries" tab of the "General" tab,
  • Add "GTL.framework" to the "Copy Files" tab of the "Summary Phrase" tab.
  • Add a dynamic path to "Runpath_Search_Path" in the "Build Settings" tab,

the problem has not yet been resolved.

Does anyone have the same problem and are solved?

row error error message

ps. Simulator debugging works well when you click Run on Xcode. However, it crashes again on OS X 10.11.2 when you click the Icon button on the main screen in simulator 9.1. crash in OS X

+4
2

. ​​ Google. . , Drive SDK iOS .

  • , GTLiOSCore GTLCore iOS, OSX GTLOSXCore.

GTLFramework_iOS

  1. " Mach-O" " " " " Static library

.

+11

→ →

GTLCore- > - > GTL.framework iOS

. Xcode 7.3 swift2.2

+1

Source: https://habr.com/ru/post/1626319/


All Articles