Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- MySQL
- Windows
- springboot
- BPMN
- maven
- nodejs
- Linux
- IntelliJ
- LOG4J
- database
- gradle
- tibero
- Spring
- docker
- nginx
- react
- gson
- sapfiorielements
- JavaScript
- NCP
- log4j2
- VSCode
- dbeaver
- Java
- useEffect
- Git
- Kubernetes
- JPA
- mybatis
- intellijIDEA
Archives
- Today
- Total
두 손끝의 창조자
[cordova]Cannot read property 'toLowerCase' of undefined 본문
cordova build 를 했는데 Cannot read property 'toLowerCase' of undefined 따위의 오류가 발생하면 다른사람이 만든 플랫폼 파일을 가지고 실행했을 수 있다. 설치된 플랫폼을 지우고 다시 추가한다.
cordova platform rm ios
cordova platform add ios
반응형
Comments