React core Obj-C classes missing in Swift
Environment
Mac M1 Xcode 13.2
Description
When starting a new Swift/Java project from scratch, Xcode can't seem to find React's Objective-C classes.
Reproducible Demo
Set the project up according to instructions. Open Xcode and edit .swift file.
Any updates?
Okay, Finally I found the solution...
You need to write your code while you opening example/ios
@b0iq how do you write your code with example/ios opened?
Do you know how to add a Cocoadependency to the library?
@b0iq how do you write your code with
example/iosopened?Do you know how to add a Cocoadependency to the library?
You have to simply open example/ios/<project_name>.xcworkspace and then your package will be in Developer pods you can edit them directly there as it's just link of your files from root iOS directory