Kila2
Kila2
> Next up: > > ``` > Darling [~/git/TextEdit]$ xcodebuild . > dyld: Library not loaded: /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications > Referenced from: /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation > Reason: image not found > abort_with_payload: reason: Library...
> Wow looks like a lot of work went into these. How did you create them? What is your intention of adding them here? They would serve as a good...
> There is a lot going on in this change. I think we will need a design document detailing what feature you are trying to support, it's architecture, etc. The...
> Can you elaborate on these two? > > > 2. hot reload in development > > 3. rule_xcodeproj bwp fix index compile commands. For 2. Hot reload tools like...
> I'm not sure those are big enough reasons for this to be added to rules_xcodeproj. If you feel differently, then I recommend creating the design document I mentioned above....
> If you could share a minimal repro it would be great 🙏 I was make minimal repo at https://github.com/Kila2/rules_xcodeproj/tree/issues/2210/examples/integration ``` cd /path/to/integration $bazel run //:xcodeproj ``` use bazel config...
I'm sure this is a problem with Bazel. That's why I submitted it here.
cc_common.link not getExecutionInfo from the exec_properties
I had add an option to support this feature. https://github.com/bazelbuild/bazel/pull/22339
> Probably going to need a repro case to help debug There is a example [https://github.com/Kila2/bazel7_aspect_inputs_issue](https://github.com/Kila2/bazel7_aspect_inputs_issue) test bazel6 ``` cd rules_ios-3.2.2 && bazel build //tests/ios/app:App --nobuild --aspects tools/compile_only_aspect.bzl%compile_only_aspect --output_groups=compiles ```...