xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.
MIT License
6.97k stars 1.32k forks source link

Error: Duplicate interface definition for class 'FXPageControl'. Getting this error after migration of the project to swift 5.5 and iOS 15. #834

Open Pravalika-Donthineni opened 2 years ago

Pravalika-Donthineni commented 2 years ago

File Name: FXPageControl.h I am getting this error after the migration of the project to swift 5.5 and iOS 15.

All properties in that file is getting an Error: Property has a previous declaration

Reference: https://github.com/xmartlabs/XLPagerTabStrip/blob/903b7609b2b2dd1010efb9ee1c6a27edaa9df89b/Sources/FXPageControl.h#L56

Screen Shot 2021-11-25 at 6 00 45 PM
Pravalika-Donthineni commented 2 years ago

I removed the pod and reinstalled it. It fixed the error.