I have a project that has a number of targets and now I am getting the error The folder “Icons.xcassets” doesn’t exist.
in two popups when I open the project or move around targets. What would be causing this?
The folder “Icons.xcassets” doesn’t exist when opening xCode project
Remove Icons.xcassets reference from Xcode, then remove every line of your xxx.xcodeproj/project.pbxproj; finally, add your Icons.xcassets back to your project again. It works for me. –
Zoraidazorana
Go to Project -> Targets -> Select General Tab -> Go to section App Icons and Launch images -> Select Don't use asset catalogue against App Icons Source.
Doing so silenced this warning in my case. See the image for clarification
© 2022 - 2024 — McMap. All rights reserved.