Problem with AppDelegate.m while setting up expo unimodules

Hi! I’ve been having a lot of problem this week trying to build an app on iOS and I’m stuck with this error:

Definition of 'RCTBridge' must be imported from module 'UMReactNativeAdapter.UMReactNativeEventEmitter' before it is required

I was just following this guide and I can’t fix the problem. I don’t know exactly what is going on, but it seems like the error appears when I add the imports:

#import <UMCore/UMModuleRegistry.h>
#import <UMReactNativeAdapter/UMNativeModulesProxy.h>
#import <UMReactNativeAdapter/UMModuleRegistryAdapter.h>

it may be helpful to compare your AppDelegate to this one: expo/AppDelegate.m at ac413db163f7e44e39cb226a6753aeda12a7d39c · expo/expo · GitHub

Hmm, it didn’t work… I modified my AppDelegate and even copied the same in the example and I’m keep getting the same error.