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

Unable to load a podspec from MQTTKit.podspec #44

Open
lukaszmargielewski opened this issue May 25, 2016 · 11 comments
Open

Unable to load a podspec from MQTTKit.podspec #44

lukaszmargielewski opened this issue May 25, 2016 · 11 comments

Comments

@lukaszmargielewski
Copy link

lukaszmargielewski commented May 25, 2016

It seems to be a problem with a pod spec when using cocoa pods 1.0.0.
Here is my pod file:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
target 'MQTTDemo' do
    pod 'MQTTKit', :git => 'https://github.com/mobile-web-messaging/MQTTKit.git'
end

Result:

pod install
Analysing dependencies
Pre-downloading: `MQTTKit` from `https://github.com/mobile-web-messaging/MQTTKit.git`
[!] Unable to find a specification for 'MQTTKit'.
[!] Unable to load a podspec from `MQTTKit.podspec`, skipping:
Pod::DSLError
@Vienta
Copy link

Vienta commented Jun 16, 2016

Hi @lukaszmargielewski
I have the same trouble. Did you solved this?

@tomaspavel
Copy link

tomaspavel commented Jun 16, 2016

Same issue here.
Pre-downloading: MQTTKit from https://github.com/mobile-web-messaging/MQTTKit.git, commit 8f0753b98a60c8e6030000d877e0ef02e22b198b
[!] Unable to find a specification for 'MQTTKit'.

[!] Unable to load a podspec from MQTTKit.podspec, skipping`

@ericlongxuan
Copy link

Same here...

@sunkuo
Copy link

sunkuo commented Jul 12, 2016

Same here

@kjakm
Copy link

kjakm commented Jul 12, 2016

Same issue here, did anyone solve this?

@WebberLai
Copy link

Problem still there

@mikaelhellqvist
Copy link

The only solution to this problem that I could find was to use cocoapods 0.39.0

@tungdev1209
Copy link

for me, I've just replaced like this:
s.osx.platform = :osx, '10.9'
=> s.osx.deployment_target = "10.9"
-> fixed

@jianshek
Copy link

My solution to this problem is:
platform:ios,'8.0'
target"MQTTTest" do
pod 'MQTTKit'
end

@dushihao
Copy link

I also see the problem,i'm so uncomfortable.

@nevermore0223
Copy link

My solution to this problem is:
platform:ios,'8.0'
target"MQTTTest" do
pod 'MQTTKit'
end

yes it works!thanks

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