-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compiling when using AppDelegate.mm #58
Comments
Also running into this issue |
did you find a fix @fbotalla ? |
@HwangTaehyun Sorry it took me so long to respond. I did try those fixes but still running into the same issue. |
@fbotalla I will find ways to resolve this within a few weeks. Sorry for being late. |
After some struggle i m able to compile AppDelegate.mm -- instead of AnimationView we have to use LottieAnimationView AppDelegate.mm code #import "AppDelegate.h" #import <React/RCTBridge.h> // #import <GoogleMaps/GoogleMaps.h> #if RCT_NEW_ARCH_ENABLED static NSString *const kRNConcurrentRoot = @"concurrentRoot"; @interface AppDelegate () <RCTCxxBridgeDelegate, RCTTurboModuleManagerDelegate> { @implementation AppDelegate
/// This method controls whether the
#ifdef RCT_NEW_ARCH_ENABLED return initProps;
#if RCT_NEW_ARCH_ENABLED #pragma mark - RCTCxxBridgeDelegate
#pragma mark RCTTurboModuleManagerDelegate
#endif |
@sofian-sunny Thank you for helping out. I am getting this error
and also
Did you do anything else on your end? |
@HwangTaehyun I don't want to rush or put pressure, just wanting to check in on the progress ? Thank you for the awesome library btw. |
Issue is happening when changing the AppDelegate.m to AppDelegate.mm
It works fine with .m
It does not compile with .mm with errors in the [project]-Swift file
Attempting to use the forward class 'INIntent' as superclass of 'ConfigurationIntent'
&&
Attempting to use the forward class 'INIntentResponse' as superclass of 'ConfigurationIntentResponse'
Anyone else is having a similar issue?
The text was updated successfully, but these errors were encountered: