StoDevX / AAO-React-Native

The St. Olaf community, now in pocket size.
GNU Affero General Public License v3.0
42 stars 16 forks source link

Upgrade Xcode, macOS, iOS targets #7104

Closed drewvolz closed 4 months ago

drewvolz commented 4 months ago

drewvolz commented 4 months ago

I can lower the macOS runner target from 14.2 if we continue to get stuck at the following spot in CI

Waiting for a runner to pick up this job...
This request was automatically failed because there were no enabled runners online to process the request
for more than 1 days.
rye commented 4 months ago

New problem:

/Users/runner/work/AAO-React-Native/AAO-React-Native/ios/AllAboutOlaf.xcodeproj: error: No profile for team 'TMK6S7TPX2' matching 'match AppStore NFMTHAZVS9.com.drewvolz.stolaf' found: Xcode couldn't find any provisioning profiles matching 'TMK6S7TPX2/match AppStore NFMTHAZVS9.com.drewvolz.stolaf'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the Signing & Capabilities tab of the target editor. (in target 'AllAboutOlaf' from project 'AllAboutOlaf')
note: Run script build phase 'Bundle React Native code and images' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'AllAboutOlaf' from project 'AllAboutOlaf')
drewvolz commented 4 months ago
drewvolz commented 4 months ago

Since we do not run detox on nightlies, I've added a skip check for detox. ci/skip-detox label on PRs should bypass those failing provisioning checks for things we'd like to continue to check on nightlies and get into the main branch.