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 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。可以运行以下命令来更新:

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 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
在这里插入图片描述
第四个问题

[!] 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
在这里插入图片描述

相关推荐

  1. FlutterIOS运行工程二次启动崩溃问题

    2024-06-14 08:18:03       22 阅读
  2. Flutter开发 键盘弹起导致底部溢出问题

    2024-06-14 08:18:03       34 阅读
  3. iOS 集成 Flutter Module

    2024-06-14 08:18:03       33 阅读
  4. iOS接入Flutter

    2024-06-14 08:18:03       7 阅读
  5. vue3导入文件夹、导入文件、导出zip、导出

    2024-06-14 08:18:03       34 阅读
  6. FlutteriOS原生混合开发 iOS项目集成Flutter

    2024-06-14 08:18:03       9 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-06-14 08:18:03       19 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-06-14 08:18:03       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-06-14 08:18:03       20 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-06-14 08:18:03       20 阅读

热门阅读

  1. 深入解析Web通信 HTTP、HTTPS 和 WebSocket

    2024-06-14 08:18:03       11 阅读
  2. 阿里云aliyun cli的作用以及安装步骤

    2024-06-14 08:18:03       9 阅读
  3. ffmpeg把视频文件转码为MP4格式

    2024-06-14 08:18:03       6 阅读
  4. 「C系列」C 函数指针/回调函数

    2024-06-14 08:18:03       8 阅读
  5. Linux 如何查看磁盘空间占用

    2024-06-14 08:18:03       5 阅读
  6. 探索微软Edge:新时代的浏览器先锋

    2024-06-14 08:18:03       7 阅读
  7. 浅谈GNU LIBC的版本间的变化

    2024-06-14 08:18:03       9 阅读
  8. Postman接口测试工具详解:高效API测试实践指南

    2024-06-14 08:18:03       6 阅读