-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitcode support #5
Comments
Bitcode support is possible - one just needs to build PDFium with the right compiler flags and set the framework bitcode build option. I'll put together instructions for building PDFium from source for iOS shortly so you can do this. |
Thank you, +1 for tut on PDFium compiling, or please compile a bitcode enabled build. |
@vfr Any update on the instructions you mentioned above.It will be very helpful. Thanks |
Hi, I made a repository with instructions to build it. It is working very well. But i need solve some problems related here: Thanks in any help. |
Sorry to bug you, @vfr, but you seem to be the only person on the internet that knows how to compile PDFium for iOS correctly. It would be incredibly helpful if you could write out how exactly you managed to compile the binary. |
Hi, It is working. If anyone wanna, it is building on travis and all instructions is here: Thanks. |
Hi, I make a project to build pdfium master branch for iOS. It is working fine for arm, arm64 and macos. There is only one problem on ios simulator (os=ios and cpu=x64). I post the issue on project here: Can anyone help me solve this pls. Thanks. |
@prsolucoes I tried the prebuilt binary with bitcode enabled, got this error:
Any idea what's wrong? |
Hi, You can get all here: Thanks. |
use FPDFDest_GetDestPageIndex instead of FPDFDest_GetPageIndex |
@paulocoutinhox Can you enable Bitcode support for this repo? I just had a try but to no avail. |
Hey! Many thanks for the project, it's great!
Wanted to ask is it possible to add bitcode support?
The text was updated successfully, but these errors were encountered: