Closed uyasarkocal closed 1 year ago
Building this will require XCode 15+ given this is using new apis. What version of xcode are you using?
For local builds, you can just upgrade xcode on your machine. For EAS builds, you can set the image configuration in your eas.json to one that supports xcode 15. https://docs.expo.dev/eas/json/#image-1
Yes, I did and it worked. EAS users should add
"ios": {
"image": "latest"
}
To their eas.json build profile before building, since eas is not set for xCode 15 by default right now.
I’ll add this to the docs. thanks for being an early tester!
Trying out the package, thanks for shipping this fast!
But the package broke fastlane while building a development client on EAS, the logs are below:
Are there any extra steps to install that I've missed?