Any ideas, what can be wrong? If i disable bitcode...
# kotlin-native
w
Any ideas, what can be wrong? If i disable bitcode in xcode - build is successfull. What is advantage of building with bitcode vs without bitcode?
s
You definitely need it for tvOS and watchOS builds. Downloads should also be smaller.
z
Enable bitcode can significantly reduce binary size, especially if there are redundant symbols.