I’m trying to use the cocoapods plugin to generate...
# multiplatform
v
I’m trying to use the cocoapods plugin to generate framework and distribute via private spec repo.. but when i run 
pod lib lint
 on my podspec file (generated by podspec gradle task) I got this error:
Copy code
Gradle could not start your build.
    > Cannot create service of type DefaultConfigurationCache using DefaultConfigurationCache constructor as there is a problem with parameter #10 of type ConfigurationCacheFingerprintController.
       > Cannot create service of type ConfigurationCacheFingerprintController using ConfigurationCacheFingerprintController constructor as there is a problem with parameter #5 of type FileCollectionFingerprinterRegistry.
          > Cannot create service of type FileCollectionFingerprinterRegistry using method VirtualFileSystemServices$BuildSessionServices.createFileCollectionFingerprinterRegistry() as there is a problem with parameter #1 of type List<FileCollectionFingerprinter>.
             > Could not create service of type CrossBuildFileHashCache using BuildSessionServices.createCrossBuildFileHashCache().
                > Failed to create parent directory '/.gradle' when creating directory '/.gradle/6.8.2/fileHashes'
All my files/folders has public access. can someone help me?