【发布时间】:2014-04-14 21:15:57
【问题描述】:
在我的应用程序中,当我添加 googleCast SDK 时,应用程序在启动时崩溃,使用此方法 [[DCIntrospect sharedIntrospector] start];。但是当我没有 GoogleCast SDK 时,一切正常。
这是断言日志:
*** Assertion failure in -[GCKPB_PBFieldDescriptor initWithFieldDescription:rootClass:], /Volumes/BuildData/pulse-data/agents/wpye22.hot/recipes/415961027/base/googlemac/iPhone/Chromecast/SDKv2/Protos/../../../../ThirdParty/ProtocolBuffers/objectivec/Classes/PBDescriptor.m:409
This works fine if I run the project on an iPhone 5C, but crashing on the simulator (32-bit simulator).
关于如何解决此崩溃并继续使用DCIntrospect 的任何想法?
【问题讨论】:
标签: ios iphone objective-c google-cast