shimohq / react-native-cookie

A cookie manager module for react-native
MIT License
93 stars 49 forks source link

Link command breaks Xcode project file. #1

Closed maartenpetit closed 7 years ago

maartenpetit commented 7 years ago

I used the link command to link the native libraries. react-native link react-native-cookie

The link command finished successfully without any errors or warnings but the Xcode project file broke. Project /../../../project.xcodeproj cannot be opened because the project file cannot be parsed.

I did not encounter any problems when adding the library manually.