2011-11-24 59 views
0

我已經爲ipad pdf查看器購買reddle套件。當我嘗試運行演示程序時出現以下錯誤正在運行RDPDFKitDemo_1.2

Ld /Users/svp/Library/Developer/Xcode/DerivedData/RDPDFKitSample-gjablgzmrirtqteckhbcytapkwcc/Build/Products/Debug-iphonesimulator/RDPDFKitSample.app/RDPDFKitSample normal i386 
cd /Users/svp/Desktop/RDPDFKitDemo_1_2 
setenv MACOSX_DEPLOYMENT_TARGET 10.6 
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" 
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-g++-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -L/Users/svp/Library/Developer/Xcode/DerivedData/RDPDFKitSample-gjablgzmrirtqteckhbcytapkwcc/Build/Products/Debug-iphonesimulator -L/Users/svp/Desktop/RDPDFKitDemo_1_2/RDPDFKit.embeddedframework/RDPDFKit.framework/Versions/A -F/Users/svp/Library/Developer/Xcode/DerivedData/RDPDFKitSample-gjablgzmrirtqteckhbcytapkwcc/Build/Products/Debug-iphonesimulator -F/Users/svp/Desktop/RDPDFKitDemo_1_2/RDPDFKit.embeddedframework -filelist /Users/svp/Library/Developer/Xcode/DerivedData/RDPDFKitSample-gjablgzmrirtqteckhbcytapkwcc/Build/Intermediates/RDPDFKitSample.build/Debug-iphonesimulator/RDPDFKitSample.build/Objects-normal/i386/RDPDFKitSample.LinkFileList -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -framework SystemConfiguration -framework RDPDFKit -framework Security -framework OpenGLES -framework QuartzCore -lz -framework CoreText -framework MessageUI -weak_framework UIKit -weak_framework Foundation -framework CoreGraphics -o /Users/svp/Library/Developer/Xcode/DerivedData/RDPDFKitSample-gjablgzmrirtqteckhbcytapkwcc/Build/Products/Debug-iphonesimulator/RDPDFKitSample.app/RDPDFKitSample 

Undefined symbols for architecture i386: 
    "_OBJC_CLASS_$_NSFileCoordinator", referenced from: 
     objc-class-ref in RDPDFKit(libRDPDFKit.a-i386-master.o) 
    "_OBJC_CLASS_$_UIReferenceLibraryViewController", referenced from: 
     objc-class-ref in RDPDFKit(libRDPDFKit.a-i386-master.o) 
ld: symbol(s) not found for architecture i386 
collect2: ld returned 1 exit status 

我該如何解決此問題。

回答

2

我們不支持使用iOS 4 SDK進行構建。 確保您正在構建iOS 5 SDK。 Y我們的應用程序仍然可以在iOS 4.0設備上運行。

Danil Somsikov Readdle Inc.