iOS Question B4Ih2xml problem parsing header file

walterf25

Expert
Licensed User
Longtime User
I have the following line in my header file of a library i'm trying to wrap:
setChartData:
- (void)setChartData:(B4IArray *)xValues : (B4IArray *)yValues;
But when i run the file through the B4Ih2xml jar I get the following error:

Why do I get this error, does the B4Ih2xml not recognize the B4IArray type?

Any ideas?

Thanks,
Walter
 

walterf25

Expert
Licensed User
Longtime User
What about if I change B4IArray to NSMutableArray *
I've tried doing that and in B4I i see the NSMutableArray is changed to Object, but when I try calling the function i get an error saying something like No selector found.

Any ideas?

Walter
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…