Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failed because of minimum macOS deployment version #278

Open
sokcheahay6 opened this issue Jan 19, 2025 · 2 comments
Open

Build failed because of minimum macOS deployment version #278

sokcheahay6 opened this issue Jan 19, 2025 · 2 comments

Comments

@sokcheahay6
Copy link

sokcheahay6 commented Jan 19, 2025

Building flutter project on macos

my pubspec.lock file:

sqlite3:
dependency: transitive
description:
name: sqlite3
sha256: a72c68360757d25a528652f9679dac6e5f23bc52af76b74d4687a148d74e06db
url: "https://pub.dev"
source: hosted
version: "2.6.1"
sqlite3_flutter_libs:
dependency: transitive
description:
name: sqlite3_flutter_libs
sha256: "50a7e3f294c741d3142eed0ff228e38498334e11e0ccb9d73e0496e005949e44"
url: "https://pub.dev"
source: hosted
version: "0.5.29"

Build error:
CocoaPods' output:

Error: The pod "sqlite3" required by the plugin "sqlite3_flutter_libs" requires a higher minimum macOS deployment version than the plugin's reported minimum version.
To build, remove the plugin "sqlite3_flutter_libs", or contact the plugin's developers for assistance.
Error: Error running pod install

@sokcheahay6 sokcheahay6 changed the title Buil failed because of sdk version requirement Build failed because of sdk version requirement Jan 19, 2025
@sokcheahay6 sokcheahay6 changed the title Build failed because of sdk version requirement Build failed because of minimum macOS deployment version Jan 19, 2025
@sokcheahay6 sokcheahay6 reopened this Jan 19, 2025
@simolus3
Copy link
Owner

Can you post your Podfile for macos?

@kevinhikaruevans
Copy link

Downgrading

dependency_overrides:
   sqlite3_flutter_libs: 0.5.27

temporarily resolved it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants