We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test in device iPhone 5s an iOS version is 10.2.0
1. if (NSFoundationVersionNumber > NSFoundationVersionNumber_iOS_6_1) { 2. _unselectedTitleAttributes = @{ 3. NSFontAttributeName: [UIFont systemFontOfSize:12], 4. NSForegroundColorAttributeName: [UIColor blackColor], 5. }; 6. }
Break at 3rd line .After click the "continue run" button several times the app run ;
warning: could not load any Objective-C class information. This will significantly reduce the quality of type information available.
I have search in google and read some answers in stackoverflow but I still can not get the point.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
context
Test in device iPhone 5s an iOS version is 10.2.0
Break at 3rd line .After click the "continue run" button several times the app run ;
The warning
warning: could not load any Objective-C class information. This will significantly reduce the quality of type information available.
Question
I have search in google and read some answers in stackoverflow but I still can not get the point.
The text was updated successfully, but these errors were encountered: