kitekit icon indicating copy to clipboard operation
kitekit copied to clipboard

Universal framework and bitcode

Open akolov opened this issue 8 years ago • 4 comments

Could you please build universal framework for both iOS simulator and iOS devices. Also with bitcode enabled, otherwise we have to disable bitcode for the whole app to be able to use KiteKit.

akolov avatar Mar 27 '17 01:03 akolov

Thanks @akolov ! I'll add this to my list of updates for KiteKit. 👍

kitecomp avatar Mar 29 '17 21:03 kitecomp

@akolov I checked while making the next release and bitcode is enabled for the iOS target:

bitcode

kitecomp avatar Apr 20 '17 18:04 kitecomp

That's not enough. You need both of these:

OTHER_CFLAGS = -fembed-bitcode BITCODE_GENERATION_MODE = bitcode

CharlesSieg avatar Jun 06 '17 17:06 CharlesSieg

Did you ever get around to creating a universal framework of the library for both device and simulator?

Thanks @akolov ! I'll add this to my list of updates for KiteKit. 👍

nadimalam avatar Feb 26 '20 11:02 nadimalam