vfr / UXReader-iOS

UXReader PDF Framework for iOS
Other
290 stars 66 forks source link

Error while building and running #4

Open Beshoj opened 7 years ago

Beshoj commented 7 years ago

Hello .. When I open the source code in xCode, and try to run it. I got this error:

UXReader Group Apple Mach-O Linker (ld) Error Group clang: error: linker command failed with exit code 1 (use -v to see invocation) http://oi66.tinypic.com/wipkr4.jpg

And Now I am getting more than 58 error !! I asked a developers. They said for me that I should order from you the full source code

NasH5169 commented 7 years ago

Same :)

FeminaBrahmbhatt commented 7 years ago

ld: library not found for -lpdfium clang: error: linker command failed with exit code 1 (use -v to see invocation)

logangriffin commented 7 years ago

I am having the same issue as Beshoj

vfr commented 7 years ago

Did you read https://github.com/vfr/UXReader-iOS/blob/master/HOWTO.md ?

NasH5169 commented 7 years ago

Hi,

Thanks for the answer. I read this HOWTO but do we have to build PDFium too?

Or can we get libpdfium.a somewhere?

Regards.

Edit: Ok... same as https://github.com/vfr/UXReader-iOS/issues/3

Zbeyer commented 7 years ago

Can't run UXReader-iOS on XCode 9: ld: library not found for -lpdfium

Same question as @NasH5169 & @FeminaBrahmbhatt

aboud-masoud commented 6 years ago

missing "libpdfium.a" file from the UXReader Framework !!!!

iDevelopper commented 6 years ago

You have to read the HOWTO file:

Since the framework depends on a single large binary library file (libpdfium.a), you should download the latest UXReader-iOS release ZIP. Once extracted, open Reader.xcworkspace in Xcode and then build and run to a device (as the PDFium library does not support building for x86_64 simulator at this time). Then use iTunes to sync PDF files to the sample Reader app.

You will find the library in UXReader-iOS release ZIP

HelooM commented 5 years ago

error