From: Markus H. <ma...@ti...> - 2011-09-18 08:15:38
|
Hi, for classes that appear in method parameters, an include is generated in the c-file. This is not done for classes that occur as method return types. This is no problem for normal classes, since the "missing" class will be added as an dependency as soon as it is instantiated with new or something else. But for classes annotated with @XMLVMSkeletonOnly those includes are missing. You can see that for example in the CGContext class. CGPoint is used as a return type there, but its missing as an include in the generated file. I think those return type dependencies should be added to the include list. Markus |