Hi, my name is Jorge Sanchez
I’m trying to configure Kotlin multiplatform project for Android and iOS using Travis as CI.
I have problems with iOS compilation:
Command PhaseScriptExecution failed with a nonzero exit code
I think the error is related to build phase script explained here
https://kotlinlang.org/docs/tutorials/native/mpp-ios-android.html#setting-up-xcode
Thanks