Hello, I’m trying to upload an iOS version with Co...
# compose
y
Hello, I’m trying to upload an iOS version with Compose multiplatform dependencies, and I get an email from Apple: Please correct the following issues and upload a new binary to App Store Connect.
Copy code
ITMS-90338: Non-public API usage - The app references non-public symbols in Nanit: _ubidi_close, _ubidi_getDirection, _ubidi_getLength, _ubidi_getLevelAt, _ubidi_openSized, _ubidi_reorderVisual, _ubidi_setPara, _ubrk_clone, _ubrk_current, _ubrk_first, _ubrk_getRuleStatus, _ubrk_getRuleStatusVec, _ubrk_isBoundary, _ubrk_last, _ubrk_next, _ubrk_previous, _uloc_getDefault, _uloc_toLanguageTag, _uscript_getScript. 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.
When I run the validation from Xcode it works. Can you please advice? Maybe someone already faced this?
1
z
Might try posting in #compose-ios if you don’t get a response here