Как исправить «Ошибка PBXCp: нет такого файла или каталога» и «Произвести несколько команд» - PullRequest
0 голосов
/ 25 мая 2019

Я пытаюсь создать игру и хочу добавить к ней изображение значка приложения.Я посмотрел, как это сделать, и обнаружил, что мне нужно добавить изображение в Info.plist и что-то там делать.Сразу после того, как я попытался запустить симуляцию, я получил ошибку: -1: Несколько команд выдают

Я прочитал, что, чтобы исправить это, я могу переключиться на устаревшую версию, которая вместо исправления проблемы вызвала ошибку

error: /Users/ethanreed/Desktop/GameTest/GameTest/GameTest: No such file or directory

No other help websites or threads have helped me and I    don't know what to do about these two errors

I   tried deleting the image in the copy bundle resources, command Zing everything i   had done, and the legacy version but nothings worked

:-1: Multiple commands produce '/Users/ethanreed/Library/Developer/Xcode/DerivedData/GameTest-chooriukrqzftigozmpjjgfaulml/Build/Products/Debug-iphonesimulator/GameTest.app/GameTest':
1) Target 'GameTest' has copy command from '/Users/ethanreed/Desktop/GameTest/GameTest/GameTest' to '/Users/ethanreed/Library/Developer/Xcode/DerivedData/GameTest-chooriukrqzftigozmpjjgfaulml/Build/Products/Debug-iphonesimulator/GameTest.app/GameTest'
2) Target 'GameTest' has link command with output '/Users/ethanreed/Library/Developer/Xcode/DerivedData/GameTest-chooriukrqzftigozmpjjgfaulml/Build/Products/Debug-iphonesimulator/GameTest.app/GameTest'


CpResource GameTest/GameTest /Users/ethanreed/Library/Developer/Xcode/DerivedData/GameTest-chooriukrqzftigozmpjjgfaulml/Build/Products/Debug-iphoneos/GameTest.app/GameTest
    cd /Users/ethanreed/Desktop/GameTest
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/ethanreed/Desktop/GameTest/GameTest/GameTest /Users/ethanreed/Library/Developer/Xcode/DerivedData/GameTest-chooriukrqzftigozmpjjgfaulml/Build/Products/Debug-iphoneos/GameTest.app
...