lixiang1994 / AttributedString

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

Build error with Objective-C project #60

Open OfirMalach opened 1 year ago

OfirMalach commented 1 year ago

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

lixiang1994 commented 1 year ago

Objective-c not supported.