pub fn compile_rust_for_ios(
    target: Target,
    build_target: IosTarget,
    project_path: &Path,
    profile: Profile,
    features: Vec<String>,
    all_features: bool,
    no_default_features: bool,
    crate_types: &[CrateType]
) -> Result<()>
Expand description

Compiles rust code for iOS.

Initialises cargo rustc Command with given args and return it.