Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/NativePHP/mobile-air/llms.txt

Use this file to discover all available pages before exploring further.

The native:build-ios command is an internal command used by native:package and native:run. Most users should use those commands instead.

Purpose

This command handles iOS-specific build operations and is typically invoked by higher-level commands like native:package when building for iOS.

Common Use Cases

For building iOS applications, use:
  • Development builds: php artisan native:run ios
  • Production builds: php artisan native:package ios

See also

Build docs developers (and LLMs) love