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.
2 parents e17c376 + 81c198c commit 1021bc3Copy full SHA for 1021bc3
xcodebuildtvos.py
@@ -67,6 +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
+
71
+ params.append("OTHER_CFLAGS=-Qunused-arguments -fembed-bitcode")
72
return params
73
74
def _xcodebuild(self, *actions):
0 commit comments