I am not sure why in the exported header file for ...
# multiplatform
d
I am not sure why in the exported header file for XCFramework Cocoapods there is a convention to use
@end;
with semicolon at the end, but it is problematic for some Objective-C checkers. I created an issue and after looking at the code I thought that the fix could be changing the convention, so I sent a pull request