Hello, I have an application written with PySide that I'm trying to submit 
to the Mac Store. I'm using PyInstaller to package it and sign it.

The app works fine and I was able to submit it to the store, but on the 
review process I got a rejection with this message:


Your app uses or references the following non-public or deprecated APIs:
Symbols: _lzma_alone_decoder, _lzma_get_check, _lzma_end, 
_lzma_stream_decoder, _lzma_properties_size, _lzma_check_is_supported, 
_lzma_raw_decoder, _lzma_properties_encode, _lzma_auto_decoder, _lzma_code, 
_lzma_properties_decode, _lzma_easy_encoder, _lzma_lzma_preset, 
_lzma_stream_encoder, _lzma_alone_encoder, _lzma_raw_encoder, 
_responsibility_spawnattrs_setdisclaim, 
_responsibility_get_pid_responsible_for_pid



The use of non-public or deprecated APIs is not permitted on the App Store, 
as they can lead to a poor user experience should these APIs change and are 
otherwise not supported on Apple platforms.


Do you know how I can not include these references in the build?
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/78072524-d8cd-4461-a840-86baa1f0ced8n%40googlegroups.com.

Reply via email to