1

Every-time I tried to run my code is crashes as any-point that I try to initiate the function to call any part of the SDK.

I have included the FoundationSDK in my build process: enter image description here

And I have included the reference to SDK in the header file:

enter image description here

But anytime I run this, I get this error:

Uncaught exception: Framework CreativeSDKImage requires framework CreativeSDKFoundation but framework CreativeSDKFoundation is not present

Any ideas?

gregavola
  • 2,519
  • 5
  • 30
  • 47

1 Answers1

2

I just found the solution, the documentation is not very clear.

You have to add the framework .bundles too.

• Locate your CreativeSDKFoundation in Finder
• Go to AdobeCreativeSDKFoundation.framework/Versions/A/Resources/
• you'll find AdobeCreativeSDKFoundationResources.bundle
• Drag this bundle to your project bundle, in Xcode.

You might do the same for each Creative framework.

Martin
  • 11,881
  • 6
  • 64
  • 110
  • Thanks for sharing, it works. Without knowing this, Adobe is wrong to claim "Integrating the image editor typically takes less than 15 minutes of development time." – Cullen SUN May 12 '15 at 02:09