ios-getting-started-samples icon indicating copy to clipboard operation
ios-getting-started-samples copied to clipboard

SDK Version Mismatch

Open frankynines opened this issue 10 years ago • 1 comments

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

frankynines avatar Dec 21 '15 20:12 frankynines

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.

AlexanderTung avatar Feb 09 '16 00:02 AlexanderTung