dyld:未找到符号:_OBJC_CLASS _ $ _ ParseCrashReporting

时间:2015-05-13 11:53:50

标签: ios swift parse-platform

我是解析新手。我的代码在更新cocoapods之前工作正常,在更新之后,当我在模拟器或设备上运行我的应用程序时出现此错误:

dyld: Symbol not found: _OBJC_CLASS_$_ParseCrashReporting
  Referenced from: /Users/.../Library/Developer/CoreSimulator/Devices/AA7147C1-AED6-4E00-BF8B-A4777A1C36CE/data/Containers/Bundle/Application/67206EC3-C724-4260-8520-D24E4439493D/....
  Expected in: flat namespace
 in /Users/.../Library/Developer/CoreSimulator/Devices/AA7147C1-AED6-4E00-BF8B-A4777A1C36CE/data/Containers/Bundle/Application/67206EC3-C724-4260-8520-D24E4439493D/...

我正在研究swift,iOS版本是8.1

2 个答案:

答案 0 :(得分:1)

在〜>之间给出空格后工作正常和版本号,即Podfile中的1.6。

pod 'ParseCrashReporting', '~> 1.6'

答案 1 :(得分:0)

尝试删除然后在目标中添加Parse.framework - > target_name - >一般 - >链接框架和库