You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.
Error:
Terminating app due to uncaught exception 'SDK Version Mismatch', reason: 'Framework CreativeSDKLabs requires build number 2127.1 of CreativeSDKCore but branch 2127.3 is present'
Is there a way to roll back and or change the version requirements?
Specifically on sample projects
CUTOUT/DEPTH/MARKER
The text was updated successfully, but these errors were encountered:
It seem like some file from the previous version was left in the folder when the newer version is pasted over. A clean refresh of copy and re-linking of the SDK should resolve your version mismatch issue. Please try the following steps for either 2127.1 or the 2127.3 SDK.
Remove all the Creative SDK file to another location
Remove all Creative SDK frameworks from the project's Build Phases | Link Binary with Libraries section.
Remove all Creative SDK resource bundle from the project's Build Phases | Bundle Resources section.
Delete any Creative SDK bundle and framework that showed in the project navigator.
Download a new Creative SDK
Re-link all the frameworks from newly downloaded package in the project's Build Phases | Link Binary with Libraries section.
Add all the resource bundle from newly downloaded package in the project's Build Phases | Bundle Resources section.
Add the location of the Creative SDK to your project's Build Settings | Framework Search Path section.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to build the Sample Adobe Labs Projects
Error:
Terminating app due to uncaught exception 'SDK Version Mismatch', reason: 'Framework CreativeSDKLabs requires build number 2127.1 of CreativeSDKCore but branch 2127.3 is present'
Is there a way to roll back and or change the version requirements?
Specifically on sample projects
CUTOUT/DEPTH/MARKER
The text was updated successfully, but these errors were encountered: