2013-06-18 89 views
0

我不斷收到這些錯誤,當我嘗試bluid我的應用程序貝寶生成錯誤

Undefined symbols for architecture i386: 
    "_OBJC_CLASS_$_PayPalPayment", referenced from: 
     objc-class-ref in ViewController.o 
    "_OBJC_CLASS_$_PayPalPaymentViewController", referenced from: 
     objc-class-ref in ViewController.o 
    "_PayPalEnvironmentNoNetwork", referenced from: 
     -[ViewController Pay:] in ViewController.o 
ld: symbol(s) not found for architecture i386 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 
+0

這是Objective-C嗎? – neontapir

+0

是的,這是Objective-C – user2487508

+0

我添加了objective-c標籤。我的知識非常少,但希望標籤能吸引更多有知識的人。 – neontapir

回答