I can't run example app in XCode tool.

Steps:
v3.0.0examples/OneSignalRNExamplenpm icd ios && pod installCould you help me to find where I did a mistake?
P.S.:
I've encountered the issue like these:
https://github.com/geektimecoil/react-native-onesignal/issues/19
https://github.com/geektimecoil/react-native-onesignal/issues/133
and decided to compare your example app with mine to be sure I don't miss anything.
Everything was OK until I updated to React 0.40.0 and all related modules.
Did you Run from the XCode project or workspace?
Make sure you entered the workspace.
By the way, the full example is updated to RN 0.32, which is compatible with version v1.2.3. I definitely need to update it to RN 0.40.
I'm also encountering the same bug in a project with react-native version 0.37. Installed using Cocoapods and followed all the installation instructions. The weird thing is that when I did the same in a clean project with same version it worked.
@avishayil When I run it from workspace it starts working. My fault.
BTW,
I would like to see an example with 0.40.0 react native.
Can this issue be re-opened? I'm still encountering this bug. I can provide more details if needed
For me it worked to add "${PODS_ROOT}/OneSignal/iOS_SDK/Framework" to any architecture in Framework search paths.

I'm using pod this line was added automatically I guess. At least there is nothing in *.xcodeproj file.
I got the same issue while I'm trying to run on iOS 7s Plus 10.3.1.
I tried to reopen Xcode and restart the React packager. It works for me.