GitHub Issue | n/a |
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2014-10-27T22:16:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.4.2, Release 3.5.0, Release 4.0.0 |
Components | iOS |
Labels | 2.0.2GA, IOS5, Xcode, community |
Reporter | Vincent |
Assignee | Ingo Muschenetz |
Created | 2012-06-04T01:27:08.000+0000 |
Updated | 2015-03-03T22:41:44.000+0000 |
since Ti 2.0.2 GA, I have the following warnings :
Classes/TiUIWindowProxy.m : Instance method '-updateBarImage' not found (return type defaults to 'id')
Instance method '-updateTitleView' not found (return type defaults to 'id')
/Classes/TiHost.m :
Instance method '-krollBridge' not found (return type defaults to 'id')
step to reproduce with Kitchen Sink iphone example : open KitchenSink.xcodeproj and build with Xcode ( debug or release mode)
now 7 warnings with Titanium 2.1.0 AnalyticsModule.mm Instance method '-flushEventQueueWrapper' not found (return type defaults to 'id') TiBlob.m Incompatible pointer types returning 'NSNull *' from a function with result type 'NSString *' TiMediaAudioPlayerProxy.m Instance method '-start:' not found (return type defaults to 'id') TiHost.m Instance method '-krollBridge' not found (return type defaults to 'id') TiUIWindowProxy.m Instance method '-updateBarImage' not found (return type defaults to 'id') Instance method '-updateTitleView' not found (return type defaults to 'id') TiMapView.m Instance method '-proxyForAnnotation:' not found (return type defaults to 'id')
Resolving as duplicate of TIMOB-16697.