I did try to put "-fstack-protector-all"
flag to other C++ Flags under project build settings tab in xCode
, but it seems that, this flag is unused or have no impact on the builded application.
To verify build I'm using otool -Iv AppBinary | grep stack
.