coolbluewater

Results 16 issues of coolbluewater

Hi, I tried building against the Xcode 11.3 SDK. The build errors out with numerous errors of this kind: ``` error[E0201]: duplicate definitions with name `new`: --> src/RustKit/target/debug/build/rustkit-74ad679636d80c03/out/Foundation.rs:75054:5 | 75042...

I was able to run VSVim on VsMac 2022 17.3 Previews until Preview 3 by manually copying the VSVim package to the correct install folder. However in the last couple...

vs4mac integration

I'm able to build with Visual Studio for Mac after installing the correct runtime, but there are a number of unit test failures of type PlatformNotSupportedException. The Web project also...

enhancement
help wanted

Hi, I'm looking for a way to use normal Rust fields within instances. This would allow Objective-C declared methods to work with rust fields per-instance. So far I haven't seen...

enhancement
A-objc2

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...

help wanted

**Describe the bug** We don't deserve this awesome plugin. **To Reproduce** Install the plugin into VsMac **Actual Behavior** An amazing Vim experience. Thank you @nosami for pulling a rabbit out...

vs4mac integration

This PR adds initial support for Mac Catalyst targets (i.e. UIKit for Mac.) Mac Catalyst allows iOS apps to run natively on macOS. These targets end in `-macabi`: `x86_64-apple-ios-macabi` and...

Hi, thanks a lot for this example! It's very well thought out and links Xcode and Rust very elegantly. It is in need of an update, however. Xcode 12 does...

Asserting on top-level structs that contain a data hierarchy works and is very useful. However, strings are always output as single line strings and I could not find a way...

Interesting project. A few questions, would appreciate realistic answers, because other UI crate owners in my experience often respond with "everything is possible" which is not helpful, 1) Is the...

enhancement