erbuild.blogg.se

Current xcode version
Current xcode version













current xcode version

I fixed the issue, even though I'm not sure if that is a good solution, Try update flutter since the issue should be fixed in 3.7.11 flutter upgrade I also tried to all installed pods by: pod deintegrateĪnd then update the repositories and install the pods and I still get the same error, should I reninstall xcode?Īny workaround for this? and thank you for your time Installer.pods_ do |target|įlutter_additional_ios_build_settings(target) Require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)įlutter_install_all_ios_pods File.dirname(File.realpath(_FILE_)) Try deleting Generated.xcconfig, then run flutter pub get" Unless File.exist?(generated_xcode_build_settings_path) Generated_xcode_build_settings_path = File.expand_path(File.join('.', 'Flutter', 'Generated.xcconfig'), _FILE_) # CocoaPods analytics sends network stats synchronously affecting flutter build latency.

current xcode version

Podfile: # Uncomment this line to define a global platform for your project I have flutter project, I'm trying to run the iOS version but I get error after I update flutter and Xcode to the latest version, I use firebase core pluginĮrror: Could not build the precompiled application for the device.Įrror (Xcode): File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.aĮrror (Xcode): Linker command failed with exit code 1 (use -v to see invocation)















Current xcode version