View apple-doc-wizard-error.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Making all in install-source | |
Making all in msbuild | |
Targets files are valid XML | |
Making all in ./../maccore | |
Making all in tools | |
Making all in docfixer-mac | |
/Library/Frameworks/Mono.framework/Commands/dmcs -debug+ -out:docfixer.exe ../../../xamarin-macios/../maccore/tools/docfixer/docfixer.cs ../../../xamarin-macios/../maccore/tools/docfixer/docfixer.mm.cs ../../../xamarin-macios/../maccore/tools/docfixer/SQLite.cs ../../../xamarin-macios/../maccore/tools/docfixer/samples.cs ../../../xamarin-macios/../maccore/tools/docfixer/AppleDocMerger.cs ../../../xamarin-macios/../maccore/tools/docfixer/MDocArchive.cs ../../../xamarin-macios/../maccore/tools/docfixer/AppleDocKnownIssues.cs ../../../xamarin-macios/external/mono/mcs/class/Mono.Options/Mono.Options/Options.cs -r:AgilityPack.dll -r:XamMac.dll -r:System.Xml.Linq -r:System.Xml -r:Ionic.Zip.dll -r:Mono.Cecil.dll | |
../../../xamarin-macios/../maccore/tools/docfixer/docfixer.mm.cs(9,18): warning CS0414: The private field `DocGenerator.assembly' is assigned but its value |
View events.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /dev/null | |
+++ b/src/UIKit/UIAdaptivePresentationControllerDelegate.cs | |
@@ -0,0 +1,20 @@ | |
+#if !WATCH | |
+using XamCore.UIKit; | |
+using XamCore.ObjCRuntime; | |
+using XamCore.Foundation; | |
+ | |
+namespace XamCore.UIKit { | |
+ public partial class UIAdaptivePresentationControllerDelegate |
View boom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Assertion at ../../../../external/mono/mono/metadata/gc.c:1058, condition `ret != WAIT_TIMEOUT' not met | |
Stacktrace: | |
Native stacktrace: | |
0 btouch-mono 0x000000010b67a0e0 btouch-mono + 1265888 | |
1 btouch-mono 0x000000010b749c5e btouch-mono + 2116702 | |
2 libsystem_platform.dylib 0x00007fff97d3252a _sigtramp + 26 |
View 500-error.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> | |
<title>500 - Internal server error.</title> | |
<style type="text/css"> | |
<!-- | |
body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;} | |
fieldset{padding:0 15px 10px 15px;} | |
h1{font-size:2.4em;margin:0;color:#FFF;} |
View fix-diff.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/Foundation/NSUrlSessionHandler.cs b/src/Foundation/NSUrlSessionHandler.cs | |
index a449989..5746b12 100644 | |
--- a/src/Foundation/NSUrlSessionHandler.cs | |
+++ b/src/Foundation/NSUrlSessionHandler.cs | |
@@ -79,6 +79,7 @@ namespace Foundation { | |
configuration.TLSMinimumSupportedProtocol = SslProtocol.Tls_1_1; | |
else if ((sp & SecurityProtocolType.Tls12) != 0) | |
configuration.TLSMinimumSupportedProtocol = SslProtocol.Tls_1_2; | |
+ |
View config.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by libffi configure 3.2, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ../configure -host arm-apple-darwin11 | |
## --------- ## | |
## Platform. ## |
View XS stable - XI master
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Xamarin Studio Community | |
Version 6.1.4 (build 1) | |
Installation UUID: 01060673-5bee-4cf4-a4c2-5e36a18d39a2 | |
Runtime: | |
Mono 4.6.2 (mono-4.6.0-branch/ac9e222) (64-bit) | |
GTK+ 2.24.23 (Raleigh theme) | |
Package version: 406020016 | |
NuGet |
View XS Alpha - XI stable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== Xamarin Studio Community === | |
Version 6.2 (build 1718) | |
Installation UUID: 01060673-5bee-4cf4-a4c2-5e36a18d39a2 | |
Runtime: | |
Mono 4.8.0 (mono-4.8.0-branch/9e8f0ee) (64-bit) | |
GTK+ 2.24.23 (Raleigh theme) | |
Package version: 408000429 |
View sources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Pro:xamarin-macios mandel$ tree -f /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/mono/ | grep String | |
│ │ │ └── /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/mono/mcs/class/I18N/Common/Strings.cs | |
│ │ ├── /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/mono/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/SQLiteConnectionStringBuilder.cs | |
│ │ │ └── /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/mono/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/Microsoft/Internal/StringComparers.cs | |
│ │ ├── /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/mono/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/Strings.Designer.cs | |
│ │ │ └── /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/mono/mcs/class/System.Core/ReferenceSources/Strings.cs | |
│ │ │ ├── /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/mon |
View mdb example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^T<A6>^?<FD>#&<E8>E2^@^@^@^@^@^@^@D3s~<95><80><CD>D<B9>o<B8>]?<A0>EX^Mx^E^@p^@^@^@Ix^D^@2^A^@^@}n^E^@<90> ^@^@2^A^@^@<ED>d^E^@<90> ^@^@<AF>^S^@^@<B9>x^D^@4<EC>^@^@^@^@^@^@^@^@^@^@^Mx^E^@^@^@^@^@<FF><FF><FF><FF>^H^@^@^@ ^@^@^@^@^@^@^@<B5>^A/Users/builder/data/lanes/3985/6a925ff6/source/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/corlib/CommonCrypto/AesManaged.g.cs`<A6>n@<CF>d<82>L<B6><F0>Bԁr<A7><99>ʮ3<92><84>~<AC><AF><9A>I<DF>j<92><92>c<E1>^@<C3>^A/Users/builder/data/lanes/3985/6a925ff6/source/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/corlib/CommonCrypto/AesCryptoServiceProvider.g.cs`<A6>n@<CF>d<82>L<B6><F0>Bԁr<A7><99><E4><F8><81>^R<99><CE><F3>^R3X<A1>H<90>]^L<C3>^@<AD>^A/Users/builder/data/lanes/3985/6a925ff6/source/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/build/common/MonoTODOAttribute.cs`<A6>n@<CF>d<82>L<B6><F0>Bԁr<A7><99><9B><95>^O< |
OlderNewer