It seems like the build fails before the run script can execute
s
Sam
05/03/2018, 3:22 AM
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.