Replies: 1 comment 13 replies
-
If that popup appears, it means you would need to deal with the issue in cmake, otherwise clicking "Update and Build" means Xcode is going to mess with the project. Ideally, the Xcode project needs to be correct at the time it is generated by cmake, so there should never be a need to modify things manually through the IDE.
Passing So, pass it like this: The problem now is that it's been configured for @halx99 is there a way to have this set correctly at build time, when Xcode is compiling for arm64 then x64_86? Something similar to how it is handled for Android. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First time uploading all the versions of my app to all the stores tonight, since the Axmol upgrade.
All seem to have gone through the process generally without hitch.
One issue I found when creating the archive for OSX.
I got this warning about architectures.
When I attempted to update and build, it added Apple Silicon as an architecture target, but the app wouldn't build. Looks like there is some ASM in the astcenc_mathlib that is not compatible. Or maybe pragmas not correct to change includes etc.
Beta Was this translation helpful? Give feedback.
All reactions