본문 바로가기

issue3

[iOS][Archive][Issue] Unable to process request - PLA Update Available XCode 에러문구 Unable to process request - PLA Update Available No signing certificate "iOS Distribution" found 원인 Apple Developer Account에서 계정정책이 변경된것을 동의하지 않아서 나타난 이슈이다. 해결 계정에 들어가면 위와같은 빨간색 박스가 나타나는데 Review Agreement를 클릭하면 아래와 같이 나오는데 동의해주면 된다. 2022. 8. 9.
[IOS][Archive][Issue] Verify the value of the CODE_SIGN_ENTITLEMENTS build setting for target xcode 에러 문구 Verify the value of the CODE_SIGN_ENTITLEMENTS build setting for target "ComeIt" is correct and that the file exists on disk. 원인 : 오래만에 앱을 업데이트하려고 아카이브했는데.. 찾아보니까 TARGETS -> Signing -> Code Signing Entitlements가 잘못된 부분이 있어서 그런거 같다. 폴더명하고 다 바꿔서 경로가 잘못된듯. 해결 : 이 에러가나오면 확인해야할게 2가지있다. 1. TARGETS -> Signing -> Code Signing Entitlements 2. 자신의 프로젝트 파일내의 entitlements파일 이름 2번 entitlements 경로.. 2022. 2. 7.
[IOS][Swift] Pods/GoogleSignIn/Frameworks/GoogleSignIn.framework/GoogleSignIn' for architecture arm64 xcode 에러 문구 : Pods/GoogleSignIn/Frameworks/GoogleSignIn.framework/GoogleSignIn' for architecture arm64 원인 : M1맥에서의 시뮬레이터에서는 구글로그인을 지원하지 않는다.. 해결 : 구글로그인에 M1아키텍처를 업데이트 해줘야 해결될 것 같다. 여러군데 찾아봤는데 아직까지 별다른 해결방법은 없는 것 같다. 2021. 9. 16.