CocoaPods / CocoaPods

The Cocoa Dependency Manager.
https://cocoapods.org/
Other
14.47k stars 2.62k forks source link

pod install gives an error #12410

Open shivamkachawar opened 1 week ago

shivamkachawar commented 1 week ago

🌈

Report

What did you do?

Run pod install

What did you expect to happen?

Install all pod dependencies correctly.

What happened instead?

JSON::ParserError - Failed to parse JSON at file: '/Users/shivamkachawar/.cocoapods/repos/trunk/Specs/c/8/7/gRPC-C++/1.62.4/gRPC-C++.podspec.json'.

CocoaPods Environment

Stack

   CocoaPods : 1.15.2
        Ruby : ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [arm64-darwin23]
    RubyGems : 3.2.3
        Host : macOS 14.5 (23F79)
       Xcode : 15.4 (15F31d)
         Git : git version 2.39.3 (Apple Git-146)
Ruby lib dir : /Users/shivamkachawar/.rvm/rubies/ruby-3.0.0/lib
Repositories : trunk - CDN - https://cdn.cocoapods.org/

Installation Source

Executable Path: /Users/shivamkachawar/.rvm/rubies/ruby-3.0.0/bin/pod

Plugins

cocoapods-deintegrate : 1.0.5
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.1
cocoapods-trunk       : 1.6.0
cocoapods-try         : 1.2.0

Podfile

platform :ios, '13.0'

target 'Flash Chat iOS13' do
    use_frameworks! :linkage => :dynamic

    # Pods for Flash Chat iOS13

    pod 'Firebase/Auth'
    pod 'Firebase/Firestore'
    pod 'CLTypingLabel' , '~> 0.4.0'

end

Project that demonstrates the issue