@JetForMe I faced same issue today on Xcode 13.1, checking raw project file format and there is "Products" group and entires exists. However, the project file is missing "Frameworks" group, and after I added dummy Framework linking in that product target to create "Frameworks" group, then "Products" reappears again. (After restore it, I can remove dummy Framework linking and that dummy Framework reference in "Frameworks" group without losing "Products" group in Project tree.)
I don't know if you can fix your project file in same way, but just I want to share this very weird Xcode behaviors.
Post
Replies
Boosts
Views
Activity
Hi, Developer Tools Engineer,
So as we discussed on Xcode Open Hours lab today, I filed FB7799213 with these examples (and there is also original FB7781285.) Please track the issue by using these feedback!
Thank you!
Let me add extra observations here as well, Swift JIRA is also updated. This is caused by missing -Xcc -module-map-file for swift -frontend for the transitive Swift package dependency used for the Swift files in the application target.
This is not happening if the module that Swift Package provided is written in Objective-C.