cargo-xcodebuild
cargo-xcodebuild copied to clipboard
Helps cargo build and run apps for iOS
When attempting to run the wgpu on m1 mac example I encounter this error. I know it has to do with selecting the adapter and I'm not sure why it...
Hi, does the tool support Mac Catalyst builds, e.g. `build_targets = ["x86_64-apple-ios-macabi", "aarch64-apple-ios-macabi"]`? If not would it be possible to please add support for these targets? I think `xcodegen` already...
Is it possible to do something like `cargo xcodebuild test` to run library tests in an iOS emulator? I am naively trying to set up CI testing for iOS for...
I ran into an issue in developing a bevy game that loads assets from an asset folder which I've further organized into nested subfolders. At the moment the project.yml generated...