uiwjs / react-native-alipay

基于 React Native 的宝支付包,已更新到最新的支付宝 SDK 版本,支持Android/iOS。
https://uiwjs.github.io/react-native-alipay/
MIT License
212 stars 49 forks source link

After yarn add [IOS] : ld: symbol(s) not found for architecture x86_64 #51

Closed jameszhan02 closed 2 years ago

jameszhan02 commented 2 years ago
Screen Shot 2021-12-30 at 1 41 06 PM

安装完包之后在什么都还没有改的情况下build报错。

jameszhan02 commented 2 years ago

已解决,就是需要在podfile 里加上 pod 'UTDID'

jameszhan02 commented 2 years ago

别忘了重新pod install 下。。。。