Skip to content

Update upgrading-expo skill with iOS deployment target#63

Open
eithe wants to merge 1 commit into
expo:mainfrom
eithe:upgrade-expo-ios-deployment-target
Open

Update upgrading-expo skill with iOS deployment target#63
eithe wants to merge 1 commit into
expo:mainfrom
eithe:upgrade-expo-ios-deployment-target

Conversation

@eithe

@eithe eithe commented May 22, 2026

Copy link
Copy Markdown

Upgrading Expo (and potentially the corresponding RN upgrade) often requires a higher minimum target version.

For Expo 55 -> 56, our app was at 15.1 and required 16.4.

[!] CocoaPods could not find compatible versions for pod "Expo":
  In Podfile:
    Expo (from `../node_modules/expo`)
Specs satisfying the `Expo (from `../node_modules/expo`)` dependency were found, but they required a higher minimum deployment target.

[!] [Expo] @expo/log-box was not linked: requires iOS 16.4 but app targets 15.1

This PR updates the upgrading-expo skill to handle this.

Expo 55 -> 56 (and potentially the corresponding RN upgrade ) requires a higher minimum target version.

Our app was at 15.1 and required 16.4.

[!] CocoaPods could not find compatible versions for pod "Expo":
  In Podfile:
    Expo (from `../node_modules/expo`)
Specs satisfying the `Expo (from `../node_modules/expo`)` dependency were found, but they required a higher minimum deployment target.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant