I got the error when i run react-native run-ios after upgraded RN to 0.26.0-rc.
react-native run-ios
Undefined symbols for architecture x86_64: \"std::terminate()
Resolved with the following advice after running rnpm-plugin-upgrade@0.26:
[...] add -lc++ in Other Linker Flags in your xcode project build settings.
-lc++
Other Linker Flags
As pointed out in comments update target build settings (and not project). You may also need to update the Test target as well.