Closed
Description
I get following errors when trying to build for TV os
"Target 'SQLiteCipher.swift' of project 'Pods' was rejected as an implicit dependency for 'SQLiteCipher.framework' because it doesn't contain platform 'appletvsimulator' in its SUPPORTED_PLATFORMS 'iphonesimulator, iphoneos'"
There is a similar error for "Target 'SQLCipher' of project 'Pods' was rejected as an implicit dependency for 'SQLCipher.framework' because it doesn't contain platform 'appletvsimulator' in its SUPPORTED_PLATFORMS 'iphonesimulator, iphoneos'".
Here in Cocoapods, http://blog.cocoapods.org/CocoaPods-0.39/
Its mentioned we need to explicitly add in podspec to support TV OS.