我相信这是正在发生的事情:我的 MacOS 系统已更新,随后 Xcode 也更新到了版本 14。自从发生这种情况以来,我的 eas 本地构建再也无法成功完成。向 eas 构建系统提交构建仍然有效,但排队可能需要很长时间,因此当我需要构建 .ipa 以安装在真实设备上时,它会删除任何类型的快速反馈。这是我收到的错误消息。[RUN_FASTLANE] Please file a bug at http
2022-09-15
suman@groot:~/ALL_MINE/REACT/REACT_NATIVE/PhotoEditor$cd iossuman@groot:~/ALL_MINE/REACT/REACT_NATIVE/PhotoEditor/ios$pod install为 Pod RNFBApp 添加自定义脚本阶段:[RNFB] 核心配置为目标PhotoEditor自动链接 React Native 模块:R
2021-09-18
我没有经验,所以我无法真正指出问题所在。谢谢你的帮助。我克隆了这个 repo:https://github.com/flatlogic/react-native-starter.git并尝试按照以下步骤操作:克隆 repogit clonehttps://github.com/flatlogic/react-native-starter.git导航到克隆的文件夹并安装依赖项cd react-nat
2021-07-28
我正在尝试在我的 Mac (M1) 上设置一个新的 React Native 项目。使用npx react-native init test初始化项目后,我得到了输出:✔ Downloading template✔ Copying template✔ Processing template✖ Installing CocoaPods dependencies (this may take a fe
2021-07-21
我在尝试为 MacOS 安装 React Native 时收到此信息。$ npx react-native init myprojectld: warning: dylib (/usr/local/opt/llvm/lib/libc++.dylib) was built for newer macOS version (10.15) than being linked (10.13)ld: war
2021-01-10
我无法安装 pod。这是错误。我需要您的帮助。 xcrun: error: SDK "iphoneos" cannot be locatedxcrun: error: SDK "iphoneos" cannot be locatedxcrun: error: SDK "iphoneos" cannot be locatedxcrun: error: unable to lookup item 'P
我遇到了一个奇怪的错误,我刚刚使用 react-native init AwesomeProject --version 0.61.5 创建了一个新的 React Native 项目,但在 pod 安装部分失败了。我也尝试过 pod 安装,但在安装 glog 时发生了这种情况:Installing glog (0.3.5)[!] /bin/bash -cset -e#!/bin/bash# Cop
2020-02-17
安装 RNPermissions 及其依赖项时,我遇到了错误。似乎是我的编译器或正在安装的软件包出了问题。错误:checking whether the C compiler works... no/Users/si/Library/Caches/CocoaPods/Pods/Release/glog/0.3.4-1de0b/missing: Unknown `--is-lightweight'
我想在我的 expo 项目中分离 expo 以获取裸的 react native 项目,在 expo detach 之后,我运行 pod install 时出现此错误,在安装 glog 期间该脚本太旧或缺失[!] C:/Program Files/Git/usr/bin/bash.exe -cset -e#!/bin/bash# Copyright (c) Facebook, Inc. and i
2019-10-14
我的问题是关于如何解决丢失的脚本太旧或丢失!!checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for arm-apple-darwin-strip... nochecking for strip... strip
我使用的是 react native 0.62.3,昨天一切正常。安装 react-native-stripe-terminal 包后,我恢复了所有内容,删除了 node_modules、Pods 文件夹,重新安装并使用发布方案构建到我的 iOS 设备。应用程序已安装,但在加载 Metro Bundle 之前它在启动屏幕上崩溃了。我尝试签出之前的稳定提交,但出现同样的错误。我尝试在 3 台 Mac
2021-12-17