일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ATOM
- PowerMock
- Travis CI
- node.js
- primitive type
- dict
- sanghaklee
- 인프런
- JaCoCo
- ECMAScript2015
- javascript
- ubuntu
- python
- 개인정보수정
- RESTful
- REST
- Linux
- Gitbook
- sinopia
- GIT
- NPM
- java
- nginx
- {}
- Code-coverage
- AWS
- Coveralls
- API
- Lodash
- Unit-test
Archives
- Today
- Total
이상학의 개발블로그
[Ionic] Ionic 개발환경 구성하기 iOS 본문
http://ionicframework.com/getting-started/
내용 그대로 따라하면 sample 앱을 만들 수 있다.
주의사항
- node 4 버전 이상이 필요하다(나중에 바뀔 수 있음. 현재 상태 stable 버전 추천)
- 위의 튜토리얼에는 나오지 않았지만 $ npm install -g ios-sim 미리 해주는게 좋다.
$ npm install -g cordova ionic
$ ionic start myApp tabs
$ cd myApp
$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios
요기서 $ionic emulate ios 부분에서 아마 이런 에러가 날 것이다. $ npm install -g ios-sim
ios-sim was not found. Please download, build and install version 3.0.0 or greater from https://github.com/phonegap/ios-sim into your path. Or 'npm install -g ios-sim' using node.js: http://nodejs.org
Error: /Users/ryan/Ionic/myApp/platforms/ios/cordova/run: Command failed with exit code 2
다시 $ionic emulate ios
오호라 Objective-C 나 Swift 몰라도 아이폰 앱이 만들어졌다.
'프로젝트' 카테고리의 다른 글
[AWS] EC2에 고정아이피 Elastic IPs 부여하기 (2) | 2016.04.01 |
---|---|
[AWS] RDS 생성하기 (0) | 2016.04.01 |
[졸업 프로젝트] freenom 무료 국가 최상위 도메인 얻기 (0) | 2016.03.28 |
[졸업 프로젝트] cu.cc 무료 도메인 얻기 (0) | 2016.03.27 |
[NGINX] NGINX를 nodejs express의 reverse proxy로 사용하기 (0) | 2016.03.27 |
Comments