rules_apple
rules_apple copied to clipboard
Add a test to verify that `libswift_Concurrency.dylib` is bundled if app uses Swift Concurrency and targets iOS >= 13 and < 15.
Also verify that libswiftCore.dylib should not get bundled in this
case, which is broken with Xcode 13.3.
BazelCI uses Xcode 13.0 so this doesn't build here yet.
Can you file an issue for that
https://github.com/bazelbuild/continuous-integration/issues/1348