用Expo构建iOS应用给我一个构建错误

时间:2019-01-22 18:30:04

标签: ios react-native expo react-native-ios

在构建应用程序时出现以下错误。我已经上传了p12文件,最后在“ Building and Signing IPA”日志中得到了此文件

INFO [2019-01-22 09:59:50.91]: ERROR [2019-01-22 09:59:50.91]: Looks like fastlane ran into a build/archive error with your project ERROR [2019-01-22 09:59:50.91]: It's hard to tell what's causing the error, so we wrote some guides on how ERROR [2019-01-22 09:59:50.91]: to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/ ERROR [2019-01-22 09:59:50.91]: Before submitting an issue on GitHub, please follow the guide above and make ERROR [2019-01-22 09:59:50.91]: sure your project is set up correctly. ERROR [2019-01-22 09:59:50.91]: fastlane uses xcodebuild commands to generate your binary, you can see the ERROR [2019-01-22 09:59:50.91]: the full commands printed out in yellow in the above log. ERROR [2019-01-22 09:59:50.91]: Make sure to inspect the output above, as usually you'll find more error information there INFO [2019-01-22 09:59:50.91]: [stderr] /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/fastlane_core/lib/fastlane_core/ui/interface.rb:163:in build_failure!':[!]打包应用程序时出错(FastlaneCore :: Interface :: FastlaneBuildFailure) [stderr]来自/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/fastlane_core/lib/fastlane_core/ui/ui.rb:17:在method_missing' [stderr] from /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/error_handler.rb:112:in中的handle_package_error' [stderr]来自/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/runner.rb:138:在block in package_app' [stderr] from /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/fastlane_core/lib/fastlane_core/command_executor.rb:93:in中执行' [stderr]来自/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/runner.rb:134:在package_app' [stderr] from /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/runner.rb:27:in中运行 来自/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/manager.rb:19的[stderr]:work' [stderr] from /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/commands_generator.rb:44:in块中(2个级别)在运行中” [stderr]来自/usr/local/lib/ruby/gems/2.4.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:在call' [stderr] from /usr/local/lib/ruby/gems/2.4.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:in中运行 从/usr/local/lib/ruby/gems/2.4.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476中的[stderr]运行:run_active_command' [stderr] from /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:74:in! [stderr]来自/usr/local/lib/ruby/gems/2.4.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:在run!' [stderr] from /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/commands_generator.rb:75:in中运行 [stderr]来自/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/commands_generator.rb:15:in start' [stderr] from /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/fastlane/lib/fastlane/cli_tools_distributor.rb:100:in take_off' [stderr]来自/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/bin/fastlane:20:in <top (required)>' [stderr] from /usr/local/bin/fastlane:23:in load' 来自[usr / local / bin / fastlane:23:in <main>' removed provisioning profile from the home directory Error: Process exited with non-zero code: 1 at ChildProcess.child.on (/usr/local/turtle-js/node_modules/@expo/spawn-async/build/spawnAsync.js:39:21) at emitTwo (events.js:126:13) at ChildProcess.emit (events.js:214:7) at maybeClose (internal/child_process.js:925:16) at Socket.stream.socket.on (internal/child_process.js:346:11) at emitOne (events.js:116:13) at Socket.emit (events.js:211:7) at Pipe._handle.close [as _onclose] (net.js:554:12)中的[stderr]

有什么线索吗?

0 个答案:

没有答案
相关问题