我已经通过CocoaPods将Parse SDK更新到1.6.0。
IT似乎可以使用本地数据存储。但是,当我尝试启用ParseCrashReporting时
ParseCrashReporting.enable()
但是Xcode找不到ParseCrashReporting。
有人遇到同样的问题吗?
谢谢 !
最佳答案
ParseCrashReporting具有自己的cocoapod规范。确保将pod 'ParseCrashReporting'
添加到Podfile
。然后按照@Lucas指出的导入 header 。
引用:http://cocoapods.org/?q=parsecrashreporting