iOS Build 无法在 fastlane 和 Github Action 上运行

Cha*_*udi 5 ios react-native fastlane github-actions

我对 iOS 应用程序的 github Actions CI 有问题(反应本机),除了在本地和 Travis 上运行良好的应用程序构建之外,我的所有通道都运行良好,但在 Github Actions 上它仍然被阻止

Running script '[CP] Copy Pods Resources'
Running script 'Run Script'
Run Code Online (Sandbox Code Playgroud)

我把它取下来Running script 'Run Script',它就卡在了之前的台阶上!

尝试了很多构建方法还是不行!

这是我尝试的车道

build_app(workspace: "myapp.xcworkspace", scheme: "myapp")
Run Code Online (Sandbox Code Playgroud)

和/或

gym(
  workspace: "myapp.xcworkspace", 
  configuration: "Release",
  scheme: "myapp",
  clean: true,
  export_method: "ad-hoc"
)
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述