목록App/ios (1)
Soy's Devlog

xcode에서 Archive 후에 배포를 진행 할 때 발생할 수 있는 몇 가지 오류들이 있다. 물론 경우에 따라 오류내용도 다르겠지만, 배포 전에 미리 확인하면 안봐도 되는 오류이기 때문에 발생한 원인과 해결법을 정리해 보았다. 1) App Store Connect Operation Error Unsupported Architectures. The executable for MyAPP.app/Frameworks/MargaretOfflineFramework.framework contains unsupported architectures '[x86_64]'. -> 애플 정책 상 시뮬레이터 아키텍처(x86_64)가 포함된 채 배포를 진행하면 앱스토어에 앱을 업로드 할 수 없다. i386과 x86_64에 대해..
App/ios
2022. 2. 18. 22:11