diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index 81aa99fe8..521fd5297 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -45,7 +45,7 @@ jobs: os: macos-14 pack: 1 upload: 1 - pack_type: Release + pack_type: RelWithDebInfo extension: ipa before_install: macos.sh preset: ios-release-conan-ccache diff --git a/CMakePresets.json b/CMakePresets.json index 36f978c6a..d296059ae 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -481,7 +481,7 @@ "name": "ios-release-conan", "configurePreset": "ios-release-conan", "inherits": "default-release", - "configuration": "Release", + "configuration": "RelWithDebInfo", "targets": ["vcmiclient"], "nativeToolOptions": [ "CODE_SIGNING_ALLOWED_FOR_APPS=NO"