sergey zhdanov

Results 2 issues of sergey zhdanov

Hi guys! I'm new in bazel and trying to use it. I have an app: ``` ios_application( name = "App", app_icons = glob([":SupportingFiles/Assets.xcassets/**"]), launch_storyboard = ":Resources/Storyboards/LaunchScreen.storyboard", minimum_os_version = "11.0", bundle_id...

Hello, thank you for the project. I'm trying to get it working by following instructions from readme. When I try to start the provider I'm getting the following error log:...