joonhocho / react-native-google-sign-in

React Native Wrapper for Latest Google Sign-In OAuth SDK / API
MIT License
211 stars 64 forks source link

Issue with RN v0.57.0 #98

Open eggybot opened 6 years ago

eggybot commented 6 years ago

Hi I did a fresh installation with the latest version of RN 0.57, the issue I encounter "Apple Mach-O linker Error"

ld: warning: directory not found for option '-L/Volumes/eggybot/DerivedData/TranscomClient-acfxpkzpnqtjxngpqejaaogpcygi/Build/Products/Debug-iphonesimulator/React'

this is the cause of the issue, if I remove this package it works fine.

I check also several module package out there it seem there is an issue like this with their project like in RNMap https://github.com/react-community/react-native-maps/issues/2191 and I think they already fixed the issue on their package.

let me know if you have any idea on how to fix this issue.

thanks,