好像是2.3.0versionoftheGoogleCastSDKforiOS停止支持arm64架构(它确实支持x86_64,使其在64位模拟器中工作)λ:cdGoogleCast.frameworkλ:fileGoogleCastGoogleCast:Mach-Ouniversalbinarywith5architecturesGoogleCast(forarchitecturecputype(16777228)cpusubtype(0)):currentararchiveGoogleCast(forarchitecturearmv7):currentararchiverandoml
我刚开始将Android应用程序移植到iOS,遇到了一个主要障碍,尽管搜索了许多类似的问题,但我仍无法弄清楚。我正在尝试遵循CastVideossample中实现的模式GoogleCastAPI封装在一个单例类中,我称之为CastManager.要使用我的单例类,我#import"CastManager.h"在AppDelegate.m中。然后在CastManager.h中,我#import这样我就可以使用它的类和协议(protocol)作为CastManager公共(public)接口(interface)的一部分。但是,因为我在CastManager.m和AppDelegate.m
我正在使用swift开发一个ios应用程序。从下面提到的链接下载了googlecastframework。https://developers.google.com/cast/docs/downloads在应用程序中添加此框架工作并像这样导入:导入GoogleCast但我收到一条错误消息,指出“没有这样的模块GoogleCast” 最佳答案 我有一些在Swift中工作的东西。我不需要导入任何东西。您是否遵循了https://developers.google.com/cast/docs/ios_sender中的说明?同时配置Obje