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

相关推荐
国医中兴1 小时前
Flutter 三方库 pickled_cucumber 的鸿蒙化适配指南 - 玩转 BDD 行为驱动开发、Gherkin 自动化测试实战、鸿蒙级质量守护神
驱动开发·flutter·harmonyos
里欧跑得慢1 小时前
Flutter 三方库 config 的鸿蒙化适配指南 - 在鸿蒙系统上构建极致、透明、多源叠加的命令行参数解析与环境配置文件加载引擎
flutter·harmonyos·鸿蒙·openharmony
左手厨刀右手茼蒿1 小时前
Flutter 三方库 flutter_azure_tts 深度链接鸿蒙全场景智慧语音中枢适配实录:强势加载云端高拟真情感发音合成系统实现零延迟超自然多端协同-适配鸿蒙 HarmonyOS ohos
flutter·harmonyos·azure
雷帝木木1 小时前
Flutter 三方库 image_compare_2 的鸿蒙化适配指南 - 实现像素级的图像分块对比、支持感知哈希(pHash)与端侧视觉差异检测实战
flutter·harmonyos·鸿蒙·openharmony·image_compare_2
王码码20351 小时前
Flutter 三方库 sum_types 的鸿蒙化适配指南 - 引入函数式编程思维,让鸿蒙应用的状态处理更严谨
flutter·harmonyos·鸿蒙·openharmony·sum_types
加农炮手Jinx1 小时前
Flutter 三方库 cli_script 鸿蒙化极简命令行执行引擎适配探索:在多维沙盒终端环境注入异构 Shell 串联逻辑彻底拔高全自动化容器脚本运维及-适配鸿蒙 HarmonyOS ohos
运维·flutter·harmonyos
亘元有量-流量变现1 小时前
APP自动识别跳转各大应用商店(鸿蒙+iOS+安卓全品牌)|可直接部署落地页源码
android·ios·harmonyos
王码码20351 小时前
Flutter 三方库 simple_rsa 的鸿蒙化适配指南 - 实现非线性 RSA 密钥对生成与端侧文本加解密、支持标准公钥指纹验证与高强度数字签名实战
flutter·harmonyos·鸿蒙·openharmony·simple_rsa
ForteScarlet5 小时前
从 Kotlin 编译器 API 的变化开始: 2.3.20
android·开发语言·后端·ios·开源·kotlin