Search code examples
iosswiftadobecreativesdk

Adobe Creative SDK in Swift


I'm trying to integrate Adobe Creative SDK with swift and followed the 'getting started' from the Adobe Creative documentation which does not support swift, so i looked for an example to show me how to make the bridging and implementation in swift, cause my trial was unsuccessful and i get a linker error, 'framework not found AdobeCreativeSDKImage' but as you can see all the frameworks are in my project...

enter image description here

i'm looking for an example project to see how it is done or something that will help me understand how it is done.


Solution

  • the problem might be that you're pointing to frameworks that aren't in the project directory.

    ¿what does your Build Setting for Framework Search Paths look like?

    mine are like this, Framework Search Paths

    you have to

    • remove the existing entries in the Link Build Phase
    • move the frameworks to somewhere within your project folder
    • add the frameworks again to the Link Build Phase