huangenyan / MathSwift

Matrix computation Framework for iOS, written in Swift 4
MIT License
6 stars 2 forks source link

error while archiving #7

Open ghelfer opened 7 years ago

ghelfer commented 7 years ago

fatal error: lipo: input file (./MathSwift.framework/MathSwift) must be a fat file when the -remove option is specified

huangenyan commented 7 years ago

Sorry for the late reply. Did you add /usr/local/bin/carthage copy-frameworks in your build phase?