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

Xcode project file generation does not work in macOS 11 Big Sur #28

Open
olzhas opened this issue Jul 28, 2022 · 1 comment
Open

Xcode project file generation does not work in macOS 11 Big Sur #28

olzhas opened this issue Jul 28, 2022 · 1 comment

Comments

@olzhas
Copy link

olzhas commented Jul 28, 2022

Hello,

it seems that installation instructions should be updated.

Since, the following line does not create an Xcode project file.

I propose a temporary solution where we just force cmake to create legacy xcode project file. In this case we just need to change the line to

cmake .. -G Xcode -T buildsystem=1

Please find the link to the source of the temporary solution:
https://stackoverflow.com/questions/65473503/when-trying-to-generate-an-xcode-project-from-a-cmake-folder-i-get-an-error-rel

@olzhas
Copy link
Author

olzhas commented Jul 28, 2022

I can create a pull request to fix this, however I am not sure what will be the best thing to do.

@olzhas olzhas changed the title This line does not work in macOS 11 Big Sur Xcode project file generation does not work in macOS 11 Big Sur Jul 28, 2022
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

No branches or pull requests

1 participant