반응형 apple4 [iOS] "Unable to process request - PLA Update available" Error Solution Guide [iOS] "Unable to process request - PLA Update available" Error Solution GuideiOS 앱 배포 시 에러 해결 가이드: "Unable to process request - PLA Update available" 에러 iOS 앱을 App Store에 배포할 때 "Unable to process request - PLA Update available"와 관련된 에러를 만날 수 있습니다. 이 에러는 Apple 개발자 계정의 최신 **프로그램 라이선스 계약(Program License Agreement)**에 동의하지 않았을 때 발생합니다. 다음은 이 에러를 해결하는 방법입니다.에러 메시지 원인이 문제의 원인은 다음과 같습니다:최신 프로그램 라이선스 계약.. 2024. 11. 11. SocketException: Connection failed (OS Error: Operation not permitted, errno = 1) [flutter][macOS] SocketException: Connection failed (OS Error: Operation not permitted, errno = 1)[flutter][macOS] 에러 내용애플 macOS에서 http통신 코드를 호출할 때, SocketException: Connection failed 에러가 나타날 때가 있다.에러 사유를 디버깅해보면 OS Error: Operation not permitted 라고 표시된다.이제 우리는 OS 에서의 권한적인 문제가 있나보구나 정도로 원인을 유추할 수 있다. 해결책아래와 같이 앱 프로젝트 내에서 권한을 추가한다.파일은 Runner/DebugProfile.entitlements 이다. 기존 코드는 server에 대해서만 true처리되어있을 수도 있는데 clie.. 2023. 2. 7. [Android Studio][Mac] 유용한 단축키 모음 [Android Studio][Mac] 유용한 단축키 모음 해당 게시글글은 애플 Mac OS에서 안드로이드 스튜디오를 사용할 때 유용하게 사용하는 단축키를 정리하는 글이다. 필요할 때마다 업데이트 예정이다. 위젯 감싸기 opt + Enter 파일 찾기(소스, 설정 등) shift 연속으로 2번 누르기 코드 자동 정렬 opt + cmd + L 2023. 1. 21. [Apple OS X / iOS] Adding permission (info.plist, entitlements.plist) 권한 추가하기 [Apple OS X / iOS] Adding permission (info.plist, entitlements.plist) [Apple OS X / iOS] 권한 추가하기 (info.plist, entitlements.plist) info.plist란 실행 패키지에 관한 설정 정보를 포함한 파일이다. 시스템이 이 파일의 값을 보고 앱에 필요한 설정을 세팅한다. (info.plist is a file containing configuration information about executable packages. The system looks at the value of this file and sets the necessary settings for the app.) info.plist 예시 (info.. 2022. 9. 29. 이전 1 다음 반응형