Xcode4에서 프레임워크를 추가하려고 우클릭 Add를 찾는데 없어서 한참 고생했습니다.

방법은 아래와 같습니다.

프로젝트 선택 후 프레임워크를 추가할 타겟 선택

상단 가로 탭 메뉴 중 Build Phases 선택

리스트 중 Link Binaries With Libraries 펼치고 하단 + 버튼으로 추가

왜 이렇게 복잡하게 만들었을까요? 
아니면 이것 말고 편하게 추가하는 방법이 있는데 제가 못찾는 걸까요? 

아무튼 이 문제로 고생하시는 분들을 위해 올려놓습니다.

Adding a framework is managed through the editor for the project:

 

a) Select the project (which contains the target you want to add the framework to), either from the Project Navigator or via the Jump Bar

b) In the source list on the left side of the project editor, select the target

c) Across the top of the target editor area, on the right, will be a few tabs:  select the third one, "Build Phases"

d) From the list of phases presented, disclose the "Link Binaries With Libraries" phase (the last one, normally)

e) Click the plus sign in the lower-left of the phase

 

This will bring down a sheet of the available libraries and frameworks to select from.  Then simply select the framework(s) you wish to add, and click the "Add" button.


자료출처 : 맥부기 애플(iOS, Mac)개발자모임

http://cafe.naver.com/mcbugi/114423

'Tips & Tech > Objective-C' 카테고리의 다른 글

Xcode4 디버깅용 NSZombieEnabled 설정하는 방법  (0) 2012.02.27
Xcode4 빌드 옵션 설정 방법  (0) 2012.02.27
iPhone Device Network Check(Wi-Fi)  (0) 2012.02.27
문자열  (0) 2012.02.27
iPhone Device Network check(3G)  (0) 2012.02.27

+ Recent posts