Undefined symbols:
"_kCLLocationAccuracyBest", referenced from:
_kCLLocationAccuracyBest$non_lazy_ptr in Controller.o
(maybe you meant: _kCLLocationAccuracyBest$non_lazy_ptr)
"_OBJC_CLASS_$_CLLocationManager", referenced from:
objc-class-ref-to-CLLocationManager in Controller.o
ld: symbol(s) not found
프레임워크에 CoreLocation.framework를 추가해 주세요!
'개발도구 > iOS - 아이폰 개발' 카테고리의 다른 글
[아이폰] ruby on rails - 설치 과정 (0) | 2012.06.01 |
---|---|
[아이폰-펌] retain, release, autorelease, dealloc 에러 / ARC (Automatic Reference Counting) (0) | 2012.05.31 |
[아이폰] UIKeyboard 키보드 자판 숫자 (0) | 2012.05.30 |
[펌-아이폰-비밀] TableView (0) | 2012.05.29 |
[아이폰] iOS 5 Storyboard and UITableViews Tutorial (0) | 2012.05.29 |