Ich versuche, ein Flutter-Projekt auf einem iOS-Simulator oder einem echten Gerät zu starten, aber es gelingt mir nicht. Es funktioniert auf einem anderen Mac, aber aus irgendeinem Grund nicht auf diesem. Listen_sharing_intent verursacht auf diesem anderen Mac keine Probleme, nur auf meinem. Die Sharing-Absicht funktioniert in der Produktion und in der Entwicklung. Ich habe mehrere Dinge ausprobiert, aber einige davon sind:
/>:config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.0' // oder
an ein beliebiges Ziel
Xcode build done. 352.8s
Failed to build iOS app
Swift Compiler Error (Xcode): Clang dependency scanner failure: While building module 'listen_sharing_intent' imported from listen_sharing_intent-46583bb1.input:1:
In file included from :1:
In file included from /Users/grandmagus/Documents/development/bauBob/build/ios/Debug-dev-iphonesimulator/listen_sharing_intent/listen_sharing_intent.framework/Headers/listen_sharing_intent-umbrella.h:13:
/Users/grandmagus/Documents/development/bauBob/build/ios/Debug-dev-iphonesimulator/listen_sharing_intent/listen_sharing_intent.framework/Headers/ListenSharingIntentPlugin.h:1:9: fatal error: 'Flutter/Flutter.h' file not found
listen_sharing_intent-46583bb1.input:1:1: fatal error: could not build module 'listen_sharing_intent'
Swift Compiler Error (Xcode): Clang dependency scanner failure: While building module 'listen_sharing_intent' imported from listen_sharing_intent-ce67146f.input:1:
In file included from :1:
In file included from /Users/grandmagus/Documents/development/bauBob/build/ios/Debug-dev-iphonesimulator/listen_sharing_intent/listen_sharing_intent.framework/Headers/listen_sharing_intent-umbrella.h:13:
/Users/grandmagus/Documents/development/bauBob/build/ios/Debug-dev-iphonesimulator/listen_sharing_intent/listen_sharing_intent.framework/Headers/ListenSharingIntentPlugin.h:1:9: fatal error: 'Flutter/Flutter.h' file not found
listen_sharing_intent-ce67146f.input:1:1: fatal error: could not build module 'listen_sharing_intent'
Swift Compiler Error (Xcode): Unable to find module dependency: 'Flutter'
Swift Compiler Error (Xcode): Compilation search paths unable to resolve module dependency: 'listen_sharing_intent'
Could not build the application for the simulator.
Error launching application on iPhone 17.
Ich versuche, ein Flutter-Projekt auf einem iOS-Simulator oder einem echten Gerät zu starten, aber es gelingt mir nicht. Es funktioniert auf einem anderen Mac, aber aus irgendeinem Grund nicht auf diesem. Listen_sharing_intent verursacht auf diesem anderen Mac keine Probleme, nur auf meinem. Die Sharing-Absicht funktioniert in der Produktion und in der Entwicklung. Ich habe mehrere Dinge ausprobiert, aber einige davon sind: [list] />:config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.0' // oder an ein beliebiges Ziel [/list] FEHLER: [code]Xcode build done. 352.8s Failed to build iOS app Swift Compiler Error (Xcode): Clang dependency scanner failure: While building module 'listen_sharing_intent' imported from listen_sharing_intent-46583bb1.input:1: In file included from :1: In file included from /Users/grandmagus/Documents/development/bauBob/build/ios/Debug-dev-iphonesimulator/listen_sharing_intent/listen_sharing_intent.framework/Headers/listen_sharing_intent-umbrella.h:13: /Users/grandmagus/Documents/development/bauBob/build/ios/Debug-dev-iphonesimulator/listen_sharing_intent/listen_sharing_intent.framework/Headers/ListenSharingIntentPlugin.h:1:9: fatal error: 'Flutter/Flutter.h' file not found listen_sharing_intent-46583bb1.input:1:1: fatal error: could not build module 'listen_sharing_intent'
Swift Compiler Error (Xcode): Clang dependency scanner failure: While building module 'listen_sharing_intent' imported from listen_sharing_intent-ce67146f.input:1: In file included from :1: In file included from /Users/grandmagus/Documents/development/bauBob/build/ios/Debug-dev-iphonesimulator/listen_sharing_intent/listen_sharing_intent.framework/Headers/listen_sharing_intent-umbrella.h:13: /Users/grandmagus/Documents/development/bauBob/build/ios/Debug-dev-iphonesimulator/listen_sharing_intent/listen_sharing_intent.framework/Headers/ListenSharingIntentPlugin.h:1:9: fatal error: 'Flutter/Flutter.h' file not found listen_sharing_intent-ce67146f.input:1:1: fatal error: could not build module 'listen_sharing_intent'
Swift Compiler Error (Xcode): Unable to find module dependency: 'Flutter'
Swift Compiler Error (Xcode): Compilation search paths unable to resolve module dependency: 'listen_sharing_intent'
Could not build the application for the simulator. Error launching application on iPhone 17. [/code] Poddatei: [code]# Uncomment this line to define a global platform for your project platform :ios, '15.0'
def flutter_root generated_xcode_build_settings_path = File.expand_path(File.join('..', '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 Generated.xcconfig, then run flutter pub get" end
Ich habe Probleme beim Starten einer Flutter-App im iOS-Simulator. Das Problem scheint mit der Localhost-Konnektivität oder ähnlichem zu tun zu haben, wie aus der folgenden Fehlerausgabe hervorgeht,...
Das Projekt wurde zuvor ohne Fehler ausgeführt. Dann habe ich den Xcode von 13 bis 14 aktualisiert und plötzlich funktionierte die App nicht mehr und wirft den folgenden Fehler auf....
Ich versuche, meinen benutzerdefinierten Launcher3 APK von meinem Android Studio auf OnePlus Mobile auszuführen. und infizieren, dass diese APK noch nicht installiert ist. Und als ich es mit dem...
Ich verwende das Paket multicast_dns von Flutter, um Android TVs im lokalen Netzwerk mithilfe von mDNS zu erkennen. Der Code funktioniert perfekt auf dem iOS-Simulator, schlägt jedoch auf einem...