paysafegroup / paysafe_sdk_ios

Paysafe iOS SDK
MIT License
4 stars 7 forks source link

Can't build SDK in Xcode 12.5 / 13.1 #5

Open radianttap opened 3 years ago

radianttap commented 3 years ago
Building for iOS, but the linked and embedded framework 'CardinalMobile.framework' was built for iOS + iOS Simulator.

The included framework should be .xcframework, I believe.

radianttap commented 3 years ago

I attempted to add CardinalFramework.xcframework (from Braintree SDK) and compile it as such. It worked, for this proejct. But the resulting Paysafe_SDK.framework can't simply be thrown as linked framework into modern iOS app.

This SDK is pretty much unusable as it is. I don't know how to implement support for your service into our app.

nngenov commented 3 years ago

Hey @radianttap, Could you try if version 2.4.0 fixes that problem for you :) ? Sorry for the inconvenience 😞

radianttap commented 3 years ago

The framework now compiles. But when I drag & drop the resulting Paysafe_SDK.framework into my project, I am unable to compile it.

Screenshot 2021-11-03 at 14 05 06 Screenshot 2021-11-03 at 14 05 25

What is missing here..?