ios-getting-started-samples
ios-getting-started-samples copied to clipboard
SDK Version Mismatch
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
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.