xamarin-macios/msbuild
Rolf Bjarne Kvinge 10bf145871
[msbuild] Fix build with Xcode 10 beta 1. (#4182)
Many years ago (in Xcode 7 according to code comment)
Developer/Platforms/iPhoneOS.platform/Developer/usr disappeared, and we coped
by looking at Developer/usr instead (and also the subsequent code to locate
the bin directory was based on the location of the usr directory).

Developer/Platforms/iPhoneOS.platform/Developer/usr reappeared in Xcode 10
beta 1, but it seems useless (for one it doesn't contain a bin directory), so
in order to try to keep things sane don't look for this directory in Xcode 10
and instead go directly for Developer/usr (which is what we've been using as
the usr directory for years anyway).

Fixes this problem when building apps with Xcode 10 beta 1:

      /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets(626,3): error : Could not locate SDK bin directory [/Users/rolf/Projects/TestApp/test-app.csproj]
2018-06-05 13:48:25 -04:00
..
Xamarin.Mac.Tasks [msbuild] Unbreak netstd2 project msbuild support (#4109) 2018-05-22 10:39:59 -04:00
Xamarin.Mac.Tasks.Core [msbuild] Use a response file in 'MmpTaskBase' (#3927) 2018-04-14 16:13:14 -04:00
Xamarin.MacDev.Tasks [msbuild] Removed old logging conven ience method (#3352) 2018-01-30 13:51:01 -05:00
Xamarin.MacDev.Tasks.Core [msbuild] Log the name of the ibtool/actool log file if we cannot parse it (#4115) 2018-05-23 17:45:57 -04:00
Xamarin.ObjcBinding.Tasks [msbuild] Remove support for XI/Classic. (#976) 2016-10-13 10:47:46 +02:00
Xamarin.iOS.Tasks [runtime] integrate mono 2018-02 (#3402) 2018-04-25 13:56:37 -04:00
Xamarin.iOS.Tasks.Core [msbuild] Fix build with Xcode 10 beta 1. (#4182) 2018-06-05 13:48:25 -04:00
tests [msbuild] Use a response file in 'MTouchTaskBase' (#3635) 2018-03-05 11:59:53 -05:00
.editorconfig Provide .editorconfig support for easier contributor formatting 2016-06-13 00:43:37 -03:00
.gitignore [builds] Improve mono/llvm dependencies. (#1948) 2017-03-31 20:23:38 +02:00
Makefile [msbuild] Fix Makefile warning by removing duplicate target. (#3277) 2018-01-22 22:30:27 +01:00
Xamarin.MacDev.Tasks.sln [msbuild] Added support for building CoreML models (#2714) 2017-11-28 11:16:44 -05:00
xbuild-in-place Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00