Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Encountered error while building for device.
Process finished with exit code 1
< /code>
Ich bin mit Xcode und iOS -Entwicklung ziemlich unbekannt. Ich habe viele verschiedene Änderungen und Vorschläge ausprobiert, basierend auf dem, was ich online gefunden habe. Dies beinhaltet das Reinigen und Wiederaufbau, das Löschen von iOS -Pods und PodFile.lock, das Löschen von Xcode -abgeleiteten Daten, die Deintegration Pods. Ich habe nach jeder Änderung gereinigt und wieder aufgebaut, um sicherzustellen, dass die Änderungen angewendet wurden.Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Encountered error while building for device.
Process finished with exit code 1
< /code>
so scheint es, als ob das Projekt Probleme mit Flutter -Plugins korrekt zu haben (sie sind auf dem neuesten Stand). Ich bin mir nicht sicher, was ich als nächstes versuchen soll. Alle Vorschläge und Hilfe wären sehr geschätzt. < /P>
Flutter doctor:
[✓] Flutter (Channel stable, 3.27.3, on macOS 15.3.2 24D81 darwin-arm64, locale en-CA)
• Flutter version 3.27.3 on channel stable at /Users/Desktop/SDKs/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision c519ee916e (7 weeks ago), 2025-01-21 10:32:23 -0800
• Engine revision e672b006cb
• Dart version 3.6.1
• DevTools version 2.40.2
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.1)
• Android SDK at /Users/Library/Android
• Platform android-35, build-tools 35.0.1
• Java binary at: /opt/homebrew/Cellar/openjdk@17/17.0.14/libexec/openjdk.jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment Homebrew (build 17.0.14+0)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16C5032a
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
��https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
��https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)
[✓] Connected device (4 available)
• iPhone (3) (mobile) • 00008030-0011781E0AE8802E • ios • iOS 17.7 21H16
• macOS (desktop) • macos • darwin-arm64 • macOS 15.3.2 24D81 darwin-arm64
• Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 15.3.2 24D81 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 134.0.6998.89
[✓] Network resources
• All expected network resources are available.
• No issues found!
Ich kann die Ausgabe erstellen und Android-Ausgabe, aber iOS-Build schlägt bei diesem Fehler fehl[code]Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation) Encountered error while building for device. Process finished with exit code 1 < /code> Ich bin mit Xcode und iOS -Entwicklung ziemlich unbekannt. Ich habe viele verschiedene Änderungen und Vorschläge ausprobiert, basierend auf dem, was ich online gefunden habe. Dies beinhaltet das Reinigen und Wiederaufbau, das Löschen von iOS -Pods und PodFile.lock, das Löschen von Xcode -abgeleiteten Daten, die Deintegration Pods. Ich habe nach jeder Änderung gereinigt und wieder aufgebaut, um sicherzustellen, dass die Änderungen angewendet wurden.Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation) Encountered error while building for device. Process finished with exit code 1 < /code> so scheint es, als ob das Projekt Probleme mit Flutter -Plugins korrekt zu haben (sie sind auf dem neuesten Stand). Ich bin mir nicht sicher, was ich als nächstes versuchen soll. Alle Vorschläge und Hilfe wären sehr geschätzt. < /P> Flutter doctor: [✓] Flutter (Channel stable, 3.27.3, on macOS 15.3.2 24D81 darwin-arm64, locale en-CA) • Flutter version 3.27.3 on channel stable at /Users/Desktop/SDKs/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision c519ee916e (7 weeks ago), 2025-01-21 10:32:23 -0800 • Engine revision e672b006cb • Dart version 3.6.1 • DevTools version 2.40.2
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.1) • Android SDK at /Users/Library/Android • Platform android-35, build-tools 35.0.1 • Java binary at: /opt/homebrew/Cellar/openjdk@17/17.0.14/libexec/openjdk.jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment Homebrew (build 17.0.14+0) • All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 16C5032a • CocoaPods version 1.16.2
[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.2) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: ��https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: ��https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11) [✓] Connected device (4 available) • iPhone (3) (mobile) • 00008030-0011781E0AE8802E • ios • iOS 17.7 21H16 • macOS (desktop) • macos • darwin-arm64 • macOS 15.3.2 24D81 darwin-arm64 • Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 15.3.2 24D81 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 134.0.6998.89 [✓] Network resources • All expected network resources are available. • No issues found! [/code]
Ich weiß nicht warum, aber ich kann die App nicht auf meinem neuen MacBook erstellen oder ausführen. Ich führe denselben Ordner auf einem anderen Mac oder meinem Windows-Computer aus und läuft...
So erfassen Sie die Scroll -Fertigstellung vor der Berechnung des Rahmens in Swift (iOS)? Der UICollectionView fungiert als Registerkarte, und wenn ein Element ausgewählt ist, aktualisiert der...
Dies mag ein Sake des Missvertals sein, aber warum ist dieses Verhalten wie dieses und gibt es andere Syntaxverhalten, wo dies der Fall ist?
// This line both checks the type AND declares...
Ich begegne ein Problem mit einem brandneuen Flutter -Projekt, das mit Flutter SDK Version 3.3.2 erstellt wurde. Das Projekt läuft perfekt auf Android, erstellt jedoch nicht für iOS ohne Änderungen...