I'm following the guide here to create a Native Module in React Native. I selected Swift & Kotlin for the language.
https://reactnative.dev/docs/native-modules-setup
I go through the setup, and it creates two projects. One is an example app and the top level is a library project (AwesomeModule.xcodeproj) for the module. When I open up the iOS library project for the Turbo Module in Xcode I get this errors.
'React/RCTBridgeModule.h' file not found
Here is a screenshot of that directory. It just generates a project file without a workspace.
How do I generate a Workspace in this library project so I can run it independently of the example project?