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