Cannot build iOS app after upgrading from RN version 0.63.2 to 0.65.0-rc.3. I am getting this error:
In file included from /Users/.../ReactNativeProjects/.../node_modules/react-native-gesture-handler/ios/RNGestureHandlerManager.m:1: /Users/.../ReactNativeProjects/.../node_modules/react-native-gesture-handler/ios/RNGestureHandlerManager.h:9:52: error: expected a type eventDispatcher:(nonnull RCTEventDispatcher *)eventDispatcher;
Problem is in RNGestureHandlerManager.h, on the line below:
- (nonnull instancetype)initWithUIManager:(nonnull RCTUIManager *)uiManager
eventDispatcher:(nonnull RCTEventDispatcher *)eventDispatcher;
When I upgrade to RNGestureHandler version 1.10.3 I get the errors below:
Undefined symbol: OBJC_CLASS$_RCTScrollView
Undefined symbol: OBJC_METACLASS$_RCTViewManager
Undefined symbol: OBJC_CLASS$_RCTEventEmitter
Undefined symbol: __RCTNotImplementedException
Undefined symbol: _RCTGetUIManagerQueue
Undefined symbol: OBJC_CLASS$_RCTConvert
Undefined symbol: _RCTRegisterModule
Undefined symbol: _RCTDefaultLogFunction
Undefined symbol: OBJC_CLASS$_RCTRootView
Undefined symbol: OBJC_METACLASS$_RCTEventEmitter
Undefined symbol: OBJC_CLASS$_RCTTouchHandler
Undefined symbol: OBJC_CLASS$_RCTViewManager
Undefined symbol: __RCTLogNativeInternal
It has been 3 days since I submitted the issue on the github page but no response from the team. I would really appreciate any help. Any ideas are welcome! This has really started to bother me.
Here is a link to the issue I created on github: https://github.com/software-mansion/react-native-gesture-handler/issues/1543
Thanks a lot...