Post

Replies

Boosts

Views

Activity

Reply to xcode "Products" folder missing in project navigator
@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.
Nov ’21