Hey, there's an issue in the latest Xcode 14.1 beta (14B5024h) where importing the GameController module causes the build to fail. It produces the following error:
Failed to build module 'GameController' for importation due to the errors above; the textual interface may be broken by project issues or a compiler bug
Steps to reproduce
- Create new Xcode app project
- Add the line
import GameController
to the top of the file - It can't build and fails with the above error.
I've also filed a bug report with Apple (FB11538209). Please fix this issue!