I am using Xcode 13 for some tasks, although it is still in beta, and I have noticed that it happens quite often that the "Products" group/folder of a project is not visible in the project navigator. I suspect there might be a new project setting about it, but I did not yet find it, so I was wondering is somebody has already discovered it. Thanks for your attention.
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
That’s just how Xcode 13 works. In a new project created in Xcode 13, there is no Products category (group) visible in the Project navigator any longer. This is covered in the release notes:
when i used
pod install
, theproducts
file will appear.I checked the
.xcodeproj
file. I found thatproducts
file always exists.I tested it. It seems that the result is affected by the configuration of
baseConfigurationReference
which in.xcodeproj
file.If at least one file description exists in the
Recovered References
folder, the products folder will be displayed.