Closed JoelNgiamKeeYong closed 4 months ago
Thanks for a thorough report @JoelNgiamKeeYong! I just released version 8.0.1 which I've locally verified builds with XCode 15 - could you try again and let me know how it goes? :)
Thanks for a thorough report @JoelNgiamKeeYong! I just released version 8.0.1 which I've locally verified builds with XCode 15 - could you try again and let me know how it goes? :)
Yup it works now, thanks for the quick response!!
Tried creating a development build with EAS Build with v8.0.0 but resulted in the following issue / error in fastlane.
I downgraded to v7.3.2 (the preceding version before v8.0.0) and could build the project, but the issue still requires attention for future updates. FYI - I followed all the steps in the READ.ME file, including adding the expo plugins and configurations.
Thanks in advance!!
ERROR IN FASTLANE DURING EAS BUILD
EAS JSON
{ "cli": { "version": ">= 0.41.0", "appVersionSource": "remote" // https://docs.expo.dev/build-reference/app-versions/ }, "build": { "development": { "developmentClient": true, "distribution": "internal", "ios": { "image": "latest" }, "env": { "APP_VARIANT": "development" } }, "preview": { "channel": "preview", "distribution": "internal", "ios": { "image": "latest" } }, "production": { "autoIncrement": true, "channel": "production", "ios": { "image": "latest" } } }, "submit": { "production": { "android": {}, "ios": { "appleId": "[REDACTED]", "ascAppId": "[REDACTED]", "appleTeamId": "[REDACTED]" } } } }