React Native 0.64.0 iOS 构建错误`ld: library not found for -lAppAuth`

时间:2021-06-13 12:30:43

标签: ios xcode react-native

我已经坚持了几天,尝试为 iOS 构建我的 RN 项目并面临错误。

ld: library not found for -lAppAuth
clang: error: linker command failed with exit code 1 (use -v to see invocation)

以下是我迄今为止尝试过但没有奏效的方法:

  • 当前在 XCode 中打开 .xcworkspace 文件来运行构建,而不是 .xcodeproj

  • 构建已清理,运行 pod cleanpod cache clear --all

  • 项目构建设置 > 库搜索路径 > 当前包含: "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)" "$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)" "$(PROJECT_DIR)/Pods"

  • 修改构建阶段以包含这样的 libAppAuth.aimage here

  • 在构建设置中将 Build Active Architecture 的设置更改为否

  • 我已经检查过,here 面临的 -L-L 问题没有发生。事实上,关于错误中可能存在的问题的信息很少,here

  • 我在新旧构建系统上都试过了

感谢您提供的任何帮助。谢谢。我目前无法开发我的 iOS RN 版本。 XCode 构建和 React Native 构建都失败了

0 个答案:

没有答案