ejecting from SDK 41: Expo.plist contains EXUpdatesSDKVersion 40.0.0

Is this supposed to be 41.0.0?

<project>/ios/<Name>/Supporting/Expo.plist:

    <key>EXUpdatesSDKVersion</key>
    <string>40.0.0</string>

I reverted to managed and commented out expo.sdkVersion. There was a message about it during the upgrade process from SDK 40 to 41.

After running expo eject again, the above value is now 41.0.0

Looks like a bug to me. It said the version in package.json will be used, but actually still took the value from expo.sdkVersion (from app.config.js).

Remove it from app.config.js. It is no longer needed there. Maybe worth making an issue on GitHub with the above info, though.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.