WSYUN
WSYUN
  • 发布:2021-02-22 13:29
  • 更新:2021-03-05 11:48
  • 阅读:656

进行ios离线打包 添加Oauth模块 报错 library not found for -lOauth

分类:5+ SDK

在app权限配置里配置了OAuth登录鉴权模块,进行ios离线打包到真机上,提示打包时未添加OAuth模块,按照https://nativesupport.dcloud.net.cn/AppDocs/usemodule/iOSModuleConfig/common 配置了相关文件,在xcode中运行是报错: library not found for -lOauth;

2021-02-22 13:29 负责人:CLP 分享
已邀请:
CLP

CLP

请参考https://nativesupport.dcloud.net.cn/AppDocs/usemodule/iOSModuleConfig/oauth这篇文章来配置离线打包工程,run起来之后,看看OAuth功能正常不正常,或者还提示不提示“未添加OAuth”模块。

  • WSYUN (作者)

    按照文章配置的,一直提示library not found for -lOauth;

    在buil settings的Linking-->other linker flags中删除-lOauth中才能正常打包

    2021-04-02 10:29

该问题目前已经被锁定, 无法添加新回复