Unreal Engine 5에서 AR 프로젝트인 아이폰 실제 시스템을 실행하려면
4927 단어 iPhoneUnreal Enginearkittech
나는 개발 주기의 운행에 있어서 더욱 좋은 방법이 있다고 생각한다. 우선 개발판의 실제 조작에 참고해야 한다.
환경은 MacOS Monteerey, Macbook Pro(M1Max)입니다.
먼저 UE5를 다운로드하십시오.
신축 공사
UE5를 시작하고 템플릿에서 게임 > AR 이동을 선택합니다.
항목 이름을 삽입하고 만듭니다.
프로젝트 설정 수정
패키지 생성
...
UATHelper: Packaging (IOS): Code Signing Error: Provisioning profile "iOS Team Provisioning Profile: *" is Xcode managed, but signing settings require a manually managed profile.
UATHelper: Packaging (IOS): Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 15.2'
PackagingResults: Error: Provisioning profile "iOS Team Provisioning Profile: *" is Xcode managed, but signing settings require a manually managed profile.
PackagingResults: Error: Code signing is required for product type 'Application' in SDK 'iOS 15.2'
UATHelper: Packaging (IOS): ** BUILD FAILED **
UATHelper: Packaging (IOS): The following build commands failed:
UATHelper: Packaging (IOS): Check dependencies
UATHelper: Packaging (IOS): (1 failure)
UATHelper: Packaging (IOS): Took 5.318049s to run env, ExitCode=65
UATHelper: Packaging (IOS): ERROR: CodeSign Failed
UATHelper: Packaging (IOS): (see /Users/hattori_satoshi/Library/Logs/Unreal Engine/LocalBuildLogs/Log.txt for full exception trace)
PackagingResults: Error: CodeSign Failed
UATHelper: Packaging (IOS): AutomationTool executed for 0h 13m 47s
UATHelper: Packaging (IOS): AutomationTool exiting with ExitCode=32 (Error_FailedToCodeSign)
UATHelper: Packaging (IOS): RunUAT ERROR: AutomationTool was unable to run successfully. Exited with code: 32
PackagingResults: Error: AutomationTool was unable to run successfully. Exited with code: 32
PackagingResults: Error: Failed to Code Sign
...
15분 정도 걸렸는데 실패했어요.다시 설정합니다.(대화 상자를 다시 열고 다시 로드)
이번에는 1분 정도면 성공!
ipa 파일을 실제 컴퓨터에 추가하기
실행 중인 동영상은 이쪽입니다.
Reference
이 문제에 관하여(Unreal Engine 5에서 AR 프로젝트인 아이폰 실제 시스템을 실행하려면), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/satoshi0212/articles/a09c30d99e6e24텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)