Compiler problem

I develop a share extension for my app

the app compile and runs with no problem, but when I add a share extension to my App, without changing anything to the code of apple, I have error:

Unexpected input file: /Users/patricerapaport/Swift/Rangements/RangementsIOS/DEINIT_WARKING

and

unable to open dependencies file (/Users/patricerapaport/Swift/Rangements/RangementsIOS/Build/Intermediates.noindex/RangementsIOS.build/Debug-iphonesimulator/RangementsShareExt.build/Objects-normal/x86_64/RangementsShareExt-master-emit-module.d)

I precise that my App and my extension share the same group app

My version of Xcode is 14.1

Hard to say… Maybe going through the steps of this tutorial will help find it out ? Hope so. https://medium.com/macoclock/ios-share-extension-swift-5-1-1606263746b

Did you solve this? I have the exact same problems

Compiler problem
 
 
Q