-
Xcode - Multiple commands produceProgramming/Errors 2021. 12. 19. 00:17
이 에러는 Build input file cannot be found: 이후에 발생한 에러입니다!
해결방법
찾아본 해결방법으로 해결했는데 이번엔 새로운 에러가 반겨줬다.
이 에러는 plist가 여러개 존재할때 발생하는 에러이다. 해결 방법은
Target -> Build Phases -> Copy Bundle Resources 에서 중복이 되는 부분을 삭제해주면 끝!...
결말...
끝인데... 또 다른 에러가 반겨주었다. 근데 이번엔 익숙한 에러 Command LinkStoryboards failed with a nonzero exit code가 발생했다.
그래서 어..? 이건 하고 storyboard의 initial viewcontroller가 잘 설정됐나보고 target에 들어가서 storyboard 설정이 잘 됐나 확인해보니...
이렇게 등록이 안되어있었다...
즉 처음부터 경로를 바꾸고 이것을 선택 안해주어서 발생한 문제였다..
출처:
https://stackoverflow.com/questions/50718018/xcode-10-error-multiple-commands-produce
728x90'Programming > Errors' 카테고리의 다른 글
Terminal - Homebrew 설치 중 illegal user name ERROR (0) 2022.01.26 ERROR - Can't find keyplane that supports type 4 for keyboard (0) 2022.01.10 Xcode - The linked framework ~~ is missing one ore more architectures required by this target: arm64 (0) 2021.12.26 Xcode - Build input file cannot be found: ~/Info.plist (0) 2021.12.19 Terminal - Mac 업그레이드 후 xcrun error 해결하기 (0) 2021.10.27