Tag: 谷歌铸

unit testing时无法find枚举描述符PBFieldDescriptorProto_Label

在将GoogleCast框架添加到unit testing目标之后,在testing开始运行之前,我收到以下exception。 除此之外,SDK是完整的function。 我会很感激任何想法! 2014-02-25 18:03:08.475 otest[3786:303] Unknown Device Type. Using UIUserInterfaceIdiomPhone based on screen size 2014-02-25 18:03:08.593 otest[3786:303] *** 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 2014-02-25 18:03:08.596 otest[3786:303] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unable to find enum descriptor PBFieldDescriptorProto_Label' *** First throw call stack: ( 0 CoreFoundation 0x00b1d5e4 __exceptionPreprocess + […]

Google Cast SDK 2.3.0 for iOS不支持64位

看起来iOS的Google Cast SDK的2.3.0版本停止了对arm64架构的支持(它确实支持x86_64 ,使它在64位模拟器中工作) λ: cd GoogleCast.framework λ: file GoogleCast GoogleCast: Mach-O universal binary with 5 architectures GoogleCast (for architecture cputype (16777228) cpusubtype (0)): current ar archive GoogleCast (for architecture armv7): current ar archive random library GoogleCast (for architecture armv7s): current ar archive random library GoogleCast (for architecture i386): current ar archive random library GoogleCast […]