xcode - MBProgressHud Swift Compile Error when Archiving -
i finished project, works , runs on simulator or in own device. when select archive project upload de build itunes connect, these compile errors
"use of undeclared type mbprogresshud" "use of unresolved identifier mpprogresshud"
and on..
note: i'm using cocoapods library
what solved me adding import mbprogresshud
in classes use library, not in bridge-header.h
Comments
Post a Comment