Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1
  • 2

TOPIC:

libRDPDFLib.a was built without bitcode 5 years 2 months ago #14287

  • sheinix
  • sheinix's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 0
Hi, I'm trying to build my Xcode project with
ENABLE_BITCODE=YES
(Xcode version 10.1) and I'm getting the following error
PDFViewer/PDFLib/libRDPDFLib.a(PDFIOS.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7

I have checked if the library has the bitcode segment in it by executing:
otool -l libRDPDFLib.a | grep __LLVM
or
otool -l libRDPDFLib.a | grep bitcode

and it seems that there isn't any evidence of this.
Can you confirm this and if there's any other action to do for compiling with bitcode?

Thanks

Regards

Please Log in or Create an account to join the conversation.

libRDPDFLib.a was built without bitcode 5 years 2 months ago #14288

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
hi, i'm sure it not support bitcode for arm CPU.
we coding some ARM asm, to invoke some SIMD feature.
so, can't support bitcode for real devices.
about x86/x64 simulator, it still support bitcode.

Please Log in or Create an account to join the conversation.

Last edit: by radaee.

libRDPDFLib.a was built without bitcode 4 years 3 months ago #14854

  • _dland
  • _dland's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
Sorry to resurrect an almost year-old-thread, but this issue is quite relevant for my company too.
Having RadaeePDF SDK not Bitcode-enabled is forcing all users to disable this option on their applications too.
Bitcode is mandatory for most code hardening tools nowadays, so it would be very important to enable it in RadaeePDF SDK.
It is clear that Apple is "gently forcing" all developers to distribute libraries and apps with Bitcode enabled, so it is reasonable to think that the problem you mentioned with assembly code is already addressed and solved.
In fact I've found this comment by Apple that explains how to build a Bitcode enabled library containing assembly code (forums.developer.apple.com/thread/3971#12225).

Please consider releasing a Bitcode enabled version of your SDK.
Thanks a lot

Please Log in or Create an account to join the conversation.

Last edit: by _dland.

libRDPDFLib.a was built without bitcode 4 years 3 months ago #14855

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
thanks, we done it with bitcode.
plz wait, i think next monday shall updated.
The following user(s) said Thank You: _dland

Please Log in or Create an account to join the conversation.

Last edit: by radaee.

libRDPDFLib.a was built without bitcode 4 years 3 months ago #14858

  • federico
  • federico's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 261
  • Thank you received: 18
Hi,
I confirm that we're ultimating tests
We'll notice you as soon as possible

Please Log in or Create an account to join the conversation.

libRDPDFLib.a was built without bitcode 4 years 3 months ago #14863

  • _dland
  • _dland's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
Hi guys, any news?

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
  • 2
Powered by Kunena Forum