Build iOS ipa with Development profile

I want to build a iOS project to test my aplication across ipa file on specifict devices but, I could not generate my ipa.

I create my development profile on ios platform and generate development certificates, but say me the next error:

[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!': [!] Error packaging up the application (FastlaneCore::Interface::FastlaneBuildFailure) [stderr] from /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] from /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] from /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] from /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 block (2 levels) in run' [stderr] from /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] from /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 run!' [stderr] from /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] from /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] from /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] from /usr/local/bin/fastlane:23:in
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)

can I generate IPA with development certificates?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.