ios - 在Ios中 react 原生Google登录问题

标签 ios xcode reactjs react-native google-signin

enter image description here我正在使用此库进行Google登录:react-native-google-signin

在ios中集成库之后,在真实设备中运行时出现错误:

在signalhandler.cc文件中

No member named '__rip' in '__darwin_arm_thread_state64

注意:它在模拟器中运行良好。我只有在真实设备上运行时才出现错误。

最佳答案

当我尝试在物理设备上从xcode运行时遇到了这个问题...我在github上看到了此解决方案,它对我有用
更改此行:

return (void*)context->PC_FROM_UCONTEXT;


return NULL;

关于ios - 在Ios中 react 原生Google登录问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50132715/

相关文章:

ios - 为什么我的Polyline只画点不画线?

swift - SourceView 和 SourceRect 被贬值了吗?

ios - 如何避免此处搜索栏和表格 View 之间的额外间隙并在它们之间放置分隔符?

reactjs - 在 React 组件中动态导入图像

reactjs - React Router 不会拦截 HTTP/S 请求

python - 检测特定文本的位置

ios - 如何删除某些状态下的 UIButton 图像?

iphone - 在 MKMap View 中显示附近的餐馆

ios - 当 .text 值更改时,UITextView 行间距恢复为默认值

javascript - 如何在 react 选择组件上添加图标和工具提示?