bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
276 stars 85 forks source link

Failing .xcodeproj Tests on Xcode 14.2.0 #830

Closed AngelaGuardia closed 4 months ago

AngelaGuardia commented 7 months ago

PROBLEM The CI pipeline seems to be broken. The .xcodeproj Tests on Xcode 14.2.0 fail with the following error:

/Users/runner/work/rules_ios/rules_ios/tests/ios/unit-test/test-imports-app/Header2.h:6:5: error: redefinition of enumerator 'AppErrorCodeUnknown'

REPRO This is happening on new PRs (including a PR that just touches a file):

luispadron commented 7 months ago

Anyone working on fixing this? We'd like to unblock the Bazel 7 PRs 🙏🏼

thiagohmcruz commented 7 months ago

Taking a look. I'll try to find a way to make it pass to unblock folks while we root cause it.

thiagohmcruz commented 7 months ago

https://github.com/bazel-ios/rules_ios/pull/832

thiagohmcruz commented 7 months ago

Also, maybe focusing on bumping to Xcode 15 is a better use of our time if we decide to drop 14.x as part of that. But that's a separate discussion I guess.

luispadron commented 4 months ago

Closing this since we use Xcode 15 now