코딩왕랄프👊🏻

[Eclipse] 오류 본문

카테고리 없음

[Eclipse] 오류

hyerm_2 2021. 7. 26. 11:36
반응형
SMALL

 

 

Eclipse를 실행할때 이런오류가 뜰때가 있다. 

 

해결 방법은 info.plist에

 

<key>NSAppTransportSecurity</key>

<dict>

<key>NSAllowsArbitraryLoads</key>

<true/>

</dict> 

 

 

 

해당 코드를 추가하면 된다.

반응형
LIST