bazel-ios / rules_ios

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

Update Xcode to 15.2 #821

Closed karim-alweheshy closed 6 months ago

karim-alweheshy commented 8 months ago

Updated CI runners to macos-14 Update Xcode to 15.2.0 from 14.2.0 Update min iOS version to 12.0 from 10.0 and 11.0 and remove Host-App pre 12.0 Updated iOS sdk to 17.2 and devices to sims from the runner Update swift_version from 5.1 to 5.9 Update xcodeproj installer, as it was pointing to a static lib for dynamic lib compilation and fixed path to remove // Updated compile frameworks to the correct arch ios-sim-arm64-x86_64 Updated third party libs to be on the right arch ios-sim-arm64-x86_64

old PR: https://github.com/bazel-ios/rules_ios/pull/818

luispadron commented 8 months ago

@karim-alweheshy I think you'll need to re-update the fixtures with the reverted change to the path

karim-alweheshy commented 8 months ago

@karim-alweheshy I think you'll need to re-update the fixtures with the reverted change to the path

Done @luispadron

luispadron commented 6 months ago

@karim-alweheshy I'll rebase and merge this once #835 lands.

luispadron commented 6 months ago

Going to tackle this over in #837