Создайте iOS-приложение с Expo, которое выдает ошибку сборки - PullRequest
0 голосов
/ 22 января 2019

Я получаю следующую ошибку при создании приложения. Я загрузил свои файлы p12, и в конце я получаю это в журналах «Создание и подписание 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:in 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:in 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 execute ' [stderr] из /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/runner.rb:134:in package_app' [stderr] from /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/runner.rb:27:in run ' [stderr] из /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/manager.rb:19:in 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:in call' [stderr] from /usr/local/lib/ruby/gems/2.4.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:in run ' [stderr] из /usr/local/lib/ruby/gems/2.4.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in 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:in run!' [stderr] from /usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/gym/lib/gym/commands_generator.rb:75:in run ' [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 ' [stderr] из / usr / local / bin / fastlane: 23: в <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)

Любая подсказка, что это значит?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...