添加 testflight sdk 后无法构建项目
Undefined symbols for architecture i386:
"_TFLog", referenced from:
-[IBIZAAppDelegate application:didFinishLaunchingWithOptions:] in IBIZAAppDelegate.o
-[IBIZAAppDelegate application:didRegisterForRemoteNotificationsWithDeviceToken:] in IBIZAAppDelegate.o
-[IBIZAAppDelegate application:didReceiveRemoteNotification:] in IBIZAAppDelegate.o
-[IBIZAAppDelegate application:didFailToRegisterForRemoteNotificationsWithError:] in IBIZAAppDelegate.o
-[IBIZAAppDelegate registerSuccess:] in IBIZAAppDelegate.o
-[IBIZAAppDelegate registerFail:] in IBIZAAppDelegate.o
-[MainViewController viewDidLoad] in MainViewController.o
...
"_OBJC_CLASS_$_TestFlight", referenced from:
objc-class-ref in IBIZAAppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我正在使用 Xcode 4.2。相同的项目通常在另一台使用 Xcode 4.3 的计算机上构建。SDK 已添加到所有需要的目标中,也尝试了与此主题相关的所有解决方案。