Tyroner
Aspiring developer
Profile
Posts: 175
Reg: Dec 26, 2012
Johannesburg, S...
4,200
10/20/16 06:42 AM (7 years ago)

Xcode 8 error

When running my app I get following error: //placeCallWithScreenData... -(void)placeCallWithScreenData:(BT_item *)theScreenData{ [BT_debugger showIt:self message:[NSString stringWithFormat:@"placeCallWithScreenData (super). Nickname: "%@" itemId: %@ itemType: %@", [theScreenData itemNickname], [theScreenData itemId], [theScreenData itemType]]]; error: use of undeclared identifier 'placeCallWithScreenData' My understanding is that this had to be declared somewhere but not sure where. I am using BT Control Panel with Xcode 8.0
 
nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
like
10/22/16 05:10 PM (7 years ago)
Look at the associated .h file. I the bottom section should have all the method/function declarations. If its not there try adding it. Also check spelling.
 
ictguy
Aspiring developer
Profile
Posts: 564
Reg: Jun 17, 2011
Mildura, Austra...
15,840
like
11/10/16 03:13 PM (7 years ago)
@Tyroner I'm having the same issue! Did you find a fix?
 

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.