I've already developed an iOS App in Swift using the PhilipsHue SDK for iOS. https://github.com/PhilipsHue/PhilipsHueSDK-iOS-OSX
Now I started developing a Philips Hue application for the new AppleTV (tvOS). I also used the PhilipsHue SDK for iOS and nearly finished the development. In simulator everything works fine.
Last week I got an AppleTV Developer Kit and tried to deploy my application on the AppleTV, but I got the following error:
ld: in /Users/xxx/Development/xxx/xxx/HueSDK_iOS.framework/HueSDK_iOS(PHPortalConfig.o), building for tvOS, but linking in object file built for iOS, for architecture arm64
Does anybody know, how to fix this? I'm using Xcode Version 7.1 beta 3 (7B85)