diff --git a/objc/NuBridgeSupport.m b/objc/NuBridgeSupport.m index 0294191..b343ddb 100644 --- a/objc/NuBridgeSupport.m +++ b/objc/NuBridgeSupport.m @@ -76,7 +76,7 @@ + (void)importFramework:(NSString *) framework fromPath:(NSString *) path intoDi forKey:[[node attributeForName:@"name"] stringValue]]; } else if ([[node name] isEqual:@"enum"]) { - [enums setValue:@([[[node attributeForName:@"value"] stringValue] intValue]) + [enums setValue:@([[[node attributeForName:@"value64"] stringValue] intValue]) forKey:[[node attributeForName:@"name"] stringValue]]; } else if ([[node name] isEqual:@"function"]) {