Skip to content

Commit d57375f

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-163 KB
Binary file not shown.

docs/modules/ROOT/pages/setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ There are multiple ways to generate a project file using CMake depending on your
9595
cd elements
9696
mkdir build
9797
cd build
98-
cmake -GXcode ../
98+
cmake -GXcode -DCMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED=NO ../
9999
----
100100

101101
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.

0 commit comments

Comments
 (0)