I have update the Parse SDK to 1.6.0 through CocoaPods. IT works seems I am able to use the Local Datastore. However when I try to enable ParseCrashReporting doing ParseCrashReporting.enable()
But Xcode does not find ParseCrashReporting.
Anyone having the same issue ?
Thank you !
ParseCrashReporting is in its own cocoapod spec. Make sure you add pod 'ParseCrashReporting'
to your Podfile
. Then import the headers as @Lucas pointed out.
Reference: http://cocoapods.org/?q=parsecrashreporting
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With