Skip to content
Discussion options

You must be logged in to vote

@c100k Found it. It's an issue in your project.

It seems that your project is quite old, because you made the update from RN 0.67 to 0.68, which migrate AppDelegate.m to AppDelegate.mm.

BUT. You were supposed to update your project to change AppDelegate type to Objective C++:

And you didn't. Switching from lastKnownFileType = sourcecode.c.objc to lastKnownFileType = sourcecode.cpp.objcpp fix the issue.

To do this directly in Xcode, switch AppDelegate.mm to any type excepted Default - Objective C++ Source, then set Default - Objective C++ Source back. You will see that it updates your project file.

Screen.Recording.2024-11-29.at.17.16.54.mp4

It was not a react-native-bootsplash i…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@c100k
Comment options

@zoontek
Comment options

@c100k
Comment options

@zoontek
Comment options

Answer selected by zoontek
@c100k
Comment options

@zoontek
Comment options

@vladimirivanoviliev
Comment options

@ramnavan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants