Sanju Naik
Sanju Naik
I tried Integrating CocoaPods dependency using PodToBuild, added `new_pod_repository` rule to my Workspace file as mentioned in the ReadMe section. When I run bazel build, getting this header visibility error...
### Description App works fine in `Debug` mode but crashes in `Release` mode upon App launch while logging App start session event. ### Reproducing the issue We are observing this...
### What's the issue? We have a dynamic framework that has `open class` and we have a static library that inherits the open class from Framework and depends on the...
### What's the issue I have a static xcframework which is consumed using rule `apple_static_xcframework_import` and this xcfraemwork depends on an `objc_library`. Importing this XCFramework inside swift classes of `ios_application`...
After upgrading to Bazel 7.0.0 and enabling `remote_download_toplevel` flag we are noticing our builds are failing intermittently while downloading cached artifacts from remote Cache. 2 errors we get are: ```...
## Problem At present `pre_build` & `post_build` run scripts take a single script each. This means If I want to run multiple post_build run scripts then I need to combine...
## Problem Today when we add run scripts they get added to the `BazelDependencies` target instead of the actual Target. With this approach we lose on using some of Xcodebuild...