chirag04 / react-native-in-app-utils

A react-native wrapper for handling in-app payments
MIT License
890 stars 185 forks source link

Can't compile with Xcode 11 for iOS 13 #216

Closed wouterds closed 5 years ago

wouterds commented 5 years ago

I saw this has been fixed in #211 and has been merged in master but there's no new release yet.

Installing directly from master branch works though but would prefer to have a payment lib fixed on a version rather than on the master branch. As for now I'm using this workaround.

npm i --save react-native-in-app-utils@chirag04/react-native-in-app-utils#master
flikQ commented 5 years ago

Same here, would be great to have this on a release.

In case anyone needs a yarn equivalent

yarn add react-native-in-app-utils@chirag04/react-native-in-app-utils#master

ohtangza commented 5 years ago

I think this is specific to Xcode 13 because I am experiencing this with Xcode 13 and iOS12 simulator.

chirag04 commented 5 years ago

published in 6.0.2

wouterds commented 5 years ago

Thanks @chirag04 🙏