Hello!
I’ve recently updated an old Expo project from SDK 34 => 40 with “expo upgrade”, and resolved any issues that occured.
Now, whenever I try to build the project with “expo build:ios” I get an error:
Tue, 05 Jan 2021 14:45:06 GMT
Error: Unsupported SDK Version!
at Object.ensureCanBuildSdkVersion (/usr/local/turtle-js/build/builders/utils/version.js:19:15)
at async Object.iosBuilder [as ios] (/usr/local/turtle-js/build/builders/ios/index.js:20:9)
at async build (/usr/local/turtle-js/build/jobManager.js:181:33)
at async processJob (/usr/local/turtle-js/build/jobManager.js:118:32)
at async Object.doJob (/usr/local/turtle-js/build/jobManager.js:49:5)
at async main (/usr/local/turtle-js/build/server.js:66:13)
In the activty-tab on the Expo-website I can also see that it says SDK 34.00 whenever I try to build an IPA.
Why is it not showing SDK 40.00?