Xcode14: Rename "Embed App Extensions" to "Embed Foundation Extensions"
Xcode 14 beta 3 is giving a warning about the "Embed App Extensions" name saying it should be renamed to "Embed Foundation Extensions" not to conflict with "Embed ExtensionKit Extensions" (which was implemented in #1224)

I want to know how could I just ignore it, cause when I accept this change, my app crash. but, unfortunately Xcode 14 force me to do it.
I've found this warning myself which is currently sitting in my project (using Tuist v3.15.0 which is the current latest)
Be interested to know if there's anyone working on this?
@Dennisdezhangaho, interesting that you say your app crashes after allowing Xcode to make this change. Has anyone else seen this? Does #1310 solve your issue? @casperriboe did you run into this in your PR?
@casperriboe did you run into this in your PR?
Nope didn't happen to me. Don't remember Xcode ever crashing on me after grabbing the suggested changes. Sounds like a fluke if it was just once.