iOS CI logs “CoreUI: CUICatalog: couldn't get 'kMGArtworkGraphicsFeatureSetFallbacks' from MGCopyAnswer got”

Keep getting thousands of these logs in our CI system since upgrading to Xcode 7. Don't have the slightest clue what they could mean.


2015-09-16 13:44:36.286 Interface Builder Cocoa Touch Tool[5197:11683] CoreUI: CUICatalog: couldn't get 'kMGArtworkGraphicsFeatureSetClass' from MGCopyAnswer got '{

ArtworkDeviceIdiom = pad;

ArtworkDeviceScaleFactor = "-1";

DevicePerformanceMemoryClass = 1;

}'

2015-09-16 13:44:36.287 Interface Builder Cocoa Touch Tool[5197:11683] CoreUI: CUICatalog: couldn't get 'kMGArtworkGraphicsFeatureSetFallbacks' from MGCopyAnswer got '{

ArtworkDeviceIdiom = pad;

ArtworkDeviceScaleFactor = "-1";

DevicePerformanceMemoryClass = 1;

}'

2015-09-16 13:44:36.288 Interface Builder Cocoa Touch Tool[5197:11683] CoreUI: CUICatalog: couldn't get 'kMGArtworkGraphicsFeatureSetClass' from MGCopyAnswer got '{

ArtworkDeviceIdiom = pad;

ArtworkDeviceScaleFactor = "-1";

DevicePerformanceMemoryClass = 1;

}'


x 1000

Replying to bring this back to the top.

I'm seeing a lot of these too just by running

xcodebuild clean build

Our project does not have any build warnings in Xcode.

We are not using any dependencies like Cocoapods.

Currently using Xcode 7.0.1, Swift 2.0, building with SDK 9.0.

The project was started with a prior Xcode 6 version and Swift 1.2. When we updated to Xcode 7, this all began.

I haven't been able to find anything that describes what these messages are or how to resolve them.

Seeing this as well in my app that isn't universal but instead is just for iphone..

Same here 😟

Also seeing this: Xcode 7.0.1 Obj-C iOS 9


Builds fine locally, but generates these errors on our CI server.

got the same warning, wish to know why?


Interface Builder Cocoa Touch Tool[4547:77915] CoreUI: CUICatalog: couldn't get 'kMGArtworkGraphicsFeatureSetClass' from MGCopyAnswer got '{

ArtworkDeviceIdiom = pad;

ArtworkDeviceScaleFactor = "-1";

DevicePerformanceMemoryClass = 1;

}'

I also encounter similar warnings. Are these related to .xibs built using older versions of IB?

iOS CI logs “CoreUI: CUICatalog: couldn't get 'kMGArtworkGraphicsFeatureSetFallbacks' from MGCopyAnswer got”
 
 
Q