You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Christoph Jerolimov (JIRA)" <ji...@apache.org> on 2012/09/12 22:25:07 UTC

[jira] [Updated] (CB-1453) Namespace issue of JSONKit (JSONKitSerializingBlockAdditions)

     [ https://issues.apache.org/jira/browse/CB-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoph Jerolimov updated CB-1453:
------------------------------------

         Fix Version/s:     (was: 2.1.0)
           Description: 
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:

@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


  was:
jk_collectionClassLoadTimeInitialization should also be prefixed

Other external libraries such as NSData+Base64 can cause duplicating symbols as well

     Affects Version/s:     (was: 1.9.0)
                        2.1.0
    Remaining Estimate:     (was: 48h)
     Original Estimate:     (was: 48h)
               Summary: Namespace issue of JSONKit (JSONKitSerializingBlockAdditions)  (was: CLONE - Namespace issue of JSONKit and other external libraries)
    
> 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:
> @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

--
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