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

More
IP: 203.86.207.156 7 years 7 months ago #14287 by sheinix
Hi, I'm trying to build my Xcode project with
Code:
ENABLE_BITCODE=YES
(Xcode version 10.1) and I'm getting the following error
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
or
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
More
IP: 111.196.246.152 7 years 7 months ago - 7 years 7 months ago #14288 by radaee
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.
Last edit: 7 years 7 months ago by radaee.
More
IP: 5.90.68.1 6 years 8 months ago - 6 years 8 months ago #14854 by _dland
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
Last edit: 6 years 8 months ago by _dland.
More
IP: 111.196.247.254 6 years 8 months ago - 6 years 8 months ago #14855 by radaee
thanks, we done it with bitcode.
plz wait, i think next monday shall updated.
Last edit: 6 years 8 months ago by radaee.
More
IP: 37.183.44.177 6 years 8 months ago #14858 by federico
Hi,
I confirm that we're ultimating tests
We'll notice you as soon as possible
More
IP: 5.90.75.202 6 years 8 months ago #14863 by _dland
Hi guys, any news?
Time to create page: 0.430 seconds
Powered by Kunena Forum