Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CUICatalog can't locate asset pack

Tags:

swift

I'm getting an error after downloading an ODR Asset Pack:

CoreUI: CUICatalog can't locate asset pack 'myprototype.asset-pack-000050KNKHUCF' for bundle 'NSBundle (loaded)'

In Xcode I can see that the asset pack has been downloaded.

Any ideas on why is this happening?

like image 348
Chris Avatar asked Jun 27 '16 15:06

Chris


1 Answers

I am not sure if this solution makes sense. But, when I had the same issue, I had the NSBundleResourceRequest as a local variable. When I changed it to an instance variable, everything was working fine.

like image 191
andrew Avatar answered Oct 10 '22 04:10

andrew