일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Android
- so file
- sha1 convert hashkey
- Android NDK시스템
- IOS10
- V8 Engine
- 공인인증서 만료일
- appbarlayout
- Magnify Anim
- IMAGE
- apk 다운사이징
- 안드로이드
- Push
- embedd
- Objective C
- apns
- apache
- JavaScript Engine
- PageControl
- android log dump
- v8 engine xcode build
- SO 파일
- Google V8 Engine
- Status Bar
- ios
- ios framework
- 인증서 정보 뽑아내기
- 공인인증서 정보
- java
- FlexiblePageView
Archives
- Today
- Total
caTea 블로그
lipo 명령어 ios simulator, iosphone framework 라이브러리 합치기 본문
반응형
ios 앱을 개발하다 framework를 개발할때가 있다
하지만 framework을 개발하면
phone framework하고 시뮬레이터용 프레임웍이 나온다
두개를 합쳐서 배포해야 둘다 작동된다.
밑의 코드는 두개를합쳐주는 역할을 한다.
lipo -create -output "LastFramework" "ios-framework/PWAFramework.framework/PWAFramework" "simulator-framework/PWAFramework.framework/PWAFramework"
728x90
'macos | ios' 카테고리의 다른 글
swift Dictionary NSDictionary 차이점 (0) | 2018.05.30 |
---|---|
FlexiblePageControl Objective c (0) | 2017.11.23 |
ios http/https 대응 (0) | 2016.10.19 |
ios10 push notification 세팅 (0) | 2016.10.14 |
ios 10 관련 코드 변경점및 관련정보 (0) | 2016.09.04 |