pub fn create_xcframework(
framework_paths: Vec<Utf8PathBuf>,
bundle_name: &str,
output_dir: &Utf8PathBuf,
) -> Result<Utf8PathBuf>Expand description
Create an XCFramework from the frameworks.
pub fn create_xcframework(
framework_paths: Vec<Utf8PathBuf>,
bundle_name: &str,
output_dir: &Utf8PathBuf,
) -> Result<Utf8PathBuf>Create an XCFramework from the frameworks.