madsleejensen / react-native-mobilepay

React-Native Bindings for Danske Bank Mobilepay AppSwitch iOS + Android
8 stars 13 forks source link

iOS build fails with multiple errors #9

Open e-halinen opened 5 years ago

e-halinen commented 5 years ago

Hi,

I'm trying to implement MobilePay integration into my team's Ejected Expo project. After ejecting, I've installed the dependencies using pod install and react-native link react-native-mobilepay and then opening XCode and cleaning the folder and then building. I have added the code snippet into AppDelegate.m. The App doesn't build at all.

Android side builds without any issues, but iOS side fails with the errors seen in this screenshot from XCode.

XCode version 10.3, Expo SDK version 33.0

Screenshot 2019-08-14 at 14 40 32
igor-bv commented 4 years ago

@e-halinen, did you find and solution? Seems like I fall in the same error...

e-halinen commented 4 years ago

@e-halinen, did you find and solution? Seems like I fall in the same error...

Sadly, no. We ended up doing a custom library for ourselves, since this project seems pretty much dead.

igor-bv commented 4 years ago

@e-halinen, did you find and solution? Seems like I fall in the same error...

Sadly, no. We ended up doing a custom library for ourselves, since this project seems pretty much dead.

Got it. Thanks for quick response.

Vanluren commented 4 years ago

@e-halinen, did you find and solution? Seems like I fall in the same error...

Sadly, no. We ended up doing a custom library for ourselves, since this project seems pretty much dead.

@e-halinen The custom library you made for yourself, is that something you want to open source and share?