TroubleShooting
[Xcode] iOS 17에서 ipa 설치 안되는 이슈
Phililip
2024. 5. 26. 02:05
728x90
안녕하세요.
Xcode 15로 빌드한 ipa가 iOS 17 기기에서 설치가 안된다면 아래 해결방법을 시도해 보세요.
## 해결방법
### 1) 신뢰하는 컴퓨터 초기화
'아이폰 설정 > 개발자 > 신뢰하는 컴퓨터 지우기'를 눌러서 설정을 초기화한 후에 다시 해보세요.
이렇게 했는데도 안되면 아래 해결방법을 시도해 보세요.
### 2) .app 파일로 앱 설치
(1) .ipa 파일의 확장자를 zip으로 변경
(2) zip 파일 압축 해제
(3) Payload 폴더 안에 있는 .app 파일을 디바이스에 설치
## 참고
Error in installing enterprise bui… | Apple Developer Forums
I'm experiencing this too, even with the updated Beta 2. About the only workaround I was able to find was to install the .ipa using Apple Configurator. However, I seem to be running into an issue where it reads different apps as the same app saying name of
forums.developer.apple.com
이번 글은 여기서 마무리.
반응형