The following build commands failed:
PhaseScriptExecution Compile\ Kotlin\ Framework /Users/js/Documents/AppName/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-F36B1CEB2AD83DDC00CB74D5.sh (in target 'iosApp' from project 'iosApp')
(1 failure)
warning: Run script build phase 'Compile Kotlin Framework' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'iosApp' from project 'iosApp')
This error occurs when i try to run the IOS app using Android Studio.
_________
'embedAndSign' task can not be used in a project with dependencies to pods.
This error occurs when i try to run that Same IOS app using Xcode.