Packaging iOS applications in the GitHub Actions workflow
YCZ01111 opened this issue · 1 comments
YCZ01111 commented
Since I don't have a Mac, I wanted to use GitHub Actions for packaging, but encountered many problems, such as "ModuleNotFoundError: No module named 'disttils'". I'm not sure if there are any examples of using Cocos to package iOS applications through GitHub Actions that I can learn from.
minggo commented
In order to build on iOS, you need to first use editor to build target for iOS. So it is not possible do it without a Mac.