본문 바로가기

TIP : XCode SDK 4.0, 프레임 워크 추가

by 식 2011. 3. 23.
쉬운걸 드럽게 어렵게 만들어놧네.

영어읽다가 머리아파서 그림으로 캡쳐햇습죠.

오른쪽 하단 창이 안보인다면 view->editor->assistant 혹은 오른쪽상단에서 왼쪽에서 두번쨰 버튼 클릭욤
 

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.


반응형

'' 카테고리의 다른 글

TIP : DB업데이트  (0) 2011.04.05
ERROR : application excutable is missing a required architecture.  (1) 2011.03.31
TIP : ComboBox  (0) 2011.01.12
ERROR: Error Domain=NSCocoaErrorDomain Code=3000 "  (0) 2010.11.26
ERROR : Failed To upload *.app  (0) 2010.10.28