beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.08k stars 155 forks source link

Missing distt folder after running make command and make wheel command #188

Closed aditya141025 closed 9 months ago

aditya141025 commented 9 months ago

Describe the bug

I want to use Python Apple Support for getting Python interpreter for iOS . In the YouTube tutorial https://www.youtube.com/watch?v=gznPQpZH1Yc&t=131s it is shown that he finds iOS related folder under distt folder and he drags those files in to Xcode project and Python interpreter works for iOS. But when I'm cloning the Python Apple Support and run make iOS command in terminal, then I can not see the distt folde

r in this. Appart from distt I get everything. Please refer the screenshot.

Screenshot 2023-10-11 at 5 06 10 PM

Below is the screenshot shown in the youtube tutorial, in which we can se the distt folder . Screenshot 2023-10-11 at 5 13 04 PM Can anyone tell me how can I get distt folder. Thanks in advance.

freakboy3742 commented 9 months ago

Please refer to the usage guide for details on how to use the Apple Support package in your own project.

Also note that the only usage that we officially support is Briefcase. We try to maintain the usage guide on a best-effort basis for customized usage, but we don't offer any sort of debugging support for custom usage. The most reliable way to see how to use this support package in your own project is to use Briefcase to generate a working project, then copy over/duplicate any of the details into your own project.