lixiang1994 / AttributedString

基于Swift插值方式优雅的构建富文本, 支持点击长按事件, 支持不同类型过滤, 支持自定义视图等.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error with Objective-C project

OfirMalach opened this issue · comments

After Installing pod 'AttributedString'
Trying to declare "AttributedString" object in with project based Objective-C language.
#import "MyProjectName-Swift.h"
#import "AttributedString-Swift.h"

Complier failed and not recognize "AttributedString" class:
Screenshot 2023-05-29 at 14 13 05

commented

Objective-c not supported.