mutualmobile / MMProgressHUD

An easy-to-use HUD interface with personality.
MIT License
705 stars 131 forks source link

it not support arm64 #37

Closed xiangzi9148 closed 9 years ago

xiangzi9148 commented 9 years ago

i found it when i am archiving my project

The error:

Undefined symbols for architecture x86_64: "_MMProgressHUDStandardDismissDelay", referenced from: +[MMProgressHUD(Class) dismissWithError:title:] in MMProgressHUD+Class.o +[MMProgressHUD(Class) dismissWithSuccess:title:] in MMProgressHUD+Class.o ld: symbol(s) not found for architecture x86_64 Undefined symbols for architecture i386: "_MMProgressHUDStandardDismissDelay", referenced from: +[MMProgressHUD(Class) dismissWithError:title:] in MMProgressHUD+Class.o +[MMProgressHUD(Class) dismissWithSuccess:title:] in MMProgressHUD+Class.o ld: symbol(s) not found for architecture i386

larsacus commented 9 years ago

I don't distribute this code as a pre-compiled library or framework, so you'll have to check your project or CocoaPod settings to see why this is the case. Specifically here, though, it's complaining about not being able to find the symbols for the simulator in addition to x64 (i386).