Skip to content

Instantly share code, notes, and snippets.

View VincentDondain's full-sized avatar

Vincent Dondain VincentDondain

View GitHub Profile
Launching /Users/builder/jenkins/workspace/xamarin-macios-pr-builder/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mlaunch --sdkroot /Applications/Xcode102.app --listsim /var/folders/j5/85d9bzp941d12b7pc3zl7qf00000gn/T/tmp2b98c34b.tmp
/Users/builder/jenkins/workspace/xamarin-macios-pr-builder/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mlaunch --sdkroot /Applications/Xcode102.app --listsim /var/folders/j5/85d9bzp941d12b7pc3zl7qf00000gn/T/tmp2b98c34b.tmp
objc[25624]: Class AMSupportURLConnectionDelegate is implemented in both /System/Library/PrivateFrameworks/EmbeddedOSInstall.framework/Versions/A/EmbeddedOSInstall (0x7fff96a6ec58) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1079df1b0). One of the two will be used. Which one is undefined.
objc[25624]: Class AMSupportURLSession is implemented in both /System/Library/PrivateFrameworks/OSPersonalization.framework/Versions/A/OSPersonalization (0x7fff982970d8) and /S
=== Visual Studio Enterprise 2017 for Mac ===
Version 7.7.1 (build 15)
Installation UUID: f41cfd8f-d623-4d40-98c9-21855df2be03
GTK+ 2.24.23 (Raleigh theme)
Xamarin.Mac 4.4.1.178 (master / eeaeb7e6)
Package version: 518000185
=== Mono Framework MDK ===
Rebuilding...
Cleaning Solution: SZCAAuth (Debug|iPhone)
Build started 9/28/2018 9:38:01 AM.
Environment at start of build:
MONODEVELOP_STUB_LANGUAGE = en
XPC_FLAGS = 0x0
MSBUILD_EXE_PATH = /Users/vidondai/Library/Caches/VisualStudio/7.0/MSBuild/49374_1/MonoDevelop.MSBuildBuilder.exe
➜ xamarin-macios git:(xcode10-rebase-15.8) make world
Checking system...
Found OSX 10.14 (at least 10.13 is required)
Found Xcode 10.0 in /Applications/Xcode10-beta5.app
Found Xcode 9.4 in /Applications/Xcode94.app
Found Homebrew (Homebrew 1.6.9)
Found autoconf (GNU Autoconf) 2.69 (no specific version is required)
Found glibtool (GNU libtool) 2.4.6 (no specific version is required)
Found automake (GNU automake) 1.16.1 (no specific version is required)
Found Mono 5.12.0.226 (at least 5.12.0.226 and not more than 5.12.99 is required)
@VincentDondain
VincentDondain / gist:5f7885545bbbdde2a2772804f6c5f7bb
Created November 30, 2017 21:23
Bug 60180 - non working version informations
=== Visual Studio Enterprise 2017 for Mac ===
Version 7.2.2 (build 11)
Installation UUID: bef2b48b-cfbf-4371-bca9-fa440adab7db
Runtime:
Mono 5.4.1.6 (2017-06/1f4613aa1ac) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 504010006
@VincentDondain
VincentDondain / gist:f357a1646e6052d9a376fb2cc8866be1
Created September 11, 2017 20:08
UIPasteConfigurationSupporting on UIViewController
[FAIL] Type AVKit.AVPlayerViewController (native: AVPlayerViewController) does not conform UIPasteConfigurationSupporting
[FAIL] Type MediaPlayer.MPMediaPickerController (native: MPMediaPickerController) does not conform UIPasteConfigurationSupporting
[FAIL] Type UIKit.UIImagePickerController (native: UIImagePickerController) does not conform UIPasteConfigurationSupporting
[FAIL] Type QuickLook.QLPreviewController (native: QLPreviewController) does not conform UIPasteConfigurationSupporting
[FAIL] Type UIKit.UIInputViewController (native: UIInputViewController) does not conform UIPasteConfigurationSupporting
[FAIL] Type ReplayKit.RPBroadcastActivityViewController (native: RPBroadcastActivityViewController) does not conform UIPasteConfigurationSupporting
[FAIL] Type ReplayKit.RPPreviewViewController (native: RPPreviewViewController) does not conform UIPasteConfigurationSupporting
[FAIL] Type SafariServices.SFSafariViewController (native: SFSafariViewController) does not conform UIPasteConfigurationSupporting
[
Incident Identifier: B8A87C4C-F0F2-489B-B879-BA8E67F393DF
CrashReporter Key: 2f580f5c152c8a8206daaeb24058476c372c0c43
Hardware Model: iPhone8,1
Process: TestWebView [630]
Path: /private/var/containers/Bundle/Application/C682F885-7FA5-43E0-8DA9-9344651CCAB3/TestWebView.app/TestWebView
Identifier: com.companyname.testwebview
Version: 1.0 (1.0)
Code Type: ARM (Native)
Role: Foreground
Parent Process: launchd [1]
=== Xamarin Studio Enterprise ===
Version 6.2 (build 381)
Installation UUID: 276439ce-67ad-434d-89e9-b46e0bdbc7ce
Runtime:
Mono 4.6.0 (mono-4.6.0-branch/3ed2bba) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 406000182
[iOS (10,0)]
[BaseType (typeof(GKBasePlayer))]
interface GKCloudPlayer
{
[Static]
[Export ("getCurrentSignedInPlayer:")]
void GetCurrentSignedInPlayer (Action<GKCloudPlayer, NSError> handler);
}
[iOS (10,0)]
diff --git a/MonoDevelop.IPhone/MonoDevelop.IPhone/Execution/IPhoneDeviceExecutionTarget.cs b/MonoDevelop.IPhone/MonoDevelop.IPhone/Execution/IPhoneDeviceExecutionTarget.cs
index cf29ee8..a1f74f0 100644
--- a/MonoDevelop.IPhone/MonoDevelop.IPhone/Execution/IPhoneDeviceExecutionTarget.cs
+++ b/MonoDevelop.IPhone/MonoDevelop.IPhone/Execution/IPhoneDeviceExecutionTarget.cs
@@ -47,6 +47,10 @@ namespace MonoDevelop.IPhone
get { return Device != null ? Device.Model : null; }
}
+ public string ContainerName {
+ get { return Device.GetContainerDevice ().Name; }