ยท ์‚ฌ์‚ฌ์› ยท
์‹ฌ๊ฐํ•œ ์ฐ๋จน์ธ
[UE5 ์„ค์น˜ ์—๋Ÿฌ] Xcode Not Found
2024/03/11

๋‘๊ทผ๋‘๊ทผ ์–ธ๋ฆฌ์–ผ ์ฒซ ์„ค์น˜ํ•˜๊ณ  launchํ•˜๋Š”๋ฐ ์—๋Ÿฌ๊ฐ€ ๋–ด๋‹ค.

 

"Xcode Not Found: Unreal Engine requires Xcode to compile shaders for Metal. To continue, install Xcode and open it to accept the license agreement. If you install Xcode to any locaiton other than Applications/Xcode, also run the xcode-select command-line tool to specify its location."

 

์‹œํ‚ค๋Š”๋Œ€๋กœ Xcode๋ฅผ ์„ค์น˜ํ•˜๊ณ  Applications์— ์ž˜ ๋“ค์–ด๊ฐ€์žˆ๋Š” ๊ฒƒ์„ ํ™•์ธํ–ˆ๋Š”๋ฐ๋„ ๊ณ„์†ํ•ด์„œ ๋™์ผํ•œ ์—๋Ÿฌ๊ฐ€ ๋–ด๋‹ค.

์ด๋ฏธ์ง€ ์บก์ณ๋ฅผ ์žŠ์–ด์„œ ํผ์™”๋‹ค.

 

์‹œ์ž‘๋ถ€ํ„ฐ ์—๋Ÿฌ ๋‚œ๊ด€์— ๋ด‰์ฐฉํ–ˆ์ง€๋งŒ ๊ตฌ๊ธ€๋ง์€ ๋ชจ๋“  ๊ฒƒ์„ ํ•ด๊ฒฐํ•ด์ค€๋‹ค ๐Ÿค

 

 

Can't find Xcode install for Metal compiler

worked for me! Thanks. (BigSur, m1 pro, 2020). Steps: Install Unreal Install Xcode Run Xcode and accept a License Run Terminal and exec: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer Run Unreal Create your awesome game and profit!

forums.unrealengine.com

 

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcode-select --reset

 

๋‘ ์ค„์„ ํ„ฐ๋ฏธ๋„์— ์ž…๋ ฅํ•ด์ฃผ๋‹ˆ ์ž˜ ์—ด๋ ธ๋‹ค!

๋‘๊ทผ๋‘๊ทผ ์ด์ œ ์‹œ์ž‘


 

์ตœ์‹  Xcode ์›Œํฌํ”Œ๋กœ

UE 5.3 ์ด์ƒ์—์„œ UE์˜ Xcode ์›Œํฌํ”Œ๋กœ ๋ณ€๊ฒฝ ์‚ฌํ•ญ์„ ์•Œ์•„๋ด…๋‹ˆ๋‹ค.

docs.unrealengine.com

์–ธ๋ฆฌ์–ผ์˜ Xcode ๊ด€๋ จ ๋ฌธ์„œ...

yunicorn