You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: