ElaWorkshop / TagListView

Simple and highly customizable iOS tag list view, in Swift.
MIT License
2.63k stars 492 forks source link

incompatible target error when use carthage build by Xcode12 #265

Open houjianwen123 opened 3 years ago

houjianwen123 commented 3 years ago

Hi,

After I update the Xocde12 GM

Then build with Carthage command.

It throw the below error on my project :

"Module 'TagListView' was created for incompatible target arm64-apple-ios8.0"

Anyone could help?