【发布时间】:2023-03-11 03:10:02
【问题描述】:
似乎2.3.0 version of the Google Cast SDK for iOS 停止支持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 (for architecture x86_64): current ar archive random library
因此,在为物理设备构建时出现此错误:
ld: archive has no table of contents file '/Users/****/Frameworks/GoogleCast.framework/GoogleCast' for architecture arm64
【问题讨论】:
-
我们正在调查此事。将在此处跟踪:code.google.com/p/google-cast-sdk/issues/…
标签: ios chromecast google-cast