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 likenative: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
- native:run - Build and run your app
- native:package - Package for distribution