Universal framework and bitcode
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.
Thanks @akolov ! I'll add this to my list of updates for KiteKit. 👍
@akolov I checked while making the next release and bitcode is enabled for the iOS target:

That's not enough. You need both of these:
OTHER_CFLAGS = -fembed-bitcode BITCODE_GENERATION_MODE = bitcode
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. 👍