본문 바로가기
Tool&Util/Xcode

How to create IPA file with XCode 4.3

by 백룡화검 2012. 7. 21.

출처 : http://cafe.naver.com/mcbugi/204757


Before Xcode 4.3, when we wanna got a ipa file for our project, we do like this:
1. Product –> Archive
2. Organizer –> Archives –> select the archive
3. click the share button, then select the ipa option, and we done.

 

 

In the newest XCode 4.3 release, there were some changes.
1. before 4.3, there were three buttons, [validate, share, submit]
2. with 4,3 there are only two buttons, [validate, distribute]
3. here, when we want get a ipa file, we click the distribute button
4. select the [save for enterprise or Ad-Hoc deployment]
5. select the code signing identity.
6. save the ipa file , we done.

그전에는 Organizer에 Share 버튼이 있어 이를 선택하여 IPA 파일을 만들었었는데,
 
XCode4점대로 가면서 IPA 파일 만드는 방법이 위와 같이 바뀌었더라구요.
 
또다른 정확한 방법을 아시거나, (IPA파일 용량이 엄청 크던데 이상하네요..;; 일단 설치는 됩니다.)
위 방법에 틀린 부분이 있다면 코멘트 부탁 드립니다.


'Tool&Util > Xcode' 카테고리의 다른 글

snippet 사용법  (0) 2012.07.22
Xcode Code Snippet Library를 통해 코드 문서화 쉽게 하기!  (0) 2012.07.22
Xcode 사용자 아이콘 및 타이틀 지정  (0) 2011.06.20
Xcode에서 리팩토링  (0) 2011.06.18
Code Macro (매크로)  (0) 2011.06.12