It seems like the build fails before the run scrip...
# kotlin-native
d
It seems like the build fails before the run script can execute
s
I don't think you can mix the two in one module. Objc and swift can't. Under the hood xcode creates two modules for mixed swift objc projects. Putting your objc file into a separate framework would work.
d
Thx