Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0b5
Issue ID
911089
Regression
Yes
[AppleTV] GameController.framework isn't automatically added to linked framework list causing AppleTV builds to fail
Steps to reproduce:
1. Open attached project (or new empty project)
2. Build for AppleTV
3. Try to deploy Xcode project to a device
4. Notice the build fails with the following linker errors:
> "_OBJC_METACLASS_$_GCEventViewController", referenced from:
> "_OBJC_CLASS_$_GCEventViewController", referenced from:
Workaround: Can be solved by manually adding GameController framework in the Xcode project Linked Frameworks list
Doesn't reproduce on iOS (the GameController.framework isn't added, but the build completes successfully).
Reproduced with: 2017.1.0b2, 2017.1.0b5
Doesn't reproduce with: 2017.1.0b1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment