Navigation Menu

Skip to content

Commit

Permalink
[iOS] Resolve SDK 13 Generation
Browse files Browse the repository at this point in the history
With XCode 11/SDK 13 you now have to set a blank code signing identity along with disabling code signing in order for the project to generate.
  • Loading branch information
DuIslingr committed Oct 8, 2019
1 parent 1c8ac05 commit fc65dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Toolchains/ios.cmake
Expand Up @@ -32,6 +32,7 @@ set(IOS ON)
set(CMAKE_CROSSCOMPILING ON)
set(CMAKE_MACOSX_BUNDLE YES)
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED "NO")
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "")
set(CMAKE_XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET ${IPHONEOS_DEPLOYMENT_TARGET})

# Setup iOS platform unless specified manually with IOS_PLATFORM
Expand Down

0 comments on commit fc65dc3

Please sign in to comment.