You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Dear All,
I have tried to include this library to an Apple TV project and got the following message:
And I get this too:
ld: library not found for -lMQTTKit
This is my pod file:
Any suggestion?
The text was updated successfully, but these errors were encountered: