Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make build for iOS #213

Closed
wants to merge 1 commit into from
Closed

make build for iOS #213

wants to merge 1 commit into from

Conversation

lexuanquynh
Copy link

How to build for iOS:

cd cpp
cmake -B build -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DPLATFORM=OS64
cmake --build build --config Release

How to build for simulator:

cd cpp
cmake -B build -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DPLATFORM=SIMULATORARM64
cmake --build build --config Release

@nayuki nayuki closed this Jan 3, 2025
@lexuanquynh
Copy link
Author

@nayuki hey bro.
Can you tell me why you are closing this issue?

@nayuki
Copy link
Owner

nayuki commented Jan 4, 2025

You can look at other pull requests and issues in this repository to see similar responses for me.

Key points:

  • Open source does not mean open contribution. I let you read and use the code, but it doesn't mean I invite you to write the code. I have no obligation to accept or respond to any requests. Don't "hey bro" me as though you are entitled to a response. This is entirely volunteer work for me with no expectation of service.

  • You just dropped a 1000+ line piece of code here. How do I know it doesn't contain vulnerabilities or bugs? You, like the vast majority of people, probably think in terms of "more code is better". I think in terms of "less code is better" - less to maintain, less bugs, less things that could potentially go wrong now or in the future.

  • Fundamentally, I do not accept code that I do not personally understand. It needs to be verified by me - and in return, it would be backed by my personal guarantee forever going forward. This was quite a nightmare in writing the first pom.xml for Java, for example, as the features were explained very poorly in online documentation.

I understand that you want to be helpful and contribute solutions that worked for you in your area of expertise. I am unable to accept your contribution for the reasons explained above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants