From: Panayotis K. <pan...@pa...> - 2012-03-03 12:13:54
|
Hello! Every time I compile an application with iOS as target, I get a bunch of warning messages, like these: org/xmlvm/iphone/UIViewController.class(org/xmlvm/iphone:UIViewController.class): warning: Cannot find annotation method 'references()' in type 'org.xmlvm.XMLVMSkeletonOnly': class file for org.xmlvm.XMLVMSkeletonOnly not found org/xmlvm/iphone/UIResponder.class(org/xmlvm/iphone:UIResponder.class): warning: Cannot find annotation method 'references()' in type 'org.xmlvm.XMLVMSkeletonOnly' org/xmlvm/iphone/NSObject.class(org/xmlvm/iphone:NSObject.class): warning: Cannot find annotation method 'references()' in type 'org.xmlvm.XMLVMSkeletonOnly' org/xmlvm/iphone/CGRect.class(org/xmlvm/iphone:CGRect.class): warning: Cannot find annotation method 'references()' in type 'org.xmlvm.XMLVMSkeletonOnly' org/xmlvm/iphone/UIImage.class(org/xmlvm/iphone:UIImage.class): warning: Cannot find annotation method 'references()' in type 'org.xmlvm.XMLVMSkeletonOnly' Why is this warning? How can be fixed? |