OS/Mac

[IOS] 빌드가 안되는 문제 발생. Domain: DVTMachOErrorDomain

카슈밀 2023. 3. 9. 20:47
반응형

Domain: DVTMachOErrorDomain 문제가 발생했다.

이걸 해결 어떻게 하나 했는데,

방법이 있더라

시뮬레이터에서 해당 어플이 깔리다가 말았던 문제.

 

What worked for me:

  1. Delete app from simulator
  2. Delete DerivedData folder -> ~/Xcode/DerivedData
  3. Quit Xcode
  4. Restart computer
  5. 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

 

'Executable path is a directory' Xcode popup error

I have an iOS Xcode project with 3 targets - AppTarget, Lib1 and Lib2. Hierarchy: AppTarget is dependent on Lib1 and Lib2. It has no code (SceneDelegate, AppDelegate etc. is moved to Lib1). Lib1 i...

stackoverflow.com

 

도움이 되는건 끄적 끄적.

728x90