Also, ich habe eine App, die ich in Xcode erstelle, und die Dinge laufen seit einiger Zeit ziemlich gut. Plötzlich bekomme ich den Fehler:
%Vor%Also, zwei Probleme:
1) Ich habe keine Ahnung, was das bedeutet, und anscheinend auch Google, Bing oder Yahoo nicht.
2) Ich habe keine Ahnung, wie ich das beheben kann. Ich habe meinen Bestandskatalog seit Monaten nicht geändert, daher weiß ich nicht, was diesen Fehler verursacht haben könnte.
Hier ist das Fehlerprotokoll für den Build:
%Vor% /Users/user/Documents/Videographer/Videographer/Images.xcassets:./AppIcon.appiconset/[iphone][57x57][1x]: notice: 57x57 app icons only apply to iPhone apps targeting releases of iOS prior to 7.0 /Users/user/Documents/Videographer/Videographer/Images.xcassets:./AppIcon.appiconset/[iphone][57x57][2x]: notice: 57x57@2x app icons only apply to iPhone apps targeting releases of iOS prior to 7.0 /Users/user/Documents/Videographer/Videographer/Images.xcassets:./AppIcon.appiconset/[ipad][50x50][1x]: notice: 50x50 iPad spotlight icons only apply to iPad apps targeting releases of iOS prior to 7.0 /Users/user/Documents/Videographer/Videographer/Images.xcassets:./AppIcon.appiconset/[ipad][50x50][2x]: notice: 50x50 iPad spotlight icons only apply to iPad apps targeting releases of iOS prior to 7.0 /Users/user/Documents/Videographer/Videographer/Images.xcassets:./AppIcon.appiconset/[ipad][72x72][1x]: notice: 72x72 app icons only apply to iPad apps targeting releases of iOS prior to 7.0 /Users/user/Documents/Videographer/Videographer/Images.xcassets:./AppIcon.appiconset/[ipad][72x72][2x]: notice: 72x72@2x app icons only apply to iPad apps targeting releases of iOS prior to 7.0 /* com.apple.actool.compilation-results */
/Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/AppIcon29x29.png /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/[email protected] /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/[email protected] /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/AppIcon57x57.png /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/[email protected] /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/[email protected] /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/AppIcon40x40~ipad.png /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/AppIcon50x50~ipad.png /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/AppIcon50x50@2x~ipad.png /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/AppIcon72x72~ipad.png /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/AppIcon72x72@2x~ipad.png /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/AppIcon76x76~ipad.png /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/AppIcon76x76@2x~ipad.png /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Products/Debug-iphonesimulator/Videographer.app/Assets.car /Users/user/Library/Developer/Xcode/DerivedData/Videographer-eubeafyfmzewucdlcmfhmdsusjng/Build/Intermediates/Videographer.build/Debug-iphonesimulator/Videographer.build/assetcatalog_generated_info.plist
Irgendwelche Ideen? Ich arbeite in Xcode 6.1.1 an einem Projekt, das auf iOS 8.1 abzielt.
Das Löschen des DerivedData-Ordners für das Projekt hat den Fehler für mich beseitigt.
Das Beenden von Xcode, das Beenden des Simulators, das erneute Öffnen von Xcode und das erneute Ausführen des Builds haben für mich funktioniert. Keine Ahnung, worum es bei diesem Fehler geht!
In meinem Fall verursachte etwas, das wahrscheinlich mit CocoaPod zu tun hatte, dass mein Verzeichnis Build
mit einem Kleinbuchstaben build
erstellt wurde. Der Distiller suchte dann nach der Datei Asset.car im Großbuchstabenverzeichnis Build
, wie Sie sehen können von diesem Teil des Protokolls
Und es nicht zu finden. Durch das manuelle Umbenennen des build
-Verzeichnisses in Build
konnte ich diesen Fehler beheben. Ich nehme jedoch an, dass dies nur eine temporäre Korrektur ist, wie auch immer das Verzeichnis auf build
wahrscheinlich noch existiert.
Danke an zode64 's Antwort. Ich benutze keinen cocoaPod, in meinem Fall habe ich Probleme mit meinem Produktnamen.
Überprüfen Sie diese Lösung . Bearbeiten von project.pbxproj hat mein Problem behoben.
Der einfachste Weg, dies zu lösen, besteht darin, alle DerivedData mit diesem Befehl zu entfernen:
%Vor%Der obige Befehl hat wirklich für mich funktioniert.
Tags und Links objective-c ios image xcode