캡스톤디자인

에러 메모

1 번 에러

error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your a pp with Xcode.app, by opening AwesomeProject.xcodeproj

...

The following build commands failed:
        CopyPNGFile /Users/hal-ang/Library/Developer/Xcode/DerivedData/FrontEnd-eyzlkxlamamfgghkofgtujnedpyp/Build/Products/Debug-iphonesimulator/FrontEnd.app/logo.png /Users/hal-ang/Desktop/Downloads/logo.png

 

 

git pull 받고 이 오류가 났다.

분명 다른 팀원거는 빌드가 잘 됐던걸 확인했기도 했고 로그가 엑스코드 어찌구라 리셋하면 될것같았다.

https://github.com/facebook/react-native/issues/24450

 

Unable to run AwesomeProject sample app successfully with error Failed to build iOS project. We ran "xcodebuild" command but it

🐛 Bug Report To Reproduce Open Getting Started for macOS iOS. Follow all dependencies installation steps Create a new application via command: react-native init AwesomeProject Run AwesomeProject vi...

github.com

여기서 ios/build 폴더를 삭제하라는데 나만그런가?? ios에 빌드폴더가 없었다

 

2번 에러

그와중에 엑스코드 실행시키는데 자꾸 터졌다.

IDEKit 플러그인을 사용하는 동안 Xcode이(가) 예기치 않게 종료되었습니다.

이거뜨고 엑스코드는 안켜짐 ㅠ

 

3번 에러

그러더니 깃도 인식을 못했다.

 

-> git status

xcrun: error: active developer path ("/Users/hal-ang/Downloads/Xcode.app/Contents/Developer") does not exist

Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.

See `man xcode-select` for more details.

 

검색해보니까 (https://stackoverflow.com/questions/35009531/xcrun-error-active-developer-path-applications-xcode-app-contents-developer

 

깃 인식 못하는 문제는 이거로 해결했다.

sudo xcode-select --reset

 

1, 2번 문제 남았다.

난 어차피 시뮬에서만 돌릴거니까 엑스코드 굳이 안열어도 되긴 하는데 1번 문제 해결하려면 엑스코드를 열라고 한다...

다른 방법이 없나 서치중

 

알고보니 스플레시 화면에 사용된 logo.png 자기 로컬주소로 올려놓은 팀원 탓이었음

git checkout 커밋번호로 스플레시 이전으로 돌리니 잘 되는 것 확인했다 개빡침