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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaPod dependency problem #2

Closed
andresousaribeiro opened this issue Aug 10, 2017 · 9 comments
Closed

CocoaPod dependency problem #2

andresousaribeiro opened this issue Aug 10, 2017 · 9 comments
Assignees

Comments

@andresousaribeiro
Copy link

I'm trying to use the Pod for this library but i constantly get this error:

pod install
Analyzing dependencies
[!] Unable to find a specification for JDSWiftHeatMap

How can i resolve this?

@andresousaribeiro
Copy link
Author

andresousaribeiro commented Aug 10, 2017

http://cocoadocs.org/docsets/JDSwiftHeatMap/1.0.0/#
On the website of cocoa docs is getting also a error:
"Error Parsing Pod

Could not find Objective-C Classes."

@jamesdouble jamesdouble self-assigned this Aug 12, 2017
@jamesdouble
Copy link
Owner

Which language do you use in your project?
Swift or OC?

@andresousaribeiro
Copy link
Author

I'm using Swift.

@jamesdouble
Copy link
Owner

Don't know why Cocoapods have error parse my pod last time.
Now, work fine.
Thanks for feedback

@cleveralmeida
Copy link

Hi James !

I have tried to install pod but I am getting: Unable to find a specification for JDSWiftHeatMap.
My code is in swift 3.2 and target is ios 9.

@jamesdouble
Copy link
Owner

@cleveralmeida
I reinstalled 'JDSWiftHeatMap' in pod , and its works fine.
Maybe use pod update?

@cleveralmeida
Copy link

cleveralmeida commented Oct 8, 2017

Hi @jamesdouble,

Thank you for your replay. I just updated pod and try again but same result. I use other pod libraries and it is working fine just this shows me "[!] Unable to find a specification for `JDSWiftHeatMap`"

@jamesdouble jamesdouble reopened this Oct 12, 2017
@jamesdouble
Copy link
Owner

@cleveralmeida
I can't find the reason.
Library on cocoapod seems worked.
Here is my podfile

platform :ios,'10.0'

workspace 'Test'

project 'TestMyPod'

 target :TestMyPod do  
 project 'TestMyPod'
 pod 'JDSwiftHeatMap'
 use_frameworks!
 end

@panychyk
Copy link

cannot inject pod into project. will include as files

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

4 participants