#greenman - Mobile SDKs

1 messages ยท Page 1 of 1 (latest)

prisma bane
crisp loom
#

aha, yes!!! thank you.

Follow up question for you regarding the examples int he ios sdk on github but maybe I should ask that in a seperate thread?

prisma bane
#

No, please ask here. ๐Ÿ™‚

crisp loom
#

ok thanks, so when I run the example using cocoa pods, I get an erroor about duplicate commands, which upon further study seems to be with cocoa pods and the different targets int he project. So I tried doing it with Swift Package Manager, and now I am getting an error about StripeCoreUI (a library?) not being found anywhere, but I cannto see it as an import in my project or mentioned anywhere by doing a project wide keyword search...

hexed oar
#

It looks like you cloned the SDK repo itself and ran the Example inside?

#

This looks like a linking problem and it could relates to a various of setting. It's general issue with iOS rather than Stripe SDK itself. I would suggest to import SDK in your own project instead of trying to run our SDK directly

crisp loom
#

Ok, so what you are saying is to not directly build and run the examples int he Examples folder?