- Posts: 1
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about iOS development and PDF
libRDPDFLib.a was built without bitcode
IP: 203.86.207.156
7 years 7 months ago #14287
by sheinix
libRDPDFLib.a was built without bitcode was created by sheinix
Hi, I'm trying to build my Xcode project with
(Xcode version 10.1) and I'm getting the following error
I have checked if the library has the bitcode segment in it by executing:
or
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
Code:
ENABLE_BITCODE=YES
Code:
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:
Code:
otool -l libRDPDFLib.a | grep __LLVM
Code:
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
IP: 111.196.246.152
7 years 7 months ago - 7 years 7 months ago #14288
by radaee
Replied by radaee on topic libRDPDFLib.a was built without bitcode
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.
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.
Last edit: 7 years 7 months ago by radaee.
IP: 5.90.68.1
6 years 8 months ago - 6 years 8 months ago #14854
by _dland
Replied by _dland on topic libRDPDFLib.a was built without bitcode
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
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
Last edit: 6 years 8 months ago by _dland.
IP: 111.196.247.254
6 years 8 months ago - 6 years 8 months ago #14855
by radaee
Replied by radaee on topic libRDPDFLib.a was built without bitcode
thanks, we done it with bitcode.
plz wait, i think next monday shall updated.
plz wait, i think next monday shall updated.
Last edit: 6 years 8 months ago by radaee.
IP: 37.183.44.177
6 years 8 months ago #14858
by federico
Replied by federico on topic libRDPDFLib.a was built without bitcode
Hi,
I confirm that we're ultimating tests
We'll notice you as soon as possible
I confirm that we're ultimating tests
We'll notice you as soon as possible
IP: 5.90.75.202
6 years 8 months ago #14863
by _dland
Replied by _dland on topic libRDPDFLib.a was built without bitcode
Hi guys, any news?
Time to create page: 0.430 seconds