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: ios - ensure the target is not added to main project multiple times (during prebuild) #136

Merged

Conversation

Kasendwa
Copy link
Contributor

@Kasendwa Kasendwa commented Dec 4, 2024

Summary

Every time I run npx expo prebuild, a duplicate target is added on the xcode main project. This is wrong and causes build failures.

This PR adds checks to skip the process if the target was previously added to the main project.

@achorein achorein changed the title Ensure the target is not added to main project multiple times (during prebuild) fix: ios - ensure the target is not added to main project multiple times (during prebuild) Dec 6, 2024
@achorein achorein force-pushed the fix-do-not-add-target-multiple-times branch from 682c8c9 to f84eb1d Compare December 6, 2024 12:08
@achorein
Copy link
Owner

achorein commented Dec 6, 2024

@Kasendwa thanks for you help on this 🙏

@achorein achorein merged commit 96e2dbd into achorein:main Dec 6, 2024
4 checks passed
@Kasendwa Kasendwa deleted the fix-do-not-add-target-multiple-times branch December 14, 2024 22:20
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.

2 participants