Error in Cocoa pod file 'XLPagerTabStrip' in Xcode 10

354 views Asked by At

My Xcode version is 10.0 and Swift 4.2.

When I update my pod file, I am seeing the error as shown in the screenshot. enter image description here

I think 'XLPagerTabStrip' pod file is not getting updated to latest release. To verify this, I created a sample project and installed 'XLPagerTabStrip' pod file only. There also I can see the same error.

1

There are 1 answers

0
Chankya Hirapra On

try following pod command ==>

pod deintegrate

and after this try following command ==>

pod install

it will take a while but definitely solve the problem.