Skip to content

Commit

Permalink
fix issue: code signing for "target" requires a development team.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgbook authored Dec 14, 2023
1 parent 06465b2 commit b65d894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios.toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,7 @@ if (NOT DEFINED CMAKE_MACOSX_BUNDLE)
set(CMAKE_MACOSX_BUNDLE YES)
endif()
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED "NO")
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED "NO")
set(CMAKE_SHARED_LIBRARY_PREFIX "lib")
set(CMAKE_SHARED_LIBRARY_SUFFIX ".dylib")
set(CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES ".tbd" ".so")
Expand Down

0 comments on commit b65d894

Please sign in to comment.