react-native-awesome-card-io
react-native-awesome-card-io copied to clipboard
building for iOS Simulator, but linking in object file built for iOS, file (libCardIO.a)
Hey friends,
looks like we can no longer build our app with Xcode 12 because of the libCardIO.a
file.
Specifically the error we get is:
ld: in /Users/sp/Development/example/mobile/ios/Pods/CardIO/CardIO/libCardIO.a(CardIOCardholderNameTextFieldDelegate.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/sp/Development/example/mobile/ios/Pods/CardIO/CardIO/libCardIO.a' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Has anyone faced that before?
@SudoPlz have you fixed this issue?
@AndriiUhryn not yet, still struggling with this one. Have you?
have you tried this ? https://developer.apple.com/forums/thread/657913
I did, but it didn't work for me.
@SudoPlz have you fixed this issue?
Nope, I removed card.io ... -.-
@SudoPlz do you have an M1?
@zacdemi not really, why?
@zacdemi I'm using M1 and running into this issue. any idea? Thanks
Same issue as @StanSarr with M1. Any suggestion @SudoPlz ?
@eTryp sorry we ditched card.io in favour of stripe sdk which offers a card scanning feature.