-
-
Notifications
You must be signed in to change notification settings - Fork 451
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
iphoneos is not an iOS SDK #52
Comments
Resolved! |
Thanks a lot!! |
Hi Team, Even though i have been facing same issue CMake Error at /usr/local/Cellar/cmake/3.23.2/share/cmake/Modules/Platform/iOS-Initialize.cmake:4 (message): cmake version 3.23.2 |
|
I got it. Upgrading cmake to the latest version works for me.
|
Thank you so much @PlinChen It is resolved. |
This may also occur due to cached CMake files if you are already on latest cmake version via homebrew. In that case just follow syq7970's advice to invoke xcode-select, and then jump to step 2 provided by PlinChen, and then build again. Wiping the build directory forces CMake to not use cached state to fail the build config step prematurely. |
Building example-lib get an error:
use cmake 3.15.rc not working.
can some one help me?
The text was updated successfully, but these errors were encountered: