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

Compatibility with AppleTV OS #36

Open
dddppp opened this issue Sep 14, 2015 · 0 comments
Open

Compatibility with AppleTV OS #36

dddppp opened this issue Sep 14, 2015 · 0 comments

Comments

@dddppp
Copy link

dddppp commented Sep 14, 2015

Dear All,

I have tried to include this library to an Apple TV project and got the following message:

Target 'Pods-TVApp' of project 'Pods' was rejected as an implicit dependency for 'libPods-TVApp.a' because it doesn't contain platform 'appletvsimulator' in its SUPPORTED_PLATFORMS 'iphonesimulator, iphoneos'

And I get this too:
ld: library not found for -lMQTTKit

This is my pod file:

 # platform :ios, '6.0'
 pod 'MQTTKit', :git => 'https://github.com/jmesnil/MQTTKit.git'

 target 'iPhoneAppTest' do
 end

 target 'TVApp’ do
 pod 'MQTTKit', :git => 'https://github.com/jmesnil/MQTTKit.git'
 end 

Any suggestion?

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