We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccffee commit 81c198cCopy full SHA for 81c198c
xcodebuildtvos.py
@@ -67,7 +67,8 @@ def _get_params(self):
67
# Auto-select SDK if archs is set:
68
sdk = self._get_sdk_string()
69
params.extend(("-sdk", sdk))
70
- params.append("OTHER_CFLAGS=-fembed-bitcode")
+
71
+ params.append("OTHER_CFLAGS=-Qunused-arguments -fembed-bitcode")
72
return params
73
74
def _xcodebuild(self, *actions):
0 commit comments