We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b07df commit 1b0cd7fCopy full SHA for 1b0cd7f
objc/NuBridgeSupport.m
@@ -76,7 +76,7 @@ + (void)importFramework:(NSString *) framework fromPath:(NSString *) path intoDi
76
forKey:[[node attributeForName:@"name"] stringValue]];
77
}
78
else if ([[node name] isEqual:@"enum"]) {
79
- [enums setValue:@([[[node attributeForName:@"value"] stringValue] intValue])
+ [enums setValue:@([[[node attributeForName:@"value64"] stringValue] intValue])
80
81
82
else if ([[node name] isEqual:@"function"]) {
0 commit comments