You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ErrorCondition="'$(_IsiOSLikePlatform)' == 'true' and ('$(_AppleSdkName)' == '' or '$(CrossCompileArch)' == '' or '$(_AppleTripleOS)' == '' or '$(AppleMinOSVersion)' == '' or '$(_AppleTripleAbi)' == '')"
87
93
Text="One of the required Apple SDK properties is empty and was not properly resolved: _AppleSdkName = '$(_AppleSdkName)' CrossCompileArch = '$(CrossCompileArch)' _AppleTripleOS = '$(_AppleTripleOS)' AppleMinOSVersion = '$(AppleMinOSVersion)' _AppleTripleAbi = '$(_AppleTripleAbi)'" />
88
94
@@ -183,8 +189,7 @@ The .NET Foundation licenses this file to you under the MIT license.
183
189
<LinkerArgInclude="@(NativeLibrary)" />
184
190
<LinkerArgInclude="--sysroot="$(SysRoot)""Condition="'$(SysRoot)' != '' and '$(_IsApplePlatform)' != 'true'" />
185
191
<LinkerArgInclude="-isysroot "$(SysRoot)""Condition="'$(SysRoot)' != '' and '$(_IsApplePlatform)' == 'true'" />
186
-
<LinkerArgInclude="--target=$(TargetTriple)"Condition="'$(_targetOS)' != 'osx' and '$(TargetTriple)' != ''" />
187
-
<LinkerArgInclude="-arch $(CrossCompileArch)"Condition="'$(_IsApplePlatform)' == 'true' and '$(CrossCompileArch)' != ''" />
0 commit comments