简体   繁体   English

未找到用于 -lRNAppleAuthentication react-native iOS 的库

[英]Library not found for -lRNAppleAuthentication react-native iOS

I have tried deleting "$(inherited)" in library search paths and but it's not working我曾尝试删除库搜索路径中的“$(inherited)”,但它不起作用在此处输入图片说明

Have a try with the below solution.尝试使用以下解决方案。

  1. You can go to File > Workspace Settings if you are in a workspace environment or File > Project Settings for a regular project environment.如果您在工作区环境中,则可以转到文件 > 工作区设置,或者在常规项目环境中转到文件 > 项目设置。
  2. Then click over the little grey arrow under the Derived data section and select your project folder and close the workspace and Xcode then delete the project directory from the derived data directory.然后单击派生数据部分下的灰色小箭头并选择您的项目文件夹并关闭工作区和 Xcode,然后从派生数据目录中删除项目目录。
  3. Open the workspace again in Xcode and clean and rebuild the project.在 Xcode 中再次打开工作区并清理并重建项目。

Also, make sure that you have applied pod install after the package installation.另外,请确保您在软件包安装后应用了 pod install。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM