Post

Replies

Boosts

Views

Activity

xcodebuild way to turn off -Wunused-command-line-argument
Hi all, I've generated a .xcodeproj file via cmake and run this command: xcodebuild -project hello.xcodeproj -configuration Release but I wind up getting this error: `clang: error: argument unused during compilation: '-s' [-Werror,-Wunused-command-line-argument] ** BUILD FAILED **` Is there a way to fix this on the command-line? Either the correct way to use -s or turn off the -Wunused-command-line-argument flag on the command-line? The .xcodeproj file works fine using Debug which makes sense because xcode isn't trying to strip everything. Thanks!
0
0
697
Mar ’22
setting up macOS service accounts?
I found this Apple document on "what is an account" and the different types in macOS: https://support.apple.com/guide/server/intro-to-accounts-apdcb06a828/mac but there is nothing about service accounts (typically locked accounts not possible to login with it used by system services such as databases). Is there a way to set up a service account in macOS? Or alternatively a way to configure up a user account in macOS that has the same characteristics as a service account found in Linux (like for example, /usr/sbin/nologin is used, see https://unix.stackexchange.com/questions/314725/what-is-the-difference-between-user-and-service-account). Thank you!
1
0
1.9k
Oct ’21