add instructions about removing rct and react if they are already defined by podfile

This commit is contained in:
Ivan Pusic 2016-08-06 03:42:40 +02:00 committed by GitHub
parent 7bf9d98249
commit ac066ad1ab

View File

@ -155,6 +155,7 @@ pod install
- open **project_name.xcworkspace**
- Add `$(inherited)` to other linker flags under Build Settings
- Remove all RCT* and React under Libraries (because you defined them via Podfile), or keep them inside Libraries but remove them from Podfile, otherwise you will get "duplicated symbols..." compile error
Done!