我按照步骤将防火墙添加到颤振的ios部分
没有创建Pod.lock文件
这是我的pubspec.yaml
name: dili_platform
description: A new Flutter application.
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cloud_firestore: 0.9.7
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true我使用的是Xcode版本11.2 (11B52)
发布于 2022-02-22 12:09:11
发布于 2020-03-18 08:28:17
我按照这里列出的[https://github.com/flutter/flutter/issues/41253#issuecomment-536039050]说明降低了cocoapods的级别,然后使用了以下firebase包:
firebase_core: ^0.4.0
firebase_analytics: ^3.0.0
firebase_auth: ^0.11.0
cloud_firestore: ^0.11.0+1
cloud_functions: ^0.3.0看它与cocoapods v1.9.0发布的一些兼容性
https://stackoverflow.com/questions/60720187
复制相似问题