-
Notifications
You must be signed in to change notification settings - Fork 240
Closed
Description
I'm trying to submit an iOS app but Apple is rejecting it:
ITMS-90338: Non-public API usage - The app references non-public symbols in <appName>: _CGContextSetFontSmoothingStyle. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/
Even though my dependencies do not use the set_font_smoothing_style API, seems like Rust cannot strip it.
Similar to #656
I thought about deleting the API similar to #700 but seems like at least alacritty uses it. Maybe it makes sense to use a feature flag instead?
Metadata
Metadata
Assignees
Labels
No labels