PESDK/iOS
Issue: `Library not loaded`
If you see an issue like this one:
dyld: Library not loaded: @rpath/PhotoEditorSDK.framework/PhotoEditorSDKReferenced from: /Users/username/Library/Developer/CoreSimulator/Devices/E2DE480D-05E4-47F7-9266-9598C787AA1F/data/Containers/Bundle/Application/7CA0CE63-7952-4EE5-92A4-81E85FCB7695/TestIntegration.app/TestIntegrationReason: image not found
Please make sure, that the Embed setting of the PhotoEditorSDK.framework
is set to Embed & Sign
in the General > Frameworks, Libraries, and Embedded Content section of your app target.
If you see an issue like this one:
dyld: Library not loaded: @rpath/ImglyKit.framework/ImglyKitReferenced from: /Users/username/Library/Developer/CoreSimulator/Devices/E2DE480D-05E4-47F7-9266-9598C787AA1F/data/Containers/Bundle/Application/7CA0CE63-7952-4EE5-92A4-81E85FCB7695/TestIntegration.app/Frameworks/PhotoEditorSDK.framework/PhotoEditorSDKReason: image not found
Please make sure, that the Embed setting of the ImglyKit.framework
is set to Embed & Sign
in the General > Frameworks, Libraries, and Embedded Content section of your app target.
If you see an issue like this one:
dyld: Library not loaded: @rpath/libswiftAVFoundation.dylibReferenced from: /Users/username/Library/Developer/CoreSimulator/Devices/E2DE480D-05E4-47F7-9266-9598C787AA1F/data/Containers/Bundle/Application/7CA0CE63-7952-4EE5-92A4-81E85FCB7695/TestIntegration.app/Frameworks/PhotoEditorSDK.framework/PhotoEditorSDKReason: image not found
Please make sure, that the build setting Always Embed Swift Standard Libraries
is set to YES
.