You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See discussion in #463 where @ide explained why just xcuserdata should be ignored, rather than all of project.xcworkspace.
In this commit: 9b513ed, project.xcworkspace was added to the .gitignore, as well as the sample project's _gitignore file.
One place where this is causing issues is Visual Studio Online, which requires an xcworkspace file to configure automated builds. If I understand correctly, the CocoaSpec project also recommends opening the project.xcworkspace instead of the xcodeproj, so it seems like that would also cause issues.
The workaround here is pretty easy... just remove the project.xcworkspace line from the .gitignore after running react-native init, but would it be a better default to not ignore project.xcworkspace?
The text was updated successfully, but these errors were encountered:
ProductPains helps the community prioritize the most important issues thanks to its voting feature.
It is easy to use - just login with GitHub.
Also, if this issue is a bug, please consider sending a PR with a fix. We rely on the community to provide
bugfixes as the core team is focused on performance.
See discussion in #463 where @ide explained why just xcuserdata should be ignored, rather than all of project.xcworkspace.
In this commit: 9b513ed,
project.xcworkspace
was added to the .gitignore, as well as the sample project's _gitignore file.One place where this is causing issues is Visual Studio Online, which requires an xcworkspace file to configure automated builds. If I understand correctly, the CocoaSpec project also recommends opening the project.xcworkspace instead of the xcodeproj, so it seems like that would also cause issues.
The workaround here is pretty easy... just remove the
project.xcworkspace
line from the.gitignore
after runningreact-native init
, but would it be a better default to not ignoreproject.xcworkspace
?The text was updated successfully, but these errors were encountered: