You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For some further context we are embedding python into a swift app via PythonKit. We are using arrow Flight as part of the app. Our app is about the enter alpha and we are trying to pass beta app review for external TestFlight distribution.
Hi @lukedg97, I think your best bet is to try to build a wheel without S3 like you're trying to do here. Can you share the output you get from your script above? I think the only issue I see is that the first cmake command needs to be changed to actually pass the options you want. Can you try this instead?
Describe the bug, including details regarding any error messages, version, and platform.
When submitting our app containing pyarrow to the app store we get the following rejection:
For some further context we are embedding python into a swift app via PythonKit. We are using arrow Flight as part of the app. Our app is about the enter alpha and we are trying to pass beta app review for external TestFlight distribution.
I found an issue in another project that seems similar: awslabs/aws-crt-swift#206
Workaround?
We are attempting to build a version without these symbols, following the instructions on this page: https://arrow.apache.org/docs/developers/python.html#building-on-linux-and-macos
However, we are not sure if we are setting the correct build flags or if we are setting the build flags correctly.
Component(s)
Python
The text was updated successfully, but these errors were encountered: