Closed joetam closed 1 year ago
@joetam I'm getting the same error for regular iOS app (ios_application
+ ios_unit_test
+ ios_ui_test
top-level targets).
Any ideas about fix?
@joetam I'm getting the same error for regular iOS app (
ios_application
+ios_unit_test
+ios_ui_test
top-level targets).Any ideas about fix?
I have the same error after upgrade bazel to 6.x and you can add @
in the front of the label like @//:TestSwiftLib
in configuration of tulsi for workaround
@xinzhengzhang Thanks for a hint!
I have added @ symbol to build targets (see sample below) and everything work now!
"buildTargets" : [
"@//ImageLoaderConsumer:ImageLoaderConsumer",
"@//ImageLoaderConsumerTests:ImageLoaderConsumerTests",
"@//ImageLoaderConsumerUITests:ImageLoaderConsumerUITests"
],
Thanks for submitting this issue but this tool is being deprecated. Please checkout rules_xcodeproj for a more complete and maintained Xcode integration.
Hi, not sure why I'm getting a "failed to resolve labels" error when generating the project. Would appreciate any pointers, thanks!
WORKSPACE
BUILD