ios,swift
[xcode]code signature version is no longer supported 해결방법
thdeodls85
2022. 4. 6. 10:43
[xcode]code signature version is no longer supported 해결방법
여러방법이 많았는데.. 전부 다 안된다..
target -> project -> general -> frameworks,libraries, and embeddedContent -> do Not Embed 로 변경해야 한다.
[참조] https://developer.apple.com/forums/thread/679182
Xcode 12.5 "code signature version… | Apple Developer Forums
Hey after struggling with this for an hour or two, I found that in your apple developer account, under 'Certificates, Identifiers & Profiles' > profiles > provisioning profiles, I needed to add the device I was using to test on in there, it takes you throu
developer.apple.com