xamarin-macios/tools/mtouch
Sebastien Pouliot 974617d144
[mtouch] Provide a better (and single) error message when the interpreter is enabled in simulator builds. (#5376)
Before

```
clang : error : no such file or directory: '/Users/poupou/git/xamarin/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib/libmono-ee-interp.a'
clang : error : no such file or directory: '/Users/poupou/git/xamarin/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib/libmono-icall-table.a'
clang : error : no such file or directory: '/Users/poupou/git/xamarin/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib/libmono-ilgen.a'
error MT5209 : Native linking error : clang: error: no such file or directory: '/Users/poupou/git/xamarin/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib/libmono-ee-interp.a'
error MT5209 : Native linking error : clang: error: no such file or directory: '/Users/poupou/git/xamarin/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib/libmono-icall-table.a'
error MT5209 : Native linking error : clang: error: no such file or directory: '/Users/poupou/git/xamarin/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib/libmono-ilgen.a'
MTOUCH : error MT5202: Native linking failed. Please review the build log.
    0 Warning(s)
    7 Error(s)
```

After

```
MTOUCH : error MT0141: The interpreter is not supported in the simulator. Do not pass --interpreter when building for the simulator.
    0 Warning(s)
    1 Error(s)
```
2019-01-11 11:38:22 -05:00
..
.gitignore [mtouch] Build using csproj instead of manual csc command. Partial fix for #4384. 2018-08-23 13:49:40 +02:00
Application.cs [mtouch] Provide a better (and single) error message when the interpreter is enabled in simulator builds. (#5376) 2019-01-11 11:38:22 -05:00
Assembly.cs [mtouch] Clear the MONO_THREADS_SUSPEND environment variable before calling the AOT compiler. Works around mono/mono#11765. 2018-11-27 12:06:12 +01:00
AssemblyResolver.cs [mtouch][mmp] Report invalid debug symbols files. Fixes #3200 (#3203) 2018-01-12 17:39:38 -05:00
BitcodeConverter.cs [mtouch] Handle non-ascii characters when converting assembly to bitcode assembly. Fixes #56876. (#2141) 2017-06-01 17:24:39 +02:00
BuildTasks.mtouch.cs Remove references to bugzilla and replace with github (#4920) 2018-10-04 09:43:55 -04:00
Makefile Clone files if possible whenever it makes sense. (#5049) 2018-10-29 16:09:30 +01:00
Stripper.cs Merge Quote methods into a single class instead of multiple versions (#2153) 2017-06-06 12:32:25 -08:00
Target.cs Bump to mono:2018-06 (#4277) 2018-10-10 11:02:28 -04:00
Tuning.cs [mtouch] Pass features not available on iOS to linker (#4426) 2018-07-24 22:30:18 -04:00
error.cs Fixup Xamarin.Mac Hybrid AOT and improve testing (#1995) 2017-05-16 13:29:08 -05:00
monotouch-fixes.c [runtime] Clean up public symbols. Fixes #5124. (#5155) 2018-11-21 11:48:15 -05:00
mtouch.cs [mtouch/mmp] Unify Xcode lookup & verification code in mtouch and mmp. (#5077) 2018-11-05 08:16:29 +01:00
mtouch.csproj Add 'NoBindingEmbedding' style binding project support (#5167) 2018-12-12 09:55:57 -05:00
mtouch.in [mtouch] Exec the binary in the script. (#1295) 2016-12-02 17:41:38 +01:00
simlauncher.m [Mac,iOS] Generate create_classes as C methods so they can be used from objc. (#2158) 2017-06-02 09:19:04 +02:00