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
You should just not add them to your target.
You can add them back with the plus button if you need to.
Yes, an embarrassing Xcode bug.
Firstly: why all items are enabled y default? In older Xcode there was checkboxes at left side and by default selected none. Now checkboxes was removed and several tens items selected by default.
Secondly: embarrassing bug – when you set manually None and scroll down and back up, None is removed!
Video: https://drive.google.com/file/d/18oDanwDYSQ3EXl0StbcMUqSrUlzbt17F/view?usp=sharing
Xcode version: 15.0.1 (15A507)
Reported as: FB13445955 since https://feedbackassistant.apple.com/ is not public, we do not know hav many thousands people must report it also uselessly because we do not know if already reported.
It seems we can not omit items during adding, we must add all and later remove!