I’m building an iOS static library in Silver and using the option to generate a public header file. The problem is that the generated header is broken when I import it on XCode, with errors like this:
I’ve fixed the spacing, but it doesn’t explain all the issues, because
- foo:(NSString *_Nonnull)s
{
}
builds for me, even w/o the space. I’d appreciate the full project so i can test this with your concrete case. Also, what version of Xcode are you using? I’m assuming 7 or later? non-nullable support in ObjC is fairly new.