

so, now i need to replace the frontend application

mine is macos app, so what should be the min version?

I encourage you to read, think, and practice your problem solving skills

I have tried many things, tried upgrading other package versions and what not, but wasnt able to figure out

is that so that illl have to update the min version of macos in project?

If so, then what is the min version?

I did also tried upgrading macos min version to 10.15

What exactly did you do?

I tried upgrading min version for macOS from 10.14 to 10.15

I also tried upgrading all of my other packages to latest version

I also tried deleting the podfile and recreated a new one

Please share a screenshot of what you did

I upgraded this to 10.15 it was previously 10.14

Then i also tried doing flutter clean

And you opened this from the macos folder?

Yes

I also tried setting it to 11.0

Ok, what's in your Podfile?

platform :osx, '10.15'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
project 'Runner', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,
}
def flutter_root
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'ephemeral', 'Flutter-Generated.xcconfig'), __FILE__)
unless File.exist?(generated_xcode_build_settings_path)
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure \"flutter pub get\" is executed first"
end
File.foreach(generated_xcode_build_settings_path) do |line|
matches = line.match(/FLUTTER_ROOT\=(.*)/)
return matches[1].strip if matches
end
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Flutter-Generated.xcconfig, then run \"flutter pub get\""
end
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
flutter_macos_podfile_setup
target 'Runner' do
use_frameworks!
use_modular_headers!
flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
end
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_macos_build_settings(target)
end
end

Delete the pod lock if you have one, build, and share the updated error message

I tried that, and ya it somehow fixed the error

Thanks a lot

[Solved] Unable to run app after installing appwrite package

[SOLVED] Unable to run app after installing appwrite package
Recommended threads
- flutter_web_auth_2 needs to be updated!
The appwrite SDK is using an old version of flutter_web_auth_2 which I beleive is now deprecated, or atleast, isn't working for me. iOS, Linux, Web, Windows stu...
- Still an issue? On user deletion, target...
This has been mentioned here: https://discord.com/channels/564160730845151244/1295830646039515146 and as a Github issue here: https://github.com/appwrite/appwri...
- Appwrite database is rounding int values
Hi, i just noticed that appwrite is rounding the value 608542412536545279 to 608542412536545300 in my int array. It seems to somewhat relate to this github iss...
