-
-
Notifications
You must be signed in to change notification settings - Fork 882
[iOS] Non-public API usage #230
Description
Description
[iOS] Non-public API usage - The app references non-public symbols in XXX: _locale_charset. 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. email from App Store Connect
Expected behavior
The static libraries libiconv.framework/libiconv and libcharset.framework/libcharset contains '_local_charset' API which is in conflict with the non public symbols from Apple API and in my opinion should be renamed.
Current behavior
The static libraries libiconv.framework/libiconv and libcharset.framework/libcharset contains '_local_charset' API which is in conflict with the non public symbols from Apple API. As result, app cannot be released nor distributed to Apple App Connect.
Logs
command executed in terminal "grep -Rnis '_locale_charset' *"
Binary file Pods/mobile-ffmpeg-audio/libiconv.framework/libiconv matches
Binary file Pods/mobile-ffmpeg-audio/libcharset.framework/libcharset matches
Environment
- Platform: [IOS]
- Architecture: [arm64-v8a]
- Version (if applicable) [4.2.2.LTS for audio library]
- Source branch (if applicable) [master]
- Xcode version (if applicable) [10.3]
- Cocoapods version (if applicable) [1.7.5]