问题描述
我已经手动将Google登录框架与.bundle和.framework文件一起嵌入到iOS应用中.
I have manually embedded the Google Sign In framework into an iOS app with the .bundle and .framework files.
在将Mac作为具有最新Xcode和macOS Catalina版本的部署目标后,尝试在Mac上运行该应用程序时出现以下错误消息.
After adding the Mac as deployment target with the most recent Xcode and macOS Catalina versions I get the following error message when trying to run the app on the Mac.
我可以以某种方式解决此问题吗?还是我必须等待Google发布与iOS和macOS兼容的框架的新版本?
Can I somehow fix this problem? Or do I have to wait for Google to release a new version of the framework that is compatible with both iOS and macOS?
推荐答案
如果该框架是开源的,则可以打开其Xcode项目,启用Catalyst并重新编译.
If the framework is open source, you can open its Xcode project, enable Catalyst and recompile.
这篇关于构建具有Google Sign且支持Mac的iOS应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!