MBProgressHUD armv7 error

后端 未结 4 1321
一向
一向 2020-12-31 06:12

i\'m trying to use MBProgressHUD. i added header an .m to project, imported header in class and call MBProgressHUD from an ibaction in this way:

-(IBAction)s         


        
4条回答
  •  情歌与酒
    2020-12-31 06:32

    In your Xcode project, select your MBProgressHUD.m file in the list of files (along the left edge of the workspace) and look at the File Inspector for that file.

    Make sure the checkbox is ON for your project in the "Target Membership" setting.

    Make sure Target Membership is selected for your .m file

提交回复
热议问题