psharanda / Atributika

Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
MIT License
1.45k stars 155 forks source link

M1 Mac - Could not find module 'Atributika' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator #143

Closed cbailon closed 3 years ago

cbailon commented 3 years ago

What did you do? Compile on m1 mac, imported framework with Swift Package Manager

What happened? When importing framework in code: Could not find module 'Atributika' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator

Environment Xcode Version: 12.5 Swift Version: 5.4 Platform: iOS