XCode Run 시뮬레이터는 되는데 Device에서 안 되는 이슈

2022. 11. 7. 17:25iOS/이슈

증상: Simulator는 되는데 Device에서 안 됨

 

원인: Pod_framework를 Embed and Sign으로 변경해서이다. Code signing 문제

 

해결 방법: Target - General - Frameworks, Libraries, and Embeded Content에서 Embed 옵션을 Do Not Embed로 변경
https://stackoverflow.com/questions/68467306/the-code-signature-version-is-no-longer-supported

 

The code signature version is no longer supported

An app signed with a codesign version provided on an older macOS, like Catalina (10.15) will not run on iOS 15 because the lastest version you can install is Xcode 12.4. Xcode 12.5 seems to change ...

stackoverflow.com

 

반대로 Simulator는 안되는데 실기기에서는 되는 문제
Agora RTM SDK 14.9버전에서 arm64를 지원해주지 않아서, simulator에서는 되지 않았음.
1.5.1 릴리즈 버전으로 업해서 해결함.