forked from maplibre/maplibre-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Duplicated Signature issue with Xcode 15 #12022
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a32bb57
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, sorry for the drive by comment but I am trying to fix this issue in our project as well that is using maplibre-react-native. For some reason it seems the escaping is not correct, I keep getting the error
SyntaxError: [ios.entitlements]: withIosEntitlementsBaseMod: Expected "/*" or ";" but "R" found.
. Any chance you could post your transpiled withMapLibre.js so I can try and use patch-package with it? I'm also having issues forking+applying this patch+building and actually using this fork.a32bb57
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @gorbypark, I don't have a working plugin yet. I just burnt through my monthly EAS minutes trying to debug this.
I am now trying a project specific plugin to see if I can come up with a working system, which I can back port to maplibre-rect-native:
II am trying to build locally as well to limit my EAS financial exposure:
But I am hitting this error: expo/eas-cli#2111
Seems like XCode 15 doesn't play as nicely with expo as previous versions.
a32bb57
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems to be fixed in Xcode 15.2 if upgrading is an option