RussFAR
Aspiring developer
Profile
Posts: 57
Reg: Jan 03, 2014
Buffalo, NY
4,320
01/24/14 04:04 PM (11 years ago)

Semantic issue

property type 'mask' not found on object of type "BT_contectMenu" after moving app over to self hosted CP. please help/
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
01/24/14 04:12 PM (11 years ago)
 
RussFAR
Aspiring developer
Profile
Posts: 57
Reg: Jan 03, 2014
Buffalo, NY
4,320
like
01/24/14 04:23 PM (11 years ago)
now i get: property has a previous definition
 
RussFAR
Aspiring developer
Profile
Posts: 57
Reg: Jan 03, 2014
Buffalo, NY
4,320
like
01/24/14 04:27 PM (11 years ago)
tried cleaning and rebuilding.nothing. this fix worked for me the other day before i self hosted. here is what I'm getting: #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <AVFoundation/AVFoundation.h> #import "BT_item.h" @interface BT_contextMenu : UIViewController <UITableViewDelegate, UITableViewDataSource>{ } @property (nonatomic, strong) BT_item *menuData; @property (nonatomic, retain) NSMutableArray *menuItems; @property (nonatomic, retain) UITableView *menuTable; @property (nonatomic, retain) UIView *mask; -(id)initWithMenuData:(BT_item *)theMenuData; -(void)loadData; -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; @end
 
RussFAR
Aspiring developer
Profile
Posts: 57
Reg: Jan 03, 2014
Buffalo, NY
4,320
like
01/24/14 04:32 PM (11 years ago)
duplicate interface definition for class BT_contextmenu
 
RussFAR
Aspiring developer
Profile
Posts: 57
Reg: Jan 03, 2014
Buffalo, NY
4,320
like
01/24/14 04:43 PM (11 years ago)
got it!!!! wrong file extension. once again chris saves the day!
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.