-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
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
jazzy table of contents specifies nonexistent symbols #2314
Comments
I did a clean checkout of repo and ran No new warnings were generated. Log attached: I'm not experienced with jazzy, but my guess would be to check how xcodebuild was triggered, because it seems to run suspiciously fast. |
Make sure to run |
Yes, I did script run, not a direct call. After some investigation and experimenting I found that docs indeed were not generated due to build configuration. Seems like source files were not found for Jazzy to parse. Not sure why it worked previously and why it broke... Anyway, aside of warnings about some really missing or outdated declarations, I see few complains about 'USR'. I remember @1ec5 mentioned it was a known issue, so maybe you can help me save some time here?
For now I stick to updating the config with up-to-date classes. |
I see that some of the classes, originally listed in |
CarPlaySearchController and
|
Some of these classes are part of the NSAppearance system. NSAppearance requires the classes to be public so it can discover them, but developers unknowingly use them as proxy objects when configuring the appearance of the associated views. We should leave the |
Running document.sh produces the following warnings due to stale entries in the jazzy table of contents:
We should remove any entries that are no longer present in the SDK and rename any entries that were renamed in PRs such as #2230.
/cc @mapbox/navigation-ios
The text was updated successfully, but these errors were encountered: