티스토리 뷰
iOS/에라고만...
[iOS]iOS9, xCode 7.1/ App Transport Security has blocked a cleartext HTTP
썩소천사 2015. 11. 9. 17:41반응형
xCode 7.1버전 업데이트 이후 생긴 오류 로그.
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.
해결방법.
1. 해당 프로젝트 info.plist로 이동.
2. "App Transport Security Settings" 속성 추가.
3. "App Transport Security Settings" 속성에서 하위 아이템으로 "Allow Arbitrary Loads" 추가 후 값은 "YES"로 설정
4. 빌드 후 정상 동작 확인.
반응형
'iOS > 에라고만...' 카테고리의 다른 글
[iPhone]IPv6 대응, / Performance - 2.1 Rejected/처리 과정 (0) | 2016.07.29 |
---|---|
[iPhone] developer codesign failed error!! /개발자 인증서 빌드 시 에러/ (0) | 2016.07.28 |
[iOS] mutating method sent to immutable object (0) | 2015.08.27 |
[iOS]해당 객체의 frame, center 값이 적용되지 않을 때. (0) | 2015.08.16 |
[ios]APNS 관련 NSCocoaErrorDomain Code=3000 에러 (0) | 2015.03.09 |
댓글
반응형