| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- ObjectiveC
- cagr48com
- mac
- 설치
- 아이맥
- install
- 애플
- windows
- 아이폰
- 링크
- Mobile
- windows7
- 볼링
- 형식
- 윈도우즈7
- Objective-C
- 퇴사
- 7932
- 오브젝티브C
- WebService
- 윈도구7
- VISTA
- WSDL
- Number
- java
- screen
- 윈도구
- c#
- 맥
- iPhone
Archives
- Today
- Total
목록2013/06 (2)
A colossal Dreamer: GR鐵塔-天生我材
[Objective-C] ARC(Automatic Reference Counting) on llvm
ARC - Automatic Reference Countinghttp://clang.llvm.org/docs/AutomaticReferenceCounting.html 요약은 나중에. -fno-objc-arc : ARC 기본 프로젝트에서 ARC 적용없이 컴파일 하는 컴파일 옵션-fobjc-arc : no-ARC 기본 프로젝트에서 ARC 적용하여 컴파일 하는 컴파일 옵션
Development/아이폰
2013. 6. 30. 19:19
[Xcode] Xcode Subproject 관리하기.
프로젝트를 몇 개의 덩어리로 구분해서 개발하는 경우에.Xcode 에서 빌드하면서 부딛혔던 삽질... 우선 header 파일 include 가 제대로 되지 않는 문제.Subproject 디렉토리를 search header paths 에 설정하면 되는데.어떻게 하는 것이 유연하게 설정하는 것일까.? 우선 아래 URL에서 제안한 것 처럼 Project에 subproject를 포함시킨다.http://stackoverflow.com/questions/9501799/xcode-4-2-how-to-import-h-file-from-subproject 그리고, Main project 의 build phases 에 dependency를 걸어주자. Subproject 쪽의 build phases 에서 Copy Files ..
Development/아이폰
2013. 6. 26. 19:10