Lie Albert Januar Linarco
Lie Albert Januar Linarco
I can run our EarlGreyTest now, thanks all. And yes, I can help to add some tests.
Hello guys, I have case that need to create `ios_bundle` binary (type=loadable_bundle) with linker flags (`-bundle_loader path/to/app/exe_bin`). if I do this, when I run EarlGreyTests (`bazel test :UITest`), it will...
An example: ``` Mar 11 22:17:09 Alberts-MacBook-Pro-2 SandboxApp[87775]: objc[87775]: Class CheckmarkItemCell is implemented in both /Users/albertjanuar/Library/Developer/CoreSimulator/Devices/FC18A482-CAF8-4D84-9C59-2438D3227792/data/Containers/Bundle/Application/BB27D7F3-C937-4ABF-BE04-D91B156F2A6D/SandboxApp.app/SandboxApp (0x10d1459d0) and /Users/albertjanuar/Library/Developer/CoreSimulator/Devices/FC18A482-CAF8-4D84-9C59-2438D3227792/data/Containers/Bundle/Application/BB27D7F3-C937-4ABF-BE04-D91B156F2A6D/SandboxApp.app/EarlGreyHelperBundles/CulinaryEarlGreyHelper.bundle/CulinaryEarlGreyHelper (0x14e07cb10). One of the two will be used. Which one is...
> We didn't have something like `Culinary` depended on by `helper bundle binary`. The bundle only provided interfaces that allowed communication with the app, the app had all of the...
Hi @brentleyjones , let me clarify my understanding, these rules below are in circular dependencies. ``` objc_library( name = "X", ) ios_bundle( name = "Bundle", deps = [":X"], bundle_location =...
Hi @brentleyjones , sharing a little update. we've successfully built ios bundle with workaround for our EarlGrey test case. This won't be ideal, but it runs perfectly for us. ```...
Any update for this? 🙏
@googlebot I consent.
Any update, @Bencodes ?
Hello, any plan to merge this soon?