이 페이지에는 iOS용 Unity 애플리케이션을 빌드하는 방법에 대한 지침이 포함되어 있습니다.iOS용 빌드 프로세스 및 Unity에서 사용하는 툴에 대한 자세한 내용은 Unity에서 iOS 애플리케이션 빌드 방법을 참조하십시오.
iOS 빌드 프로세스는 크게 두 단계로 나뉩니다.
Unity는 Unity 에디터를 실행하는 모든 운영체제에서 1단계를 수행할 수 있습니다.하지만 Xcode는 macOS 기기에만 설치할 수 있으므로 Unity는 macOS 기기에서만 2단계를 수행할 수 있습니다.즉, iOS 애플리케이션을 로컬에서 완전히 빌드하려면 개발 머신에서 macOS를 실행해야 합니다.그렇지 않은 경우 클라우드에서 애플리케이션을 빌드할 수 있는 Unity 클라우드 빌드를 사용하는 것도 한 가지 대안이 될 수 있습니다.이를 통해 macOS가 아닌 컴퓨터에서도 iOS 애플리케이션을 개발할 수 있습니다.자세한 Unity 클라우드 빌드 설정 방법은 Unity 클라우드 빌드를 참조하십시오.
iOS용 Unity 애플리케이션을 빌드하려면:
팁:처음 출력 경로를 지정한 다음에는 Cmd+B 키보드 단축키를 사용하여 애플리케이션을 빌드하고 실행할 수 있습니다.Unity는 Append 모드를 사용하여 Xcode 프로젝트를 다시 생성합니다.
Unity가 Xcode 프로젝트를 생성한 후에는 커맨드 라인에서 애플리케이션을 빌드하고 실행할 수 있습니다.이 작업을 수행하는 방법은 다음과 같습니다.
<device-id>
가 기기 ID인 터미널에 다음 커맨드를 입력합니다.unity$ xcodebuild test -destination "platform=iOS,id=<device-id>" -scheme Unity-iPhone
.Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.