So now we can use 2795 to upload to itunes connect, i have done that and all seems good.
Installing on the Apple TV with testflight works fine, but when launching the app it crashes immediately.
i get these 4 lines of errors, no lua errors or any print output or anything that suggest that it actually executes main.lua
[lua]
Dec 21 20:08:20 Apple-TV com.apple.xpc.launchd[1] (UIKitApplication:com.thasmobi.platform01[0x477f][163]) <Warning>: Service exited with abnormal code: 1
Dec 21 20:08:20 Apple-TV PineBoard[46] <Warning>: Application ‘UIKitApplication:com.thasmobi.platform01[0x477f]’ exited voluntarily.
Dec 21 20:08:20 Apple-TV UserEventAgent[23] <Warning>: 36752822178: id=com.thasmobi.platform01 pid=163, state=0
Dec 21 20:08:20 Apple-TV PineBoard[46] <Notice>: #T:[0x16e087000] #Notice #SYSTEM : PBServiceProviderRegistry: clearing endpoints {com.thasmobi.platform01}
[/lua]
Note that the app works just fine, when build with a development provisioning profile and installed by cable with the “devices” xcode window.