Hey guys, I'm working on multiplatform project wit...
# multiplatform
j
Hey guys, I'm working on multiplatform project with iOS app with K/N framework and everything worked just fine untill I've added a cinterop Keychain wrapper written in ObjectiveC. Right now I'm getting
bitcode bundle could not be generated because (...) was built without full bitcode.
when trying to build an archive of my app. Has anybody faced something like this before?
s
What is
(...)
here?
j
It's path to my generated framework
s
What is
a cinterop Keychain wrapper written in ObjectiveC
?
j
It's a library written in ObjectiveC. You can see the whole thing here: https://github.com/netguru/Kissme/tree/master/ios/library/keychainwrapper
s
Is this library built with bitcode enabled?
j
Good catch, no it's not. So it should work just fine once I recompile the
.a
file?
s
It should.