0

I have get build error after adding Adjust SDK framework to my project.

Error like below:

dyld: Library not loaded: .framework/AdjustSdk Referenced from: /var/containers/Bundle/Application/ADB9806B-4B6F-4EEE-88CC-BC66DA8207D3/LCWaikiki.app/LCWaikiki Reason: image not found

Ry-
  • 218,210
  • 55
  • 464
  • 476
oakt
  • 117
  • 10

1 Answers1

1

For solution i followed the steps below:

  • Add the AdjustSDK.framework to the "Embedded Binaries" section of the "General" tab of the Xcode project settings.
  • Close Xcode
  • Delete derived data : Open Terminal and enter below command: rm -rf ~/Library/Developer/Xcode/DerivedData
  • Clean project
  • Rebuild

oakt
  • 117
  • 10
  • What to do if my Application is Command Line Tool and there isn't "Embedded Binaries" in the "General" tab? – Ihor Skliar Nov 28 '17 at 15:10
  • @IhorSkliar i did not experince your situation so i do not any idea about command line tool application. Sorry. – oakt Nov 29 '17 at 05:52