Код: Выделить всё
joeyzhu@Joeys-MacBook-Pro ios % flutter build ios --flavor development --dart-define=MODE=development
Changing current working directory to: /Users/joeyzhu/Documents/GitHub/Customer-App
Building com.customer.JustGoDelivery.justGo for device (ios-release)...
Automatically signing iOS for device deployment using specified development team in Xcode project: XXXXXXXXXX
Running pod install... 3.2s
Running Xcode build...
Xcode build done. 71.6s
Failed to build iOS app
Error (Xcode): ../../../.pub-cache/hosted/pub.dev/pay-1.1.0/lib/src/widgets/apple_pay_button.dart:35:38: Error: Member not found: 'minimumButonWidth'.
Encountered error while building for device.
- Xcode 15.0
- Flutter 3.13 .6
- Cocoapods 1.13.0
- VSCode
- pubspec.yaml:
Код: Выделить всё
name: just_go
description: The customer app for JustGo Delivery.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# MAKE SURE THE BUILDNUMBER IS ALWAYS AN INTEGER
version: 2.3.5+218
# INTEGER ONLY ^
environment:
sdk: ">=2.17.0
Подробнее здесь: [url]https://stackoverflow.com/questions/77397937/error-running-flutter-build-ios-for-newly-downloaded-ios-app-repo-member-not[/url]