sentry-demos / ios

iOS Empower Plant
1 stars 4 forks source link

fix: allow app/tests to run back to iOS 15 #88

Closed armcknight closed 7 months ago

armcknight commented 7 months ago

We noticed SauceLabs runs failing due to the following errors:

5572024-04-19 18:17:40:302 - [debug] [W3C] Unable To Install “sentrydemos.ios.EmpowerPlant”
5582024-04-19 18:17:40:302 - [debug] [W3C] This application requires a newer version of iOS

Some time ago, we made a change to the IPHONEOS_DEPLOYMENT_TARGET variable: https://github.com/sentry-demos/ios/commit/c882ff8a4331736d84ec35d44e5280d9b554c3ba#diff-a79fb78d1c206d4857b4354ec69e5d510c999088b89c32bfd5abc29bb94ade29L335

so maybe that broke things. This pr sets it early enough to use the config that appears to be used by SL: image