블로그 이미지
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

Notice

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