0

I'm really confused about why xcode not build its output into project folder defaultly, but in ~/Library/Developer/Xcode/DerivedData folder.

For a lot of software's output, such as android studio's .apk file, and visual studio's .exe file are builded into project folder.

1 Answer 1

2

It goes into DerivedData because that's where it goes. I don't know why you think you need to see it, but to do so is easy: locate the Product at the bottom of the Xcode window's project navigator and choose Show in Finder.

enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

I know where the output is located. I just want to know, why the output is not in the project as others do such as android studio, visual studio. Xcode will need extra work to locate the output.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.