Specifically, I am unable to get iOS working. The urbanairship-react-native documentation states to add the AirshipKit SDK. I tried adding "!use_frameworks" in the Podfile but that interferes with ExpoKit dependencies. I also tried adding AirshipKit manually, but then get errors about how some method(s) or file(s) cannot be found.
1st error type:
'React/RCTEventEmitter.h' file not found
(within UARCTEventEmitter.h)
2nd error type:
No known class method for selector 'messageCenter'
(within UARCTMessageCenter.m)
Thanks!
Comments
2 comments