Skip to content

Instantly share code, notes, and snippets.

@rachelkang
Created April 13, 2021 15:21
Show Gist options
  • Save rachelkang/9aad005729e49e600e1ebffc60abea2a to your computer and use it in GitHub Desktop.
Save rachelkang/9aad005729e49e600e1ebffc60abea2a to your computer and use it in GitHub Desktop.
HelloMaui iOS device build issue
➜ net6-mobile-samples git:(develop) ✗ dotnet build HelloMaui -t:Run -f net6.0-ios -r ios-arm64
Microsoft (R) Build Engine version 16.10.0-preview-21181-07+073022eb4 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.
Determining projects to restore...
Restored /Users/rachelkang/net6-mobile-samples/HelloMaui/HelloMaui.csproj (in 20.87 sec).
You are using a preview version of .NET. See: https://aka.ms/dotnet-core-preview
Detected signing identity:
Code Signing Key: "Apple Development: Rachel Kang (5QRQM2GDK3)" (8199F35E9E9D30475FC76BD72AFD7FB9A6073706)
Provisioning Profile: "VS: WildCard Development" (87e743a9-d4eb-487c-a5a6-bc94d02ce123)
Bundle Id: com.microsoft.hellomaui
App Id: 9YKG99JJ4Z.com.microsoft.hellomaui
HelloMaui -> /Users/rachelkang/net6-mobile-samples/HelloMaui/bin/Debug/net6.0-ios/ios-arm64/HelloMaui.dll
Optimizing assemblies for size, which may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink
2021-04-13 11:12:11.285 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEWatchSupportUI.ideplugin (com.apple.dt.IDEWatchSupportUI) not present
2021-04-13 11:12:11.285 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEWatchSupportCore.ideplugin (com.apple.dt.IDEWatchSupportCore) not present
2021-04-13 11:12:11.285 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IBCocoaTouchBuildSupport.ideplugin (com.apple.dt.IDE.IBCocoaTouchBuildSupport) not present
2021-04-13 11:12:11.286 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for GPUDebuggerOSXSupport.ideplugin (com.apple.dt.gpu.GPUDebuggerOSXSupport) not present
2021-04-13 11:12:11.286 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEOSXSupportCore.ideplugin (com.apple.dt.IDE.IDEOSXSupportCore) not present
2021-04-13 11:12:11.287 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEOSXSupportUI.ideplugin (com.apple.dt.IDE.IDEOSXSupportUI) not present
2021-04-13 11:12:11.287 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IBAppleTVBuildSupport.ideplugin (com.apple.dt.IDE.IBAppleTVBuildSupport) not present
2021-04-13 11:12:11.287 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEInterfaceBuilderAppleTVIntegration.ideplugin (com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration) not present
2021-04-13 11:12:11.288 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEInterfaceBuilderWatchKitIntegration.ideplugin (com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration) not present
2021-04-13 11:12:11.288 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEInterfaceBuilderWatchKitBuildSupport.ideplugin (com.apple.dt.IDE.IDEInterfaceBuilderWatchKitBuildSupport) not present
2021-04-13 11:12:11.289 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for GPUDebuggertvOSSupport.ideplugin (com.apple.dt.gpu.GPUDebuggertvOSSupport) not present
2021-04-13 11:12:11.306 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEAppleTVSupportUI.ideplugin (com.apple.dt.IDEAppleTVSupportUI) not present
2021-04-13 11:12:11.307 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEAppleTVSupportCore.ideplugin (com.apple.dt.IDEAppleTVSupportCore) not present
2021-04-13 11:12:11.307 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for DVTAppleTVSupportCore.dvtplugin (com.apple.dt.DVTAppleTVSupportCore) not present
2021-04-13 11:12:11.308 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for GPUDebuggeriOSSupport.ideplugin (com.apple.dt.gpu.GPUDebuggeriOSSupport) not present
2021-04-13 11:12:11.309 mlaunch[61215:1451453] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEiOSPlatformSupportCore.ideplugin (com.apple.dt.IDEiOSPlatformSupportCore) not present
Installing application bundle 'com.microsoft.hellomaui' on 'iPhone 7'
Application bundle 'com.microsoft.hellomaui' installed on 'iPhone 7'
2021-04-13 11:12:21.083 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEWatchSupportUI.ideplugin (com.apple.dt.IDEWatchSupportUI) not present
2021-04-13 11:12:21.083 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEWatchSupportCore.ideplugin (com.apple.dt.IDEWatchSupportCore) not present
2021-04-13 11:12:21.084 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IBCocoaTouchBuildSupport.ideplugin (com.apple.dt.IDE.IBCocoaTouchBuildSupport) not present
2021-04-13 11:12:21.084 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for GPUDebuggerOSXSupport.ideplugin (com.apple.dt.gpu.GPUDebuggerOSXSupport) not present
2021-04-13 11:12:21.085 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEOSXSupportCore.ideplugin (com.apple.dt.IDE.IDEOSXSupportCore) not present
2021-04-13 11:12:21.085 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEOSXSupportUI.ideplugin (com.apple.dt.IDE.IDEOSXSupportUI) not present
2021-04-13 11:12:21.085 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IBAppleTVBuildSupport.ideplugin (com.apple.dt.IDE.IBAppleTVBuildSupport) not present
2021-04-13 11:12:21.086 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEInterfaceBuilderAppleTVIntegration.ideplugin (com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration) not present
2021-04-13 11:12:21.086 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEInterfaceBuilderWatchKitIntegration.ideplugin (com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration) not present
2021-04-13 11:12:21.087 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEInterfaceBuilderWatchKitBuildSupport.ideplugin (com.apple.dt.IDE.IDEInterfaceBuilderWatchKitBuildSupport) not present
2021-04-13 11:12:21.087 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for GPUDebuggertvOSSupport.ideplugin (com.apple.dt.gpu.GPUDebuggertvOSSupport) not present
2021-04-13 11:12:21.088 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEAppleTVSupportUI.ideplugin (com.apple.dt.IDEAppleTVSupportUI) not present
2021-04-13 11:12:21.088 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEAppleTVSupportCore.ideplugin (com.apple.dt.IDEAppleTVSupportCore) not present
2021-04-13 11:12:21.089 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for DVTAppleTVSupportCore.dvtplugin (com.apple.dt.DVTAppleTVSupportCore) not present
2021-04-13 11:12:21.106 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for GPUDebuggeriOSSupport.ideplugin (com.apple.dt.gpu.GPUDebuggeriOSSupport) not present
2021-04-13 11:12:21.107 mlaunch[61224:1451921] [MT] DVTPlugInManager: Required plug-in compatibility UUID 0D0B4174-3D1B-40F6-8E3E-FFFEB962F788 for IDEiOSPlatformSupportCore.ideplugin (com.apple.dt.IDEiOSPlatformSupportCore) not present
2021-04-13 11:12:21.883 mlaunch[61224:1451936] Thread Pool Worker DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-18167.1/DVTFoundation/DeveloperStructure/DVTExtendedPlatformInfo.m:86
Details: No Xcode.DVTFoundation.ExtendedPlatformInfo extension provided for platform 'com.apple.platform.iphoneos'
Object: <DVTExtendedPlatformInfo>
Method: +extendedPlatformInfoForPlatformIdentifier:
Thread: <NSThread: 0x7f942e826a90>{number = 5, name = (null)}
Hints:
Backtrace:
0 -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation)
1 _DVTAssertionHandler (in DVTFoundation)
2 _DVTAssertionFailureHandler (in DVTFoundation)
3 +[DVTExtendedPlatformInfo extendedPlatformInfoForPlatformIdentifier : error : ] (in DVTFoundation) [/Users/rachelkang/net6-mobile-samples/HelloMaui/HelloMaui.csproj]
4 -[DVTPlatform(DVTExtendedPlatformInfo) dvt_extendedInfo] (in DVTFoundation)
5 -[DTDKMobileDeviceToken isSupportedOS] (in DTDeviceKitBase)
=================================================================
Native Crash Reporting
=================================================================
Got a abrt while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Native stacktrace:
=================================================================
0x1011518f6 - /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch : mono_dump_native_crash_info
0x10114554e - /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch : mono_handle_native_crash
0x101150f1f - /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch : sigabrt_signal_handler
0x7fff204b5d7d - /usr/lib/system/libsystem_platform.dylib : _sigtramp
0x7f93dc4b76e0 - Unknown
0x7fff203c4720 - /usr/lib/system/libsystem_c.dylib : abort
0x10c46ebad - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation : -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:]
0x10c46ee78 - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation : -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:]
0x10c46e273 - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation : _DVTAssertionHandler
0x10c46e476 - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation : _DVTAssertionFailureHandler
0x10c48d209 - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation : +[DVTExtendedPlatformInfo extendedPlatformInfoForPlatformIdentifier:error:]
0x10c48f8d2 - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation : -[DVTPlatform(DVTExtendedPlatformInfo) dvt_extendedInfo]
0x10d2f4b3b - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase : -[DTDKMobileDeviceToken isSupportedOS]
0x10d315bcc - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase : __42-[DTDKMobileDeviceToken fetchApplications]_block_invoke
0x10c3c41ff - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation : -[DVTFuture initWithBlock:]
0x10c3c3bd1 - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation : +[DVTFuture futureWithBlock:]
0x10d315ac8 - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase : -[DTDKMobileDeviceToken fetchApplications]
0x10d316718 - /Applications/Xcode_12.5.0-beta3.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase : -[DTDKMobileDeviceToken fetchApplications:]
0x10106f489 - /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch : xamarin_dyn_objc_msgSend
0x10c1ecedf - Unknown
0x1267f8763 - Unknown
0x1267f7e00 - Unknown
0x1267e7572 - Unknown
0x10bd44706 - Unknown
0x10c190e8b - Unknown
0x1267e73a3 - Unknown
0x1267f6e7a - Unknown
0x10c19f75a - Unknown
0x10c19ec8a - Unknown
0x10c1b0c53 - Unknown
0x10c19eac6 - Unknown
0x10115c183 - /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch : mono_jit_runtime_invoke
0x101291fbf - /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch : mono_runtime_try_invoke
0x1012df15a - /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch : worker_callback
0x1012dcdb1 - /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch : worker_thread
0x1012e9173 - /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch : start_wrapper_internal
0x1012e8fbe - /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch : start_wrapper
0x7fff20471950 - /usr/lib/system/libsystem_pthread.dylib : _pthread_start
0x7fff2046d47b - /usr/lib/system/libsystem_pthread.dylib : thread_start
6 __42-[DTDKMobileDeviceToken fetchApplications]_block_invoke (in DTDeviceKitBase)
7 -[DVTFuture initWithBlock:] (in DVTFoundation)
8 +[DVTFuture futureWithBlock:] (in DVTFoundation)
9 -[DTDKMobileDeviceToken fetchApplications] (in DTDeviceKitBase)
10 -[DTDKMobileDeviceToken fetchApplications:] (in DTDeviceKitBase)
11 xamarin_dyn_objc_msgSend (in mlaunch)
12 0x000000010c1ecedf
13 0x00000001267f8763
14 0x00000001267f7e00
15 0x00000001267e7572
16 0x000000010bd44706
17 0x000000010c190e8b
18 0x00000001267e73a3
19 0x00000001267f6e7a
20 0x000000010c19f75a
21 0x000000010c19ec8a
22 0x000000010c1b0c53
23 0x000000010c19eac6
24 mono_jit_runtime_invoke (in mlaunch)
25 mono_runtime_try_invoke (in mlaunch)
26 worker_callback (in mlaunch)
27 worker_thread (in mlaunch)
28 start_wrapper_internal (in mlaunch)
29 start_wrapper (in mlaunch)
30 _pthread_start (in libsystem_pthread.dylib)
31 thread_start (in libsystem_pthread.dylib)
=================================================================
Telemetry Dumper:
=================================================================
Pkilling 0x123145406685184x from 0x123145400356864x
Pkilling 0x123145404575744x from 0x123145400356864x
Pkilling 0x123145402466304x from 0x123145400356864x
Pkilling 0x123145398247424x from 0x123145400356864x
Pkilling 0x4518800896x from 0x123145400356864x
Pkilling 0x123145395601408x from 0x123145400356864x
Pkilling 0x123145416306688x from 0x123145400356864x
Could not exec mono-hang-watchdog, expected on path '/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/lib/mlaunch/mlaunch.app/Contents/MonoBundle/../bin/mono-hang-watchdog' (errno 2)
Entering thread summarizer pause from 0x123145400356864x
Finished thread summarizer pause from 0x123145400356864x.
Failed to create breadcrumb file (null)/crash_hash_0xf16f8ee38
Waiting for dumping threads to resume
=================================================================
External Debugger Dump:
=================================================================
=================================================================
Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x7fff20443462):0x7fff20443452 ff ff c3 90 90 90 b8 48 01 00 02 49 89 ca 0f 05 .......H...I....
0x7fff20443462 73 08 48 89 c7 e9 35 a2 ff ff c3 90 90 90 b8 53 s.H...5........S
0x7fff20443472 00 00 02 49 89 ca 0f 05 73 08 48 89 c7 e9 1d a2 ...I....s.H.....
0x7fff20443482 ff ff c3 90 90 90 b8 83 01 00 02 49 89 ca 0f 05 ...........I....
=================================================================
Managed Stacktrace:
=================================================================
at <unknown> <0xffffffff>
at CoreSimulator.Messaging:void_objc_msgSend_IntPtr <0x000ae>
at Xamarin.Hosting.Bindings.DTDKRemoteDeviceToken:FetchApplications <0x00162>
at <FindApplicationAsync>d__26:MoveNext <0x0044f>
at MoveNextRunner:InvokeMoveNext <0x000b1>
at System.Threading.ExecutionContext:RunInternal <0x00215>
at System.Threading.ExecutionContext:Run <0x0005a>
at MoveNextRunner:Run <0x000f2>
at System.Threading.Tasks.AwaitTaskContinuation:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem <0x00049>
at System.Threading.ThreadPoolWorkQueue:Dispatch <0x00399>
at ObjCRuntime.Runtime:ThreadPoolDispatcher <0x00079>
at System.Threading._ThreadPoolWaitCallback:PerformWaitCallback <0x000e2>
at <Module>:runtime_invoke_bool <0x000a5>
=================================================================
/var/folders/5_/h9q5r25j7sv3kkpcw7r81tsr0000gn/T/tmp54667252df4d48d3938f6fba9923c61d.exec.cmd: line 2: 61224 Abort trap: 6 /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/mlaunch --launchdev bin/Debug/net6.0-ios/ios-arm64/HelloMaui.app/ --stdout /dev/ttys000 --stderr /dev/ttys000 --wait-for-exit
/usr/local/share/dotnet/sdk/6.0.100-preview.3.21202.5/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(876,5): error MSB3073: The command "/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/mlaunch --launchdev bin/Debug/net6.0-ios/ios-arm64/HelloMaui.app/ --stdout /dev/ttys000 --stderr /dev/ttys000 --wait-for-exit" exited with code 134. [/Users/rachelkang/net6-mobile-samples/HelloMaui/HelloMaui.csproj]
Build FAILED.
3 +[DVTExtendedPlatformInfo extendedPlatformInfoForPlatformIdentifier : error : ] (in DVTFoundation) [/Users/rachelkang/net6-mobile-samples/HelloMaui/HelloMaui.csproj]
/usr/local/share/dotnet/sdk/6.0.100-preview.3.21202.5/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(876,5): error MSB3073: The command "/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/14.4.100-preview.3.1326/tools/bin/mlaunch --launchdev bin/Debug/net6.0-ios/ios-arm64/HelloMaui.app/ --stdout /dev/ttys000 --stderr /dev/ttys000 --wait-for-exit" exited with code 134. [/Users/rachelkang/net6-mobile-samples/HelloMaui/HelloMaui.csproj]
0 Warning(s)
2 Error(s)
Time Elapsed 00:01:41.39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment