Skip to main content
VESDK/iOS

Issue: `Library not loaded`

If you see an issue like this one:

dyld: Library not loaded: @rpath/VideoEditorSDK.framework/VideoEditorSDK
Referenced from: /Users/username/Library/Developer/CoreSimulator/Devices/E2DE480D-05E4-47F7-9266-9598C787AA1F/data/Containers/Bundle/Application/7CA0CE63-7952-4EE5-92A4-81E85FCB7695/TestIntegration.app/TestIntegration
Reason: image not found

Please make sure, that the Embed setting of the VideoEditorSDK.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/ImglyKit
Referenced from: /Users/username/Library/Developer/CoreSimulator/Devices/E2DE480D-05E4-47F7-9266-9598C787AA1F/data/Containers/Bundle/Application/7CA0CE63-7952-4EE5-92A4-81E85FCB7695/TestIntegration.app/Frameworks/VideoEditorSDK.framework/VideoEditorSDK
Reason: 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.dylib
Referenced from: /Users/username/Library/Developer/CoreSimulator/Devices/E2DE480D-05E4-47F7-9266-9598C787AA1F/data/Containers/Bundle/Application/7CA0CE63-7952-4EE5-92A4-81E85FCB7695/TestIntegration.app/Frameworks/VideoEditorSDK.framework/VideoEditorSDK
Reason: image not found

Please make sure, that the build setting Always Embed Swift Standard Libraries is set to YES.