I'm facing this issue while building moko-socket-i...
# multiplatform
a
I'm facing this issue while building moko-socket-io sample project, not sure if anything is missing in kmp setup, I checked with kdoctor everything seems setup and able to run other projects also. Please let me know what should I try to fix this issue if its config issue? Thanks in advance!!
Copy code
Task failed with an exception.
-----------
* What went wrong:
Some problems were found with the configuration of task ':cocoapodBuildMokoSocketIoIphoneosArm64' (type 'CompileCocoaPod').
  - Type 'dev.icerock.gradle.tasks.CompileCocoaPod' property 'podsDir' specifies directory 'moko-socket-io/sample/ios-app/Pods' which doesn't exist.
    
    Reason: An input file was expected to be present but it doesn't exist.
    
    Possible solutions:
      1. Make sure the directory exists before the task is called.
      2. Make sure that the task which produces the directory is declared as an input.
    
    Please refer to <https://docs.gradle.org/7.5/userguide/validation_problems.html#input_file_does_not_exist> for more details about this problem.
  - Type 'dev.icerock.gradle.tasks.CompileCocoaPod' property 'podsProject' specifies directory 'moko-socket-io/sample/ios-app/Pods/Pods.xcodeproj' which doesn't exist.
    
    Reason: An input file was expected to be present but it doesn't exist.
    
    Possible solutions:
      1. Make sure the directory exists before the task is called.
      2. Make sure that the task which produces the directory is declared as an input.
    
    Please refer to <https://docs.gradle.org/7.5/userguide/validation_problems.html#input_file_does_not_exist> for more details about this problem.
a
You can ask in #moko
a
sure, thanks!
updating the multiplatform gradle plugin to
1.9.10
fixed this issue
👍🏻 1