Closed ZarmDev closed 1 month ago
Hey @ZarmDev, please try 10.0.0-alpha.17
.
I'm still getting the same error when running eas build
@tyrauber It works now!!! I added this to app.json or maybe it was your advice I don't really know:
"ios": {
"deploymentTarget": "13.4",
"useFrameworks": "static",
"podfileProperties": {
"MapLibre": "6.7.0"
}
}
Steps to Trigger Behavior
Link to Minimal Reproducible Example
I tried it on my app: https://github.com/ZarmDev/OpenTransitApp
Screenshots (if applicable)
Version(s) affected
Proof
When I ran the build without maplibre installed, it actually went through but I got another unrelated error.
Important notes