-
-
Notifications
You must be signed in to change notification settings - Fork 450
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
[bug] MacCatalyst x86_64 is building with macOS flags and not macabi #172
Comments
Also, CMake guys sad that the flag CMAKE_XCODE_EFFECTIVE_PLATFORMS don't exists. https://github.com/leetal/ios-cmake/blob/master/ios.toolchain.cmake#L487 The thread is here: |
If you use After generating the XCode project, at the build stage I used the command |
Having the same issue here, would like to use Xcode generator e.g. for module map generation, however for Maccatalyst target hitting this issue. Any ideas why/how to get target selected for maccatalyst? |
I think I have the same issue. I generate framework .xcodeproject with CMake and use it in big app when debugging. |
This is pretty important because frameworks built using standard CMake Makefiles will not pass app store review for lack of certain properties like MinimumSystemVersion, etc. This can be worked around by using "custom Info.plist" but the Xcode target will do all of this automatically. |
Will look into this the coming week! |
Hi,
Im trying build for mac catalyst with x86_64 arch, but it "understand" that is for macOS:
But the compilation line generated is:
You can see that it is using:
The CMake log:
The text was updated successfully, but these errors were encountered: