Hello, I’m trying to upload an iOS version with Co...
# compose-ios
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
t
I have released apps to App Store with Compose MP, and not seen anything like this. I would expect a different third-party library that you are using. Looks like some sort of text processing library, though not familiar with any of those functions.
c
already asked in this channel like a week ago. https://kotlinlang.slack.com/archives/C0346LWVBJ4/p1708684867480819
y
We released this app without compose successfully, but with it it is not possible. Maybe some kind of conflicts between dependencies
d
Thanks! What Compose version are you using? We have a related issue here