dyld: Library not loaded: AdjustSdk.framework

霸气de小男生 提交于 2019-12-13 07:45:14

问题


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


回答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



来源:https://stackoverflow.com/questions/44426589/dyld-library-not-loaded-adjustsdk-framework

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!