I created an iOS framework such as CustomFramework, and in the CustomFramework.h file created by Xcode, the following content is used by default.
When I create a project, I get these warnings
No previous extern declaration for non-static variable 'CustomFrameworkVersionNumber' No previous extern declaration for non-static variable 'CustomFrameworkVersionString'
Any idea why creating a default framework will give these warnings?
source share