在app权限配置里配置了OAuth登录鉴权模块,进行ios离线打包到真机上,提示打包时未添加OAuth模块,按照https://nativesupport.dcloud.net.cn/AppDocs/usemodule/iOSModuleConfig/common 配置了相关文件,在xcode中运行是报错: library not found for -lOauth;
WSYUN
- 发布:2021-02-22 13:29
- 更新:2021-03-05 11:48
- 阅读:751
WSYUN (作者)
按照文章配置的,一直提示library not found for -lOauth;
在buil settings的Linking-->other linker flags中删除-lOauth中才能正常打包
2021-04-02 10:29