Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An unexpected version directory while using pod repo lint

Tags:

ios

cocoapods

I can't fix problem with cocoapods. I'm trying to create private repo with some library. When I'm executing

pod repo lint MyLib --verbose

I'm getting error:

An unexpected version directory AppIcon.appiconset was encountered for the MyLib/Images.xcassets Pod in the Images.xcassets repository.

I dig google for solutions for it, but only hints was to update cocaPods. At this moment I've newest version but still no clue how to move forward. Any ideas what to check?

like image 559
The Tosters Avatar asked Jun 29 '15 10:06

The Tosters


1 Answers

You lost the extension.

pod repo lint MyLib.podspec

like image 163
xu tong Avatar answered Oct 21 '22 04:10

xu tong