Skip to content

Commit 793c02f

Browse files
committed
Simpler solution to the code-signing issue
1 parent 7ff8d23 commit 793c02f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

-163 KB
Binary file not shown.

docs/modules/ROOT/pages/setup.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,18 @@ cd build
9898
cmake -GXcode ../
9999
----
100100

101+
If you are having issues with code signing, disable it by setting the `CMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED` variable to `NO`:
102+
103+
----
104+
cmake -GXcode -DCMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED=NO ../
105+
----
106+
101107
If successful, CMake will generate an https://developer.apple.com/xcode/[XCode] project in the build directory. Open the project file `elements.xcodeproj` and build all. You should see a couple of example applications.
102108

103109
If you are having problems with code signing, do this:
104110

105111
Build Settings->Code Signing Identity for ALL_BUILD and elements, click, then choose "Other", then clear the text (empty). Do this for both ALL_BUILD and elements.
106112

107-
image::setup/xcode-signing.png[]
108-
109113
== Windows
110114

111115
=== Install required libraries

0 commit comments

Comments
 (0)