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
While testing the installation process of a library I created with this tool, running react-native link produced an error 'Expected "{" found "/"'. This is because there is an extra blank line at the top of the xcodeproj/project.pbxproj file that is confusing the link command. After removing the blank line, the link command worked without errors.