[ https://issues.apache.org/jira/browse/CB-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13454396#comment-13454396 ]
Christoph Jerolimov commented on CB-1453: ----------------------------------------- Your link shows exactly the namespace "JSONKitSerializingBlockAdditions" which is also used by the original JSONKit library: https://github.com/johnezang/JSONKit/blob/master/JSONKit.h#L237 This categoryname must also prefixed like the methods or the other categories. > Namespace issue of JSONKit (JSONKitSerializingBlockAdditions) > ------------------------------------------------------------- > > Key: CB-1453 > URL: https://issues.apache.org/jira/browse/CB-1453 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 2.1.0 > Environment: iOS > Reporter: Christoph Jerolimov > > In CB-1000 you've changed the namespace handling for the included library. > But you missed this Category. So the build run still into duplicate warnings: > {code} > @interface NSDictionary (JSONKitSerializingBlockAdditions) > - (NSData *)JSONDataWithOptions:(JKSerializeOptionFlags)serializeOptions > serializeUnsupportedClassesUsingBlock:(id(^)(id object))block error:(NSError > **)error; > - (NSString *)JSONStringWithOptions:(JKSerializeOptionFlags)serializeOptions > serializeUnsupportedClassesUsingBlock:(id(^)(id object))block error:(NSError > **)error; > @end > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira