Closed mixophrygian closed 6 years ago
In the sample podfile you'll want to include either:
pod 'UrbanAirship-iOS-SDK', '~>9.0.0'
or
pod 'UrbanAirship-iOS-SDK'
and be sure to run:
pod update
That fixed it, thank you!
Where would I submit a PR to update the version in the documentation?
Our external documentation builds from a private repo - but the instruction you mention will be updated in the next day or so. Thanks for the offer!
Hi there,
Thanks for this module! I'm getting a persistent build failure that I wonder if anyone has seen before.
I'm migrating away from react-native-ua (0.1.2) (followed all the steps here for removing references to the old module) to urbanairship-react-native (version 1.4.2)
Then followed the iOS installation steps here exactly.
Currently running:
react-native-cli 2.0.1 react-native 0.53.3 Xcode 9.2.
After Cleaning and Building, I get two errors within UARCTMessageCenter.m,
No known class method for selector 'messageCenter'
.Possibly related, warning in the same module -
warning: ignoring recursive header expansion for path '/**'