我已经使用 React Native 创建了一个应用程序,并尝试通过 Expo 的 eas-cli 创建一个 iOS 应用程序商店。
\n当eas build --platform ios运行Fastlane build failed with unknown error
检查 Expo 构建日志中的“Run Fastlane”部分后,显示多个错误:
\n错误1:
\nResolving Swift Package Manager dependencies...\n$ xcodebuild -resolvePackageDependencies -workspace ./AppName.xcworkspace -scheme AppName -configuration Release\n\xe2\x96\xb8 Command line invocation:\n\xe2\x96\xb8 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -resolvePackageDependencies -workspace ./AppName.xcworkspace -scheme AppName -configuration Release\n\xe2\x96\xb8 resolved source packages:\n$ xcodebuild -showBuildSettings -workspace ./AppName.xcworkspace -scheme AppName -configuration Release\nCommand timed out after 3 seconds on try 1 of 4, trying again with a …Run Code Online (Sandbox Code Playgroud)