flutter 导出iOS问题3

更新flutter版本后

c 复制代码
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时出现

第一个问题

c 复制代码
[!] 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 on
      AppsFlyerFramework (= 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。可以运行以下命令来更新:

c 复制代码
pod repo update

第三个问题

c 复制代码
[!] 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 on
      FBSDKCoreKit (~> 17.0)

    flutter_facebook_auth (from `.symlinks/plugins/flutter_facebook_auth/ios`) was resolved to 4.4.1, which depends on
      FBSDKLoginKit (= 14.1.0) was resolved to 14.1.0, which depends on
        FBSDKCoreKit (= 14.1.0)

17.0改成14.1.0

第四个问题

c 复制代码
[!] 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 on
      Firebase/Analytics (= 10.15.0) was resolved to 10.15.0, which depends on
        Firebase/Core (= 10.15.0) was resolved to 10.15.0, which depends on
          FirebaseAnalytics (~> 10.15.0) was resolved to 10.15.0, which depends on
            FirebaseAnalytics/AdIdSupport (= 10.15.0) was resolved to 10.15.0, which depends on
              GoogleAppMeasurement (= 10.15.0)

    google_mobile_ads (from `.symlinks/plugins/google_mobile_ads/ios`) was resolved to 0.0.1, which depends on
      Google-Mobile-Ads-SDK (= 9.6.0) was resolved to 9.6.0, which depends on
        GoogleAppMeasurement (< 10.0, >= 7.0)

9.6.0改成10.6.0

相关推荐
TE-茶叶蛋24 分钟前
Windows安装Flutter开发环境
windows·flutter
西西学代码31 分钟前
Flutter---认识-Notification
flutter
西西学代码1 小时前
Flutter---Notification(1.基础通知)
flutter
2501_915909063 小时前
手机崩溃日志导出的工程化体系,从系统级诊断到应用行为分析的多工具协同方法
android·ios·智能手机·小程序·uni-app·iphone·webview
灰鲸广告联盟3 小时前
APP广告变现定制化解决方案,助力收益提升与用户体验平衡
android·flutter·搜索引擎·ux
L、2185 小时前
Flutter + OpenHarmony + 区块链:构建去中心化身份认证系统(DID 实战)
flutter·华为·去中心化·区块链·harmonyos
西西学代码5 小时前
Flutter---右滑显示删除按钮
flutter
kirk_wang6 小时前
Flutter app_settings 库在鸿蒙(OHOS)平台的适配实践与解析
flutter·移动开发·跨平台·arkts·鸿蒙
小a彤6 小时前
Flutter 原生开发指南
flutter
L、2186 小时前
Flutter + OpenHarmony 全栈实战:打造“鸿蒙智联”智能家居控制中心(系列终章)
flutter·华为·智能手机·electron·智能家居·harmonyos