Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

pod install gives an error #12410

Open
1 task done
shivamkachawar opened this issue Jun 12, 2024 · 0 comments
Open
1 task done

pod install gives an error #12410

shivamkachawar opened this issue Jun 12, 2024 · 0 comments

Comments

@shivamkachawar
Copy link

shivamkachawar commented Jun 12, 2024

馃寛

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant