我已经坚持了几天,尝试为 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 clean
和 pod cache clear --all
项目构建设置 > 库搜索路径 > 当前包含:
"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)"
"$(PROJECT_DIR)/Pods"
修改构建阶段以包含这样的 libAppAuth.a
库
image here
在构建设置中将 Build Active Architecture
的设置更改为否
我在新旧构建系统上都试过了
感谢您提供的任何帮助。谢谢。我目前无法开发我的 iOS RN 版本。 XCode 构建和 React Native 构建都失败了