You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What went wrong:
A problem was found with the configuration of task ':shared:podInstall' (type 'PodInstallTask').
In plugin 'org.jetbrains.kotlin.gradle.scripting.internal.ScriptingKotlinGradleSubplugin' type 'org.jetbrains.kotlin.gradle.targets.native.tasks.PodInstallTask' property 'podfile' specifies file '/Users/apple/demo/anypass-kmp/iosApp/Podfile' which doesn't exist.
Reason: An input file was expected to be present but it doesn't exist.
Possible solutions:
Make sure the file exists before the task is called.
Make sure that the task which produces the file is declared as an input.
3: Task failed with an exception.
A problem was found with the configuration of task ':shared:podInstall' (type 'PodInstallTask').
In plugin 'org.jetbrains.kotlin.gradle.scripting.internal.ScriptingKotlinGradleSubplugin' type 'org.jetbrains.kotlin.gradle.targets.native.tasks.PodInstallTask' property 'podfile' specifies file '/Users/apple/demo/anypass-kmp/iosApp/Podfile' which doesn't exist.
Reason: An input file was expected to be present but it doesn't exist.
Possible solutions:
Please refer to https://docs.gradle.org/8.0/userguide/validation_problems.html#input_file_does_not_exist for more details about this problem.
The text was updated successfully, but these errors were encountered: