반응형
Domain: DVTMachOErrorDomain 문제가 발생했다.
이걸 해결 어떻게 하나 했는데,
방법이 있더라
시뮬레이터에서 해당 어플이 깔리다가 말았던 문제.
What worked for me:
- Delete app from simulator
- Delete DerivedData folder -> ~/Xcode/DerivedData
- Quit Xcode
- Restart computer
- Launch Xcode, clean project (command + k), clean build folder (shift+command+k)
From there I was able to run my app target successfully
https://stackoverflow.com/questions/74299903/executable-path-is-a-directory-xcode-popup-error
도움이 되는건 끄적 끄적.
728x90
'OS > Mac' 카테고리의 다른 글
[IOS] Reactnative Ruby version. 2.6.8 but Need 2.7.6 (0) | 2023.03.08 |
---|---|
[Mac] PHP, Apache install. Bitnami 다운로드 막힘. (0) | 2022.12.07 |
[RN] 맥북 m1에서 PODFile 설정하기 (0) | 2022.07.27 |