Skip to content

Commit

Permalink
Merge pull request #197 from kgbook/master
Browse files Browse the repository at this point in the history
fix issue: code signing for "target" requires a development team. Thanks to @kgbook!
  • Loading branch information
leetal authored May 27, 2024
2 parents 06465b2 + b65d894 commit 5f6d7d2
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 5f6d7d2

Please # to comment.