Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Parse Error in iOS Version Bumping #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

code-jenn-or
Copy link

Found errors in utilizingpbxproj-dom if the iOS native files contained any code that was not properly escaped. Recently another developer created a forked version of that project since their pull request was not merged into pbxproj-dom.
This PR addresses that parsing error by moving to the newly forked dependency. Previous to these changes I was patching the expo-modules-autolinking project, however after latest update, this no longer works without further change, wanted to resolve the root problem.

Tested this in my github actions by referencing my forked version.

Reference for more details: NativeScript/pbxproj-dom#10

Error prior to fork:
image

Successul Run from my fork:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant