**Describe the bug** The `Frameworks, Libraries and Embedded Content` section in Xcode is missing Therefore I cannot add any Frameworks to the iOS project **Affected platforms** Select one of the platforms below: - iOS **To Reproduce** Steps and/or the code snippet to reproduce the behavior: 1. Start a brand new Multiplatform project from [here](https://kmp.jetbrains.com/?_gl=1*12ij3ny*_ga*MjQ3NTIzNDAzLjE2ODY3NzU2Mjg.*_ga_9J976DJZ68*MTcwMjI1NTM3OC40NS4xLjE3MDIyNTkwNTMuMzYuMC4w&_ga=2.10865396.1980343743.1702190107-247523403.1686775628&_gac=1.113235446.1699212566.Cj0KCQjw-pyqBhDmARIsAKd9XINIxPtiwVktzuF6OPWmlwGm7NiJd_1XQfTsH4rO-K7A6PZ-hXrMr2caAvzaEALw_wcB) 2. Open iosApp.xcodeproj in Xcode 3. Go to Targets > iosApp > General tab 4. Notice that the `Frameworks, Libraries and Embedded Content` section is missing. It only shows `Embedded Content` **Expected behavior** `Frameworks, Libraries and Embedded Content` section is present, so that you can add Frameworks to the iOS project. **Screenshots** Expected: <img width="307" alt="image" src="https://github.com/JetBrains/compose-multiplatform/assets/11280628/98ec15cf-5c04-42c0-8f3e-68091e925b26"> Actual: <img width="261" alt="image" src="https://github.com/JetBrains/compose-multiplatform/assets/11280628/7f078a8f-88d7-43dc-8b35-6bf9aac36232">