pub async fn package_apple(
project: &Project,
platform: TargetPlatform,
options: PackageOptions,
) -> Result<Artifact>Expand description
Package an Apple app using xcodebuild.
ยงErrors
Returns an error if the backend is missing, packaging prerequisites are invalid, or xcodebuild fails.