Reputation: 51
I am working on my first tvos. Need suggestions from experienced developers as I dont see many solution available on net. My worry is in my project setting ,info tab, it says no macos or ios target found. How can I change it to tvos? Beside this I have followed the steps given http://stackoverflow.com/questions/32489992/how-to-extend-ios-app-to-tvos/40481251?noredirect=1#comment68206928_40481251 and ported my iOS app. But I am stuck with one error that is 'Contentful/Contentful.h' file not found
#import <Contentful/Contentful.h>
^
<unknown>:0: error: failed to import bridging header
And I tried all possible settings but still not solved. Please do guide me if anyone's aware about deployment target and Bridging header issue. Please please do help me out,I have been trying for last 2 days.
Upvotes: 0
Views: 222