React-native upgrade associated type errors React-native upgrade associated type errors swift swift

React-native upgrade associated type errors


After upgrading to react-native 0.63.3 took the same error.

The root cause of this was my project only had objective-C files.

The solution is just to add an empty swift file under your project in xcode and all of your linking errors will be solved.

File -> New -> FileSelect Swift File