zekunyan / TTGTagCollectionView

Useful for showing text or custom view tags in a vertical or horizontal scrollable view and support Autolayout at the same time. It is highly customizable that most features of the text tag can be configured. 标签流显示控件,同时支持文字或自定义View
http://tutuge.me
MIT License
1.89k stars 260 forks source link

Error occur after using swift package manager to install TTGTagCollectionView #112

Closed davidhsu1115 closed 3 years ago

davidhsu1115 commented 3 years ago

After import TTGTags i got an error message. "Could not build Objective-C module 'TTGTags'" Any idea how to resolve this issue?

截圖 2021-08-07 上午2 17 24
zekunyan commented 3 years ago

@davidhsu1115 Which version ?

davidhsu1115 commented 3 years ago

I am using the latest version 2.0.1

zekunyan commented 3 years ago

@davidhsu1115 I try all day and still can't solve this problem... Maybe i need more time. You can try to use CocoaPods instead.

davidhsu1115 commented 3 years ago

Sure take your time, I am temporary using CocoaPods now.

zekunyan commented 3 years ago

@davidhsu1115 You can try the new version 2.1.0.

davidhsu1115 commented 3 years ago

Awesome! it works! Thanks a lot.

zekunyan commented 3 years ago

@davidhsu1115 Great !