에러
-
[iOS/XCode] This application's application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed. 해결앱등이에게 살충제를 뿌린다./iOS 2015. 12. 22. 22:43
This application's application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed. 해결방법 : 깔려있던 기존앱을 삭제하시고 다시 Build/Run 해주세요
-
[iOS] App Transport Security has blocked a cleartext HTTP을 대응해보자.앱등이에게 살충제를 뿌린다./iOS 2015. 10. 11. 04:37
App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file. 라는 에러메시지와 함께 Web-App 통신이 되지 않는다구요? XCode 7에서 iOS9을 지원중이시겠군요. 1. 원인. 왜 때문일까? ATS(App Transport Security)는 App과 Web간의 연결에 보안을 강화하기 위한 것입니다. 애플에서 지정한 여러 보안조건들로 이루어져 있습니다. ATS는 NSURLConnection, CFURL, NSURLSession에서 사용되는데 이 때 애플에서 지정..
-
[IONIC] Command failed with exit code 65 빌드에러.. 어떻게 해결?코딩은 주댕이로/IONIC+Firebase 2015. 8. 30. 22:26
Ionic으로 앱을 만들다 보면.. Command failed with exit code 65가 은근 자주 발생합니다. 산삼같은 만병통치는 아니지만.. 녹용정도는 되는..방법을 공유합니다. 발생한 상황 1. cordova plugin camera 설치. (iOS platform은 이미 설치된 상황) cordova plugin add org.apache.cordova.camera 2. ionic build ios하니까 에러 발생 해결 1. ionic platform remove ios 로 iOS플랫폼 삭제 2. 다시 camera 플러그인 설치 cordova plugin add org.apache.cordova.camera 3. ionic platform add ios 로 iOS플랫폼 재설치 4. 해결완료