「ビルド」しようとしたときに発生し続ける2つのエラー(失敗)について、これらのフィードバックを取得しています:(このプロジェクトは、IOSデバイスを5.1にアップグレードする前にビルドして正常に実行されました-シミュレーターも使用できません)
1st error: "_OBJC_CLASS_$_CLLocationManager", referenced from: objc-class-ref in BTInclinometerViewController.o ld: symbol(s) not found for architecture i386
2nd error: clang: error: linker command failed with exit code 1 (use -v to see invocation)
What I don't understand is: -- What does Xcode mean by the term "symbol"; -- How do I go about Identifying and then satisfying the missing symbol; -- How do I "(use -v to see invocation)"
I'm using a MAC OSX 10.7.3 and Xcode version 4.3.2
Any help would be greatly appreciated on this.