欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 新闻 > 资讯 > flutter 导出iOS问题3

flutter 导出iOS问题3

2024/10/25 21:11:53 来源:https://blog.csdn.net/weixin_44911775/article/details/139650448  浏览:    关键词:flutter 导出iOS问题3

更新flutter版本后

macminihao@macMiniaodeMini SocialIM % flutter --version
Flutter 3.7.12 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 4d9e56e694 (1 year, 2 months ago)2023-04-17 21:47:46 -0400
Engine • revision 1a65d409c7
Tools • Dart 2.19.6 • DevTools 2.20.1
macminihao@macMiniaodeMini SocialIM % 

pod install时出现

第一个问题

[!] CocoaPods could not find compatible versions for pod "AppsFlyerFramework":In snapshot (Podfile.lock):AppsFlyerFramework (= 6.10.1)In Podfile:appsflyer_sdk (from `.symlinks/plugins/appsflyer_sdk/ios`) was resolved to 6.14.3, which depends onAppsFlyerFramework (= 6.14.3)Specs satisfying the `AppsFlyerFramework (= 6.10.1), AppsFlyerFramework (= 6.14.3)` dependency were found, but they required a higher minimum deployment target.

版本冲突,统一版本为6.10.1
在这里插入图片描述
第二个问题

提示更新本地 spec
尝试更新本地 spec。可以运行以下命令来更新:

pod repo update

第三个问题

[!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit":In Podfile:facebook_app_events (from `.symlinks/plugins/facebook_app_events/ios`) was resolved to 0.0.1, which depends onFBSDKCoreKit (~> 17.0)flutter_facebook_auth (from `.symlinks/plugins/flutter_facebook_auth/ios`) was resolved to 4.4.1, which depends onFBSDKLoginKit (= 14.1.0) was resolved to 14.1.0, which depends onFBSDKCoreKit (= 14.1.0)

17.0改成14.1.0
在这里插入图片描述
第四个问题

[!] CocoaPods could not find compatible versions for pod "GoogleAppMeasurement":In Podfile:firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`) was resolved to 10.5.1, which depends onFirebase/Analytics (= 10.15.0) was resolved to 10.15.0, which depends onFirebase/Core (= 10.15.0) was resolved to 10.15.0, which depends onFirebaseAnalytics (~> 10.15.0) was resolved to 10.15.0, which depends onFirebaseAnalytics/AdIdSupport (= 10.15.0) was resolved to 10.15.0, which depends onGoogleAppMeasurement (= 10.15.0)google_mobile_ads (from `.symlinks/plugins/google_mobile_ads/ios`) was resolved to 0.0.1, which depends onGoogle-Mobile-Ads-SDK (= 9.6.0) was resolved to 9.6.0, which depends onGoogleAppMeasurement (< 10.0, >= 7.0)

9.6.0改成10.6.0
在这里插入图片描述

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com