-
Notifications
You must be signed in to change notification settings - Fork 375
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
xcode15 - react native 0.72.4 [CP-User] [RNFB] Core Configuration error #1569
Comments
same issue here, when i added the widget extension on app |
omg! i found something, do this: In fact, you only need to pay attention to Xcode's prompt This usually can be resolved by moving the target's Headers build phase before Compile Sources, and then you can do it. |
how to |
target's Headers not moving why? |
move "Embed Foundation extension" before "Compile sources". |
This resolved my issue Thanks @OguzEkinci |
Thanks a lot @OguzEkinci |
Thank you! This solved the problem for me too! |
I observed that this problem started with xcode 15. xcode 14.3.1 works without any problems. Also, for xcode15, the cause of the problem starts after adding "OneSignalNotificationServiceExtension". |
Hi, |
I confirmed this fixed my build archived error. Thanks a lot! |
@sekizlipenguen thanks man, your solution works for me 🙏🏻 |
Worked for me as well Xcode 15.3 "react-native": "0.73.5", Thanks @OguzEkinci |
Try this one : #1569 (comment) |
I can confirm to resolve this issue we move the [CP-User] [RNFB] Core Configuration to the end of Build Phases. I hope it can help you |
The text was updated successfully, but these errors were encountered: