블로그 이미지
SuperMjs

calendar

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 31

Notice

'Program Languages/iOS / Objective-C'에 해당되는 글 2

  1. 2012.09.21 [XCode] How to change 'xcrun' path?
  2. 2012.08.01 Objective C의 함수포인터
Error Message 

xcrun: Error: could not stat active Xcode path '/Volumes/Xcode/Xcode.app/Contents/Developer'. (No such file or directory)



Solution ) 

$ sudo xcode-select -switch (your Xcode Path)

ex > $ sudo xcode-select -switch /Applications/Xcode.app/



'Program Languages > iOS / Objective-C' 카테고리의 다른 글

Objective C의 함수포인터  (0) 2012.08.01
posted by SuperMjs

Objective-C에서는 C에서의 함수 포인터와 비슷한 개념으로 SEL 데이터 타입이 존재 존재함.


@selector지시어와 메소드 이름으로 사용한다.



@interface


@implimentation


'Program Languages > iOS / Objective-C' 카테고리의 다른 글

[XCode] How to change 'xcrun' path?  (0) 2012.09.21
posted by SuperMjs
prev 1 next