Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

SDK Version Mismatch #6

Open
frankynines opened this issue Dec 21, 2015 · 1 comment
Open

SDK Version Mismatch #6

frankynines opened this issue Dec 21, 2015 · 1 comment

Comments

@frankynines
Copy link

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

@AlexanderTung
Copy link
Contributor

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.

  1. Remove all the Creative SDK file to another location
  2. Remove all Creative SDK frameworks from the project's Build Phases | Link Binary with Libraries section.
  3. Remove all Creative SDK resource bundle from the project's Build Phases | Bundle Resources section.
  4. Delete any Creative SDK bundle and framework that showed in the project navigator.
  5. Download a new Creative SDK
  6. Re-link all the frameworks from newly downloaded package in the project's Build Phases | Link Binary with Libraries section.
  7. Add all the resource bundle from newly downloaded package in the project's Build Phases | Bundle Resources section.
  8. Add the location of the Creative SDK to your project's Build Settings | Framework Search Path section.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants