Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Framework icons color in Xcode

Tags:

xcode

ios

build

What is the difference between these icons in Linked Frameworks And Libraries tab? Why some of them have default yellow color, and some are whitened?

White Framework Icon and Default Framework Icon

like image 313
Vladislav Morozov Avatar asked Mar 12 '19 14:03

Vladislav Morozov


2 Answers

Those are the frameworks that Xcode thinks not exists and they will be available after the build process. Sometimes Xcode forgets to update the UI for that and remove the whitened tint color.

like image 194
Mojtaba Hosseini Avatar answered Oct 20 '22 17:10

Mojtaba Hosseini


Framework icon color

My observations says that frameworks which are targets of generated projects(CocoaPods, Tuist) are whitened(pale).

For example you are able to create a workspace and experiment with this

like image 22
yoAlex5 Avatar answered Oct 20 '22 17:10

yoAlex5