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

相关推荐
一个假的前端男11 小时前
windows flutter 适配鸿蒙
windows·flutter·harmonyos
Mr_CrazyPeter16 小时前
【无标题】
ios·模拟器·ons
yuananyun19 小时前
APP 图标规范与设计全攻略:iOS/Android/Web 一次设计多端合规,快速出图
android·前端·ios
SoaringHeart20 小时前
Flutter进阶|源码修改:DecorationImage 添加网络图片占位图
前端·flutter
niech_cn20 小时前
uniapp开发App(iOS、Android、鸿蒙Next)之配置pages.json 页面路由(三)
android·ios·uni-app
jingling55521 小时前
Flutter | 商城项目鸿蒙(OpenHarmony)适配实战
android·开发语言·前端·flutter·华为·harmonyos
韩曙亮1 天前
【Flutter】Dart 单例 ( 单例模式核心规则 | 饿汉式单例 | 懒汉式单例 | 极简空安全 懒汉式单例 | 工厂构造函数单例 )
flutter·单例模式·dart·饿汉式单例·懒汉式单例·空安全·空赋值
核电机组1 天前
flutter集成到Android混合开发
android·flutter
2501_919749031 天前
鸿蒙 Flutter 实战:package_info_plus 10.1.0 适配 3.27-ohos 全流程
flutter·华为·harmonyos
游戏开发爱好者81 天前
Linux 自动上传 App Store Connect:把 IPA 上传流程接进CI工作流
linux·运维·ios·ci/cd·小程序·uni-app·iphone