Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.5k stars 1.1k forks source link

Build issue with xCode 15. #550

Open KunalDev opened 8 months ago

KunalDev commented 8 months ago

I am getting below mentioned error while using Skeleton view with POD in xCode 15 (Objective-C project). However, It was working fine with xCode 14.

Can not find protocol declaration for 'SkeletonTableViewDataSource'; did you mean 'UITableViewDataSource'?

I have also create a new project with SkeletonView POD inside that and in that case also i am getting same error.