Skip to main content
Version: iOS SDK v1.0.11

Troubleshooting

You can find some fixes for common problems on this page.

Code has to be at least ad-hoc signed.

When running into the following error while building for Mac OS:

dyld: Library not loaded: @rpath/VideoKitCore.framework/Versions/A/VideoKitCore
Referenced from: ../DerivedData/MyMacOSApp/Build/Products/Debug/MyMacOSApp.app/Contents/MacOS/MyMacOSApp
Reason: no suitable image found. Did find:
../DerivedData/MyMacOSApp/Build/Products/Debug/VideoKitCore.framework/Versions/A/VideoKitCore:
code signature in (../DerivedData/MyMacOSApp/Build/Products/Debug/VideoKitCore.framework/Versions/A/VideoKitCore)
not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned?
Code has to be at least ad-hoc signed.
../DerivedData/MyMacOSApp/Build/Products/Debug/VideoKitCore.framework/Versions/A/VideoKitCore: stat() failed with errno=1

Check "Disable Library Validation" under Xcode -> Target -> Signing & Capabilities

Go to Storyboard