xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.45k stars 511 forks source link

Unable to deploy to iOS 15.4 emulator #14834

Closed wellhat closed 2 years ago

wellhat commented 2 years ago

I am experiencing the same issue as described here https://github.com/xamarin/xamarin-macios/issues/14560#issuecomment-1100645415 by this user.

It appears that the main issue was closed, but I still have the issue after installing Xamarin.iOS Version 15.8.0.4

This is the only line which appears in the Application Output: error HE0042: Could not launch the app 'skydrop.skydrop' on the device 'iOS 15.4 (19E240) - iPhone 13 Pro': Application launch for 'skydrop.skydrop' did not return a valid pid nor a launch error.

Steps to Reproduce

  1. Pull repo of Xamarin native app which was initially created in VS For Mac 2019
  2. Open solution in VS For Mac 2022 (Preview RC)
  3. Try debug app on iPhone 15.4 emulator

Expected Behavior

App builds and deploys, debugger is started as normal.

Actual Behavior

App builds and deploys, but debugger fails to start.

Environment

Visual Studio Community 2022 for Mac Preview
Version 17.0 Preview (17.0 build 8754)
Installation UUID: d5a91729-631e-430f-984e-d831b5006fd5

Runtime
.NET 6.0.3 (64-bit)
Architecture: Arm64

Roslyn (Language Service)
4.1.0-3.22075.3+592501cbb9c9394072a245c15b3458ff88155d85

NuGet
Version: 6.0.0.262

.NET SDK (Arm64)
SDK: /usr/local/share/dotnet/sdk/6.0.202/Sdks
SDK Versions:
    6.0.202
    6.0.201
    6.0.101
MSBuild SDKs: /usr/local/share/dotnet/sdk/6.0.202/Sdks

.NET SDK (x64)
SDK Versions:
    6.0.202
    6.0.201
    6.0.103
    6.0.102
    6.0.101
    5.0.407
    5.0.406
    5.0.405
    5.0.404
    3.1.418
    3.1.417
    3.1.416

.NET Runtime (Arm64)
Runtime: /usr/local/share/dotnet/dotnet
Runtime Versions:
    6.0.4
    6.0.3
    6.0.1

.NET Runtime (x64)
Runtime: /usr/local/share/dotnet/x64/dotnet
Runtime Versions:
    6.0.4
    6.0.3
    6.0.2
    6.0.1
    5.0.16
    5.0.15
    5.0.14
    5.0.13
    3.1.24
    3.1.23
    3.1.22

Xamarin.Profiler
Version: 1.8.0.19
Location: /Applications/Xamarin Profiler.app/Contents/MacOS/Xamarin Profiler

Updater
Version: 11

Apple Developer Tools
Xcode 13.3.1 (20103)
Build 13E500a

Xamarin.Mac
Version: 8.8.0.3 (Visual Studio Community)
Hash: eb7f8ed35
Branch: xcode13.3
Build date: 2022-03-30 03:16:09-0400

Xamarin.iOS
Version: 15.8.0.4 (Visual Studio Community)
Hash: f2005bab4
Branch: xcode13.3
Build date: 2022-03-31 02:23:58-0400

Xamarin Designer
Version: 17.1.5.88
Hash: 25a718e34
Branch: remotes/origin/d17-0-vsmac
Build date: 2022-04-22 14:55:54 UTC

Xamarin.Android
Version: 12.3.0.3 (Visual Studio Community)
Commit: xamarin-android/d17-2/bbba5a2
Android SDK: /Users/jh/Library/Developer/Xamarin/android-sdk-macosx
    Supported Android versions:
        12.0 (API level 31)
        11.0 (API level 30)
        10.0 (API level 29)

SDK Command-line Tools Version: 5.0
SDK Platform Tools Version: 31.0.3
SDK Build Tools Version: 30.0.3

Build Information: 
Mono: adf1bc4
Java.Interop: xamarin/java.interop/d17-2@9760f0a9
ProGuard: Guardsquare/proguard/v7.0.1@912d149
SQLite: xamarin/sqlite/3.38.2@7b1e016
Xamarin.Android Tools: xamarin/xamarin-android-tools/d17-2@fc3c2ac

Microsoft Build of OpenJDK
Java SDK: /Library/Java/JavaVirtualMachines/microsoft-11.jdk
11.0.12
Android Designer EPL code available here:
https://github.com/xamarin/AndroidDesigner.EPL

Eclipse Temurin JDK
Java SDK: /Library/Java/JavaVirtualMachines/temurin-8.jdk
1.8.0.302
Android Designer EPL code available here:
https://github.com/xamarin/AndroidDesigner.EPL

Android SDK Manager
Version: 17.2.0.32
Hash: 358904c
Branch: remotes/origin/d17-2
Build date: 2022-04-22 14:55:59 UTC

Android Device Manager
Version: 0.0.0.1110
Hash: 6cb643c
Branch: remotes/origin/d17-2
Build date: 2022-04-22 14:55:59 UTC

Build Information
Release ID: 1700008754
Git revision: b1c3df15b587d32846f3254e47d654dfb6d3627b
Build date: 2022-04-22 14:54:05+00
Build branch: release-17.0
Build lane: release-17.0

Operating System
Mac OS X 12.3.1
Darwin 21.4.0 Darwin Kernel Version 21.4.0
    Fri Mar 18 00:47:26 PDT 2022
    root:xnu-8020.101.4~15/RELEASE_ARM64_T8101 arm64

Build Logs


Building SkyDrop.iOS (Debug|iPhoneSimulator)
Build started 27/04/2022 13:34:34.
__________________________________________________
Project "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj" (Build target(s)):

Target ResolvePackageAssets:
    /Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj : warning NU1701: Package 'Microsoft.Bcl 1.1.10' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
    /Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj : warning NU1701: Package 'Microsoft.Net.Http 2.2.29' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
Done building target "ResolvePackageAssets" in project "SkyDrop.Core.csproj".
Target GenerateTargetFrameworkMonikerAttribute:
  Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Target CoreGenerateAssemblyInfo:
  Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
Target CoreCompile:
  Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
Target FodyTarget:
  Skipping target "FodyTarget" because all output files are up-to-date with respect to the input files.
Target GenerateBuildDependencyFile:
  Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files.
Target CopyFilesToOutputDirectory:
    SkyDrop.Core -> /Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/bin/Debug/netstandard2.0/SkyDrop.Core.dll

Done building project "SkyDrop.Core.csproj".
__________________________________________________
Project "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/SkyDrop.iOS.csproj" (Build target(s)):

Target _DetectDebugNetworkConfiguration:
      DebugIPAddresses: 127.0.0.1
Target _BeforeCoreCompileImageAssets:
  Skipping target "_BeforeCoreCompileImageAssets" because all output files are up-to-date with respect to the input files.
Target _DetectSigningIdentity:
    Detected signing identity:

      Bundle Id: skydrop.skydrop
      App Id: skydrop.skydrop
Target _CoreCompileImageAssets:
  Skipping target "_CoreCompileImageAssets" because all output files are up-to-date with respect to the input files.
Target _BeforeCoreCompileInterfaceDefinitions:
  Skipping target "_BeforeCoreCompileInterfaceDefinitions" because all output files are up-to-date with respect to the input files.
Target _CoreCompileInterfaceDefinitions:
  Skipping target "_CoreCompileInterfaceDefinitions" because all output files are up-to-date with respect to the input files.
Target _BeforeCoreCompileSceneKitAssets:
  Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
Target _BeforeCoreCompileSceneKitAssets:
  Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
Target _BeforeCoreCompileSceneKitAssets:
  Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
Target _CoreCompileSceneKitAssets:
  Skipping target "_CoreCompileSceneKitAssets" because it has no inputs.
Target _CoreCompileColladaAssets:
  Skipping target "_CoreCompileColladaAssets" because it has no inputs.
Target _BeforeCompileTextureAtlases:
  Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
Target _BeforeCompileTextureAtlases:
  Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
Target _BeforeCompileTextureAtlases:
  Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
Target _CoreCompileTextureAtlases:
  Skipping target "_CoreCompileTextureAtlases" because it has no inputs.
Target _BeforeCompileCoreMLModels:
  Skipping target "_BeforeCompileCoreMLModels" because all output files are up-to-date with respect to the input files.
Target _CoreCompileCoreMLModels:
  Skipping target "_CoreCompileCoreMLModels" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizePngImages:
  Skipping target "_CoreOptimizePngImages" because it has no outputs.
Target _CoreOptimizePropertyLists:
  Skipping target "_CoreOptimizePropertyLists" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
  Skipping target "_CoreOptimizeLocalizationFiles" because it has no inputs.
Target _GetProjectReferenceTargetFrameworkProperties:
    __________________________________________________
    Project "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/SkyDrop.iOS.csproj" is building "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj" (GetTargetFrameworks target(s)):

Target ResolveProjectReferences:
    __________________________________________________
    Project "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/SkyDrop.iOS.csproj" is building "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj" (GetTargetPath target(s)):

    __________________________________________________
    Project "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/SkyDrop.iOS.csproj" is building "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj" (GetNativeManifest target(s)):

Target ResolveAssemblyReferences:
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Found conflicts between different versions of "Microsoft.CSharp" that could not be resolved.
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: There was a conflict between "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:     "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was chosen because it was primary and "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was not.
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:     References which depend on "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll].
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:         /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:           Project file item includes which caused reference "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll".
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:             Microsoft.CSharp
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:     References which depend on "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [].
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:         /Users/jh/.nuget/packages/realm/10.1.2/lib/netstandard2.0/Realm.dll
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:           Project file item includes which caused reference "/Users/jh/.nuget/packages/realm/10.1.2/lib/netstandard2.0/Realm.dll".
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:             /Users/jh/.nuget/packages/realm/10.1.2/lib/netstandard2.0/Realm.dll
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:             /Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/bin/Debug/netstandard2.0/SkyDrop.Core.dll
    Consider app.config remapping of assembly "System.Net.Http, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.0.0" [] to Version "4.0.0.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll] to solve conflict and get rid of warning.
    Consider app.config remapping of assembly "System.Buffers, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" from Version "4.0.2.0" [] to Version "4.0.99.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Buffers.dll] to solve conflict and get rid of warning.
    Consider app.config remapping of assembly "netstandard, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" from Version "2.0.0.0" [] to Version "2.1.0.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.dll] to solve conflict and get rid of warning.
    Consider app.config remapping of assembly "System.Runtime, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.20.0" [] to Version "4.1.0.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll] to solve conflict and get rid of warning.
    Consider app.config remapping of assembly "System.Collections, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.dll] to solve conflict and get rid of warning.
    Consider app.config remapping of assembly "System.Runtime.Extensions, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.10.0" [] to Version "4.1.0.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll] to solve conflict and get rid of warning.
    Consider app.config remapping of assembly "System.Linq, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.1.0.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.dll] to solve conflict and get rid of warning.
    Consider app.config remapping of assembly "System.Threading, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.dll] to solve conflict and get rid of warning.
    Consider app.config remapping of assembly "System.IO, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.10.0" [] to Version "4.1.0.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.dll] to solve conflict and get rid of warning.
    Consider app.config remapping of assembly "System.Text.Encoding, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll] to solve conflict and get rid of warning.
    Consider app.config remapping of assembly "System.Text.RegularExpressions, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.1.0.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll] to solve conflict and get rid of warning.
    /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190.
Done building target "ResolveAssemblyReferences" in project "SkyDrop.iOS.csproj".
Target GenerateTargetFrameworkMonikerAttribute:
  Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Target CoreCompile:
  Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
Target FodyTarget:
  Skipping target "FodyTarget" because all output files are up-to-date with respect to the input files.
Target _CopyFilesMarkedCopyLocal:
    Touching "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/obj/iPhoneSimulator/Debug/SkyDrop.iOS.csproj.CopyComplete".
Target GetCopyToOutputDirectoryItems:
    Target _GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences:
        __________________________________________________
        Project "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/SkyDrop.iOS.csproj" is building "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj" (GetCopyToOutputDirectoryItems target(s)):

        Target ResolvePackageAssets:
            /Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj : warning NU1701: Package 'Microsoft.Bcl 1.1.10' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
            /Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj : warning NU1701: Package 'Microsoft.Net.Http 2.2.29' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
        Done building target "ResolvePackageAssets" in project "SkyDrop.Core.csproj".

        Done building project "SkyDrop.Core.csproj".
Target _CopyOutOfDateSourceItemsToOutputDirectory:
  Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
Target CopyFilesToOutputDirectory:
    SkyDrop.iOS -> /Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/bin/iPhoneSimulator/Debug/SkyDrop.iOS.exe
Target _CopyResourcesToBundle:
  Skipping target "_CopyResourcesToBundle" because all output files are up-to-date with respect to the input files.
Target _WriteAppManifest:
  Skipping target "_WriteAppManifest" because all output files are up-to-date with respect to the input files.
Target _CompileToNative:
  Skipping target "_CompileToNative" because all output files are up-to-date with respect to the input files.
Target _CopyAppExtensionsToBundle:
  Skipping target "_CopyAppExtensionsToBundle" because it has no inputs.

Done building project "SkyDrop.iOS.csproj".

Build succeeded.

/Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj : warning NU1701: Package 'Microsoft.Bcl 1.1.10' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
/Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj : warning NU1701: Package 'Microsoft.Net.Http 2.2.29' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Found conflicts between different versions of "Microsoft.CSharp" that could not be resolved.
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: There was a conflict between "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:     "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was chosen because it was primary and "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was not.
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:     References which depend on "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll].
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:         /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:           Project file item includes which caused reference "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll".
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:             Microsoft.CSharp
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:     References which depend on "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [].
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:         /Users/jh/.nuget/packages/realm/10.1.2/lib/netstandard2.0/Realm.dll
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:           Project file item includes which caused reference "/Users/jh/.nuget/packages/realm/10.1.2/lib/netstandard2.0/Realm.dll".
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:             /Users/jh/.nuget/packages/realm/10.1.2/lib/netstandard2.0/Realm.dll
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277:             /Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/bin/Debug/netstandard2.0/SkyDrop.Core.dll
/Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190.
/Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj : warning NU1701: Package 'Microsoft.Bcl 1.1.10' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
/Users/jh/Documents/source/SkyDrop/src/SkyDrop.Core/SkyDrop.Core.csproj : warning NU1701: Package 'Microsoft.Net.Http 2.2.29' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
    6 Warning(s)
    0 Error(s)

Time Elapsed 00:00:00.57

========== Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

Build: 0 errors, 6 warnings

Example Project (If Possible)

https://github.com/SkyLabs-Innovation-Group/SkyDrop

rolfbjarne commented 2 years ago

I have a few questions:

  1. Does it work in VS For Mac 2019?
  2. Does it work if you try another simulator (than iPhone 15.4)?
  3. Does it work if you create a new project from a template e(with VSMac 2022)?
  4. To get a bit more debug info, please open the project options, navigate to the Run -> Configurations -> Default options, and add "-vvvv" to the extra mlaunch arguments. Then try to run the project again in the simulator, and attach the output to the "Application Output" pad here.
ghost commented 2 years ago

Hi @wellhat. We have added the "need-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

wellhat commented 2 years ago

Thanks for your reply @rolfbjarne

  1. Yes it does, I just tried again to be sure. https://siasky.net/_AxiltRNdr7ZkhKzFRL5QdVNSqrtsKdMOCIKKiGmK8B4fw
  2. No, I tried in the iPad Air 15.4 emulator and got the same error
  3. Yes it worked on a new empty Xamarin.iOS project (1 project solution)
  4. Using Xcode 13.3.1 found in /Applications/Xcode.app/Contents/Developer
    Xamarin.Hosting: Xamarin.Hosting
    Xamarin.Hosting:     Version: 5958360612 (xcode13.3)
    Xamarin.Hosting:     Xcode: /Applications/Xcode.app
    Xamarin.Hosting:     Xcode Version: 13.3.1
    Xamarin.Hosting:     Verbosity: 3
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
    Xamarin.Hosting: Loaded /Library/Developer/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/DVTDeviceFoundation
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/DTDeviceKitBase
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/DVTKit
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/DTDeviceKit
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/DTXConnectionServices
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/DVTSourceControl
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/DVTServices
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTPortal.framework/DVTPortal
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/DVTDocumentation
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/DVTAnalyticsClient
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/XCServices.framework/XCServices
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTAppStoreConnect.framework/DVTAppStoreConnect
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/ContentDeliveryServices
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTITunesSoftware.framework/DVTITunesSoftware
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/DVTProducts
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTProductsUI.framework/DVTProductsUI
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/DVTAnalytics
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/SourceKit
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation
    Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/IDEProducts.framework/IDEProducts
    Xamarin.Hosting: Simulator watchdogs are already disabled for 'iOS 15.4 (19E240) - iPad Air (5th generation)'.
    Xamarin.Hosting: The simulator is running, but the device 'iOS 15.4 (19E240) - iPad Air (5th generation)' is not booted.
    Xamarin.Hosting: Booting iPad Air (5th generation)...
    Xamarin.Hosting: Booted iPad Air (5th generation) successfully.
    Xamarin.Hosting: No need to boot (already booted): iPad Air (5th generation)
    Xamarin.Hosting: Installing /Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/bin/iPhoneSimulator/Debug/SkyDrop.iOS.app with Bundle Identifier skydrop.skydrop on 'iOS 15.4 (19E240) - iPad Air (5th generation)'...
    Xamarin.Hosting: Installed 'skydrop.skydrop' from /Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/bin/iPhoneSimulator/Debug/SkyDrop.iOS.app
    Xamarin.Hosting: Could not find any potentially troublesome weak load commands.
    Xamarin.Hosting: The bundle id skydrop.skydrop was successfully installed.
    Xamarin.Hosting: Launching skydrop.skydrop async on 'iOS 15.4 (19E240) - iPad Air (5th generation)' with: {
    arguments =     (
    );
    environment =     {
        NSUnbufferedIO = YES;
        "OS_ACTIVITY_DT_MODE" = YES;
    };
    stderr = "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/bin/iPhoneSimulator/Debug/err.log";
    stdout = "/Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/bin/iPhoneSimulator/Debug/out.log";
    }
    error HE0042: Could not launch the app 'skydrop.skydrop' on the device 'iOS 15.4 (19E240) - iPad Air (5th generation)': Application launch for 'skydrop.skydrop' did not return a valid pid nor a launch error.
    at Xamarin.Hosting.Services.LaunchApplicationInSimulatorInternalAsync (Xamarin.Hosting.SimulatorLaunchConfig config) [0x00436] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:918 
    at Xamarin.Hosting.Services.LaunchApplicationInSimulatorAsync (Xamarin.Hosting.SimulatorLaunchConfig config) [0x0038c] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:975 
    at Xamarin.Launcher.SimController.LaunchAsync (Xamarin.Hosting.SimulatorLaunchConfig config) [0x000de] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-simulator.cs:690 
    at Xamarin.Launcher.Driver.LaunchSimulatorAsync () [0x005da] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:842 
    at Xamarin.Utils.NSRunLoopExtensions.RunUntilTaskCompletion[T] (Foundation.NSRunLoop this, System.Threading.Tasks.Task`1[TResult] task) [0x00082] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Utils/Extensions.cs:35 
    at Xamarin.Launcher.Driver.Main2 (System.String[] args) [0x00b43] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:459 
    at Xamarin.Launcher.Driver.Main (System.String[] args) [0x0006d] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:151 
chamons commented 2 years ago

Interesting:

error HE0042: Could not launch the app 'skydrop.skydrop' on the device 'iOS 15.4 (19E240) - iPad Air (5th generation)': Application launch for 'skydrop.skydrop' did not return a valid pid nor a launch error.
  at Xamarin.Hosting.Services.LaunchApplicationInSimulatorInternalAsync (Xamarin.Hosting.SimulatorLaunchConfig config) [0x00436] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:918 
  at Xamarin.Hosting.Services.LaunchApplicationInSimulatorAsync (Xamarin.Hosting.SimulatorLaunchConfig config) [0x0038c] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:975 
  at Xamarin.Launcher.SimController.LaunchAsync (Xamarin.Hosting.SimulatorLaunchConfig config) [0x000de] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-simulator.cs:690 
  at Xamarin.Launcher.Driver.LaunchSimulatorAsync () [0x005da] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:842 
  at Xamarin.Utils.NSRunLoopExtensions.RunUntilTaskCompletion[T] (Foundation.NSRunLoop this, System.Threading.Tasks.Task`1[TResult] task) [0x00082] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Utils/Extensions.cs:35 
  at Xamarin.Launcher.Driver.Main2 (System.String[] args) [0x00b43] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:459 
  at Xamarin.Launcher.Driver.Main (System.String[] args) [0x0006d] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:151 

I'll let @rolfbjarne reply back as the expert here, but have you tried restarting the iOS device and/or deleting the app from it and letting the reinstall copy it back over?

rolfbjarne commented 2 years ago

@wellhat it seems there's something unique to your project, so could we get access to it somehow so we can try it ourselves?

wellhat commented 2 years ago

@chamons I tried that just now, but I got the same error.

@rolfbjarne It could be something is misconfigured on my end! But haven't been able to get a useful error message yet. The solution I am building is SkyDrop.sln (SkyDrop.iOS) from this open source repository: https://github.com/SkyLabs-Innovation-Group/SkyDrop

rolfbjarne commented 2 years ago

I see you're on an M1 machine, do you have the same problem on an x86_64 machine (if you have one available)?

rolfbjarne commented 2 years ago

More questions!

rolfbjarne commented 2 years ago

I've tried to repro this on both an M1 and x86_64 machine, and no success.

Could you zip up the src/SkyDrop.iOS/bin/iPhoneSimulator/Debug/SkyDrop.iOS.app directory and attach it here?

wellhat commented 2 years ago

@rolfbjarne Here you go SkyDrop.iOS.zip

wellhat commented 2 years ago

I don't have another Mac device to test with except this M1 Macbook Air. The app installs in the simulator fine, and it launches but it is almost immediately backgrounded. That happens a split second after showing the splash screen (the debugger disconnects/crashes at the same time). I can't re-attach the debugger.

I can also launch the app normally by clicking it in the simulator. But I don't know any way to debug the application atm.

rolfbjarne commented 2 years ago

@rolfbjarne Here you go SkyDrop.iOS.zip

I can launch that app just fine in the simulator, so it doesn't seem to be a problem with the app :/

Next step is to collect diagnostic information from the simulator:

  1. Try launching the app in VS 2022 (this will make sure the simulator is launched)

  2. Execute this in a terminal:

    xcrun simctl logverbose enable

  3. Close the simulator (the entire simulator app).

  4. Try launching again in VS.

  5. Execute this in a terminal:

    xcrun simctl diagnose

  6. The last step might take a while, but it should produce a file with diagnostic information. Attach that file here.

  7. Execute this to disable verbose logs:

    xcrun simctl logverbose enable

Thanks for helping diagnosing this!

wellhat commented 2 years ago

Glad to help get to the bottom of this. Here is the log you requested https://siasky.net/AABSSgq7H3VuhpDVZhecDEzfN48DLHz9sgnHkIXuTK8QcQ

rolfbjarne commented 2 years ago

This looks interesting:

<Error>: Service could not initialize: posix_spawn(/Users/jh/Library/Developer/CoreSimulator/Devices/7422503E-5162-43E3-923A-11CB570E752C/data/Containers/Bundle/Application/69EB5DD9-AA52-40F5-9067-1D92F0976687/***.app/***) error: 0x1: Operation not permitted

I wonder if the executable isn't actually executable somehow...

Could you execute this command and attach the output?

ls -la@ $HOME/Library/Developer/CoreSimulator/Devices/*/data/Containers/Bundle/Application/*/*.iOS.app
wellhat commented 2 years ago

@rolfbjarne Here's the output:

(base) jh@Jacobs-MacBook-Air bpm % ls -la@ $HOME/Library/Developer/CoreSimulator/Devices/*/data/Containers/Bundle/Application/*/*.iOS.app
/Users/jh/Library/Developer/CoreSimulator/Devices/0EE9D21E-9686-47F0-92C2-F931C0FE638D/data/Containers/Bundle/Application/E686BC48-255F-49AA-9BB3-6D2D4EB994E2/SkyDrop.iOS.app:
total 130248
drwxr-xr-x  126 jh  staff      4032 28 Apr 16:28 .
drwxr-xr-x    5 jh  staff       160 28 Apr 16:28 ..
-rw-r--r--    1 jh  staff     78336 27 Apr 13:31 Acr.UserDialogs.dll
-rw-r--r--    1 jh  staff     25336 27 Apr 13:31 Acr.UserDialogs.pdb
-rw-r--r--    1 jh  staff      4605 28 Apr 15:57 AppIcons60x60@2x.png
-rw-r--r--    1 jh  staff      5971 28 Apr 15:57 AppIcons76x76@2x~ipad.png
-rw-r--r--    1 jh  staff    153455 28 Apr 15:57 Assets.car
-rw-r--r--    1 jh  staff     28160 27 Apr 13:31 BTProgressHUD.dll
-rw-r--r--    1 jh  staff      8244 27 Apr 13:31 BTProgressHUD.pdb
drwxr-xr-x    4 jh  staff       128 28 Apr 16:28 DropView.nib
-rw-r--r--    1 jh  staff        42 28 Apr 15:57 Entitlements.plist
-rw-r--r--    1 jh  staff     77312 27 Apr 13:31 FFImageLoading.Platform.dll
-rw-r--r--    1 jh  staff     22288 27 Apr 13:31 FFImageLoading.Platform.pdb
-rw-r--r--    1 jh  staff    186880 27 Apr 13:31 FFImageLoading.dll
-rw-r--r--    1 jh  staff     56684 27 Apr 13:31 FFImageLoading.pdb
drwxr-xr-x    5 jh  staff       160 28 Apr 16:28 FilePreviewCollectionViewCell.nib
drwxr-xr-x    3 jh  staff        96 28 Apr 16:28 Frameworks
-rw-r--r--    1 jh  staff      1619 28 Apr 15:57 Info.plist
-rw-r--r--    1 jh  staff     15022 28 Apr 15:57 LaunchImages-700-568h@2x.png
drwxr-xr-x    5 jh  staff       160 28 Apr 16:28 LaunchScreen.storyboardc
-rw-r--r--    1 jh  staff      4752 18 Mar 11:13 MenuView.nib
-rw-r--r--    1 jh  staff     15208 27 Apr 13:31 Microsoft.AppCenter.Analytics.dll
-rw-r--r--    1 jh  staff     14848 27 Apr 13:31 Microsoft.AppCenter.Analytics.iOS.Bindings.dll
-rw-r--r--    1 jh  staff     30592 27 Apr 13:31 Microsoft.AppCenter.Crashes.dll
-rw-r--r--    1 jh  staff     31744 27 Apr 13:31 Microsoft.AppCenter.Crashes.iOS.Bindings.dll
-rw-r--r--    1 jh  staff     28520 27 Apr 13:31 Microsoft.AppCenter.dll
-rw-r--r--    1 jh  staff     38400 27 Apr 13:31 Microsoft.AppCenter.iOS.Bindings.dll
-rw-r--r--    1 jh  staff    301568 27 Apr 13:31 Microsoft.CSharp.dll
-rw-r--r--    1 jh  staff    124032 27 Apr 13:31 Microsoft.CSharp.pdb
-rw-r--r--    1 jh  staff    466944 27 Apr 13:31 MongoDB.Bson.dll
-rw-r--r--    1 jh  staff    241152 27 Apr 13:31 Mono.Security.dll
-rw-r--r--    1 jh  staff    110780 27 Apr 13:31 Mono.Security.pdb
-rw-r--r--    1 jh  staff        26 27 Apr 13:14 MonoTouchDebugConfiguration.txt
-rw-r--r--    1 jh  staff    584176 27 Apr 13:31 MvvmCross.dll
-rw-r--r--    1 jh  staff    237884 27 Apr 13:31 MvvmCross.pdb
-rw-r--r--    1 jh  staff    695336 27 Apr 13:31 Newtonsoft.Json.dll
-rw-r--r--    1 jh  staff    563712 27 Apr 13:31 OpenTK-1.0.dll
-rw-r--r--    1 jh  staff       919 27 Apr 13:31 OpenTK-1.0.dll.config
-rw-r--r--    1 jh  staff    183664 27 Apr 13:31 OpenTK-1.0.pdb
-rw-r--r--    1 jh  staff         8 27 Apr 13:14 PkgInfo
-rw-r--r--    1 jh  staff    305152 27 Apr 13:31 Realm.dll
-rw-r--r--    1 jh  staff       167 19 Mar  2021 Realm.dll.config
-rw-r--r--    1 jh  staff    103848 27 Apr 13:31 Realm.pdb
-rw-r--r--    1 jh  staff    183808 27 Apr 13:31 Remotion.Linq.dll
-rw-r--r--    1 jh  staff     28160 27 Apr 13:31 Serilog.Sinks.File.dll
-rw-r--r--    1 jh  staff      7076 27 Apr 13:31 Serilog.Sinks.File.pdb
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 Serilog.Sinks.Xamarin.dll
-rw-r--r--    1 jh  staff      1164 27 Apr 13:31 Serilog.Sinks.Xamarin.pdb
-rw-r--r--    1 jh  staff    128000 27 Apr 13:31 Serilog.dll
drwxr-xr-x    3 jh  staff        96 28 Apr 16:28 Settings.bundle
-rw-r--r--    1 jh  staff      5335 18 Mar 11:13 SettingsView.nib
-rw-r--r--    1 jh  staff    101376 27 Apr 13:31 SkyDrop.Core.dll
-rw-r--r--    1 jh  staff     35888 27 Apr 13:31 SkyDrop.Core.pdb
-rwxr-xr-x@   1 jh  staff  13182848 27 Apr 13:32 SkyDrop.iOS
    com.apple.install_session_uuid        16 
    com.apple.install_uuid        16 
-rw-r--r--    1 jh  staff     54272 28 Apr 15:57 SkyDrop.iOS.exe
-rw-r--r--    1 jh  staff     26952 28 Apr 15:57 SkyDrop.iOS.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Buffers.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Collections.dll
-rw-r--r--    1 jh  staff    249856 27 Apr 13:31 System.ComponentModel.Composition.dll
-rw-r--r--    1 jh  staff    108488 27 Apr 13:31 System.ComponentModel.Composition.pdb
-rw-r--r--    1 jh  staff   1102336 27 Apr 13:31 System.Core.dll
-rw-r--r--    1 jh  staff    432784 27 Apr 13:31 System.Core.pdb
-rw-r--r--    1 jh  staff     29696 27 Apr 13:31 System.Data.DataSetExtensions.dll
-rw-r--r--    1 jh  staff      7892 27 Apr 13:31 System.Data.DataSetExtensions.pdb
-rw-r--r--    1 jh  staff   1926144 27 Apr 13:31 System.Data.dll
-rw-r--r--    1 jh  staff    749700 27 Apr 13:31 System.Data.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Diagnostics.Debug.dll
-rw-r--r--    1 jh  staff    161280 27 Apr 13:31 System.Drawing.Common.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Globalization.dll
-rw-r--r--    1 jh  staff     18432 27 Apr 13:31 System.IO.Compression.FileSystem.dll
-rw-r--r--    1 jh  staff      4724 27 Apr 13:31 System.IO.Compression.FileSystem.pdb
-rw-r--r--    1 jh  staff    115712 27 Apr 13:31 System.IO.Compression.dll
-rw-r--r--    1 jh  staff     36912 27 Apr 13:31 System.IO.Compression.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.IO.FileSystem.Primitives.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.IO.FileSystem.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.IO.dll
-rw-r--r--    1 jh  staff      6656 27 Apr 13:31 System.Linq.Expressions.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Linq.Queryable.dll
-rw-r--r--    1 jh  staff      4096 27 Apr 13:31 System.Linq.dll
-rw-r--r--    1 jh  staff    282624 27 Apr 13:31 System.Net.Http.dll
-rw-r--r--    1 jh  staff    112208 27 Apr 13:31 System.Net.Http.pdb
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Net.Primitives.dll
-rw-r--r--    1 jh  staff    119808 27 Apr 13:31 System.Numerics.dll
-rw-r--r--    1 jh  staff     58724 27 Apr 13:31 System.Numerics.pdb
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.ObjectModel.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Reflection.Extensions.dll
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Reflection.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Resources.ResourceManager.dll
-rw-r--r--    1 jh  staff     16768 27 Apr 13:31 System.Runtime.CompilerServices.Unsafe.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Runtime.Extensions.dll
-rw-r--r--    1 jh  staff    866816 27 Apr 13:31 System.Runtime.Serialization.dll
-rw-r--r--    1 jh  staff    330424 27 Apr 13:31 System.Runtime.Serialization.pdb
-rw-r--r--    1 jh  staff     12288 27 Apr 13:31 System.Runtime.dll
-rw-r--r--    1 jh  staff    217600 27 Apr 13:31 System.ServiceModel.Internals.dll
-rw-r--r--    1 jh  staff     80508 27 Apr 13:31 System.ServiceModel.Internals.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Text.Encoding.Extensions.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Text.Encoding.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Text.RegularExpressions.dll
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Threading.Tasks.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Threading.Timer.dll
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Threading.dll
-rw-r--r--    1 jh  staff     32256 27 Apr 13:31 System.Transactions.dll
-rw-r--r--    1 jh  staff     12236 27 Apr 13:31 System.Transactions.pdb
-rw-r--r--    1 jh  staff    214528 27 Apr 13:31 System.Web.Services.dll
-rw-r--r--    1 jh  staff     94032 27 Apr 13:31 System.Web.Services.pdb
-rw-r--r--    1 jh  staff    137728 27 Apr 13:31 System.Xml.Linq.dll
-rw-r--r--    1 jh  staff     59984 27 Apr 13:31 System.Xml.Linq.pdb
-rw-r--r--    1 jh  staff   2442752 27 Apr 13:31 System.Xml.dll
-rw-r--r--    1 jh  staff    928480 27 Apr 13:31 System.Xml.pdb
-rw-r--r--    1 jh  staff   1893888 27 Apr 13:31 System.dll
-rw-r--r--    1 jh  staff    811392 27 Apr 13:31 System.pdb
-rw-r--r--    1 jh  staff      9728 27 Apr 13:31 WebP.Touch.dll
-rw-r--r--    1 jh  staff    193424 27 Apr 13:31 Xamarin.Essentials.dll
-rw-r--r--    1 jh  staff     65852 27 Apr 13:31 Xamarin.Essentials.pdb
-rw-r--r--    1 jh  staff  21358592 27 Apr 13:31 Xamarin.iOS.dll
-rw-r--r--    1 jh  staff   5869244 27 Apr 13:31 Xamarin.iOS.pdb
-rw-r--r--    1 jh  staff     56320 27 Apr 13:31 ZXingNetMobile.dll
-rw-r--r--    1 jh  staff     26744 27 Apr 13:31 ZXingNetMobile.pdb
-rw-r--r--    1 jh  staff      5909 28 Jul  2021 launch_image.png
-rw-r--r--    1 jh  staff     13033 28 Jul  2021 launch_image@2x.png
-rw-r--r--    1 jh  staff     20455 28 Jul  2021 launch_image@3x.png
-rw-r--r--    1 jh  staff   4342272 27 Apr 13:31 mscorlib.dll
-rw-r--r--    1 jh  staff   1601628 27 Apr 13:31 mscorlib.pdb
-rw-r--r--    1 jh  staff     90624 27 Apr 13:31 netstandard.dll
-rw-r--r--    1 jh  staff       261 27 Apr 13:32 runtime-options.plist
-rw-r--r--    1 jh  staff    468480 27 Apr 13:31 zxing.dll

/Users/jh/Library/Developer/CoreSimulator/Devices/101FF9BF-10D6-4B87-8552-44B648DE2069/data/Containers/Bundle/Application/8E3FD8C6-8880-4CCD-AB2D-9DDD306E7D68/SkyDrop.iOS.app:
total 129592
drwxr-xr-x  126 jh  staff      4032 18 Mar 11:14 .
drwxr-xr-x    5 jh  staff       160 18 Mar 11:14 ..
-rw-r--r--    1 jh  staff     78336 18 Mar 11:13 Acr.UserDialogs.dll
-rw-r--r--    1 jh  staff     25336 18 Mar 11:13 Acr.UserDialogs.pdb
-rw-r--r--    1 jh  staff      4605 18 Mar 11:12 AppIcons60x60@2x.png
-rw-r--r--    1 jh  staff      5971 18 Mar 11:12 AppIcons76x76@2x~ipad.png
-rw-r--r--    1 jh  staff    153455 18 Mar 11:13 Assets.car
-rw-r--r--    1 jh  staff     28160 18 Mar 11:13 BTProgressHUD.dll
-rw-r--r--    1 jh  staff      8244 18 Mar 11:13 BTProgressHUD.pdb
drwxr-xr-x    4 jh  staff       128 18 Mar 11:14 DropView.nib
-rw-r--r--    1 jh  staff        42 18 Mar 11:13 Entitlements.plist
-rw-r--r--    1 jh  staff     77312 18 Mar 11:13 FFImageLoading.Platform.dll
-rw-r--r--    1 jh  staff     22288 18 Mar 11:13 FFImageLoading.Platform.pdb
-rw-r--r--    1 jh  staff    186880 18 Mar 11:13 FFImageLoading.dll
-rw-r--r--    1 jh  staff     56684 18 Mar 11:13 FFImageLoading.pdb
drwxr-xr-x    5 jh  staff       160 18 Mar 11:14 FilePreviewCollectionViewCell.nib
drwxr-xr-x    3 jh  staff        96 18 Mar 11:14 Frameworks
-rw-r--r--    1 jh  staff      1614 18 Mar 11:13 Info.plist
-rw-r--r--    1 jh  staff     15022 18 Mar 11:12 LaunchImages-700-568h@2x.png
drwxr-xr-x    5 jh  staff       160 18 Mar 11:14 LaunchScreen.storyboardc
-rw-r--r--    1 jh  staff      4752 18 Mar 11:13 MenuView.nib
-rw-r--r--    1 jh  staff     15208 18 Mar 11:13 Microsoft.AppCenter.Analytics.dll
-rw-r--r--    1 jh  staff     14848 18 Mar 11:13 Microsoft.AppCenter.Analytics.iOS.Bindings.dll
-rw-r--r--    1 jh  staff     30592 18 Mar 11:13 Microsoft.AppCenter.Crashes.dll
-rw-r--r--    1 jh  staff     31744 18 Mar 11:13 Microsoft.AppCenter.Crashes.iOS.Bindings.dll
-rw-r--r--    1 jh  staff     28520 18 Mar 11:13 Microsoft.AppCenter.dll
-rw-r--r--    1 jh  staff     38400 18 Mar 11:13 Microsoft.AppCenter.iOS.Bindings.dll
-rw-r--r--    1 jh  staff    301568 18 Mar 11:13 Microsoft.CSharp.dll
-rw-r--r--    1 jh  staff    124032 18 Mar 11:13 Microsoft.CSharp.pdb
-rw-r--r--    1 jh  staff    466944 18 Mar 11:13 MongoDB.Bson.dll
-rw-r--r--    1 jh  staff    241152 18 Mar 11:13 Mono.Security.dll
-rw-r--r--    1 jh  staff    110780 18 Mar 11:13 Mono.Security.pdb
-rw-r--r--    1 jh  staff        26 18 Mar 11:13 MonoTouchDebugConfiguration.txt
-rw-r--r--    1 jh  staff    584176 18 Mar 11:13 MvvmCross.dll
-rw-r--r--    1 jh  staff    237884 18 Mar 11:13 MvvmCross.pdb
-rw-r--r--    1 jh  staff    695336 18 Mar 11:13 Newtonsoft.Json.dll
-rw-r--r--    1 jh  staff    563712 18 Mar 11:13 OpenTK-1.0.dll
-rw-r--r--    1 jh  staff       919 18 Mar 11:13 OpenTK-1.0.dll.config
-rw-r--r--    1 jh  staff    183664 18 Mar 11:13 OpenTK-1.0.pdb
-rw-r--r--    1 jh  staff         8 18 Mar 11:13 PkgInfo
-rw-r--r--    1 jh  staff    305152 18 Mar 11:13 Realm.dll
-rw-r--r--    1 jh  staff       167 19 Mar  2021 Realm.dll.config
-rw-r--r--    1 jh  staff    103848 18 Mar 11:13 Realm.pdb
-rw-r--r--    1 jh  staff    183808 18 Mar 11:13 Remotion.Linq.dll
-rw-r--r--    1 jh  staff     28160 18 Mar 11:13 Serilog.Sinks.File.dll
-rw-r--r--    1 jh  staff      7076 18 Mar 11:13 Serilog.Sinks.File.pdb
-rw-r--r--    1 jh  staff      5120 18 Mar 11:13 Serilog.Sinks.Xamarin.dll
-rw-r--r--    1 jh  staff      1164 18 Mar 11:13 Serilog.Sinks.Xamarin.pdb
-rw-r--r--    1 jh  staff    128000 18 Mar 11:13 Serilog.dll
drwxr-xr-x    3 jh  staff        96 18 Mar 11:14 Settings.bundle
-rw-r--r--    1 jh  staff      5335 18 Mar 11:13 SettingsView.nib
-rw-r--r--    1 jh  staff    101376 18 Mar 11:13 SkyDrop.Core.dll
-rw-r--r--    1 jh  staff     35888 18 Mar 11:13 SkyDrop.Core.pdb
-rwxr-xr-x@   1 jh  staff  13151656 18 Mar 11:13 SkyDrop.iOS
    com.apple.install_session_uuid        16 
    com.apple.install_uuid        16 
-rw-r--r--    1 jh  staff     54272 18 Mar 11:13 SkyDrop.iOS.exe
-rw-r--r--    1 jh  staff     26952 18 Mar 11:13 SkyDrop.iOS.pdb
-rw-r--r--    1 jh  staff     27992 18 Mar 11:13 System.Buffers.dll
-rw-r--r--    1 jh  staff      5120 18 Mar 11:13 System.Collections.dll
-rw-r--r--    1 jh  staff    249856 18 Mar 11:13 System.ComponentModel.Composition.dll
-rw-r--r--    1 jh  staff    108488 18 Mar 11:13 System.ComponentModel.Composition.pdb
-rw-r--r--    1 jh  staff   1102336 18 Mar 11:13 System.Core.dll
-rw-r--r--    1 jh  staff    432784 18 Mar 11:13 System.Core.pdb
-rw-r--r--    1 jh  staff     29696 18 Mar 11:13 System.Data.DataSetExtensions.dll
-rw-r--r--    1 jh  staff      7892 18 Mar 11:13 System.Data.DataSetExtensions.pdb
-rw-r--r--    1 jh  staff   1926144 18 Mar 11:13 System.Data.dll
-rw-r--r--    1 jh  staff    749700 18 Mar 11:13 System.Data.pdb
-rw-r--r--    1 jh  staff      4608 18 Mar 11:13 System.Diagnostics.Debug.dll
-rw-r--r--    1 jh  staff    161280 18 Mar 11:13 System.Drawing.Common.dll
-rw-r--r--    1 jh  staff      5120 18 Mar 11:13 System.Globalization.dll
-rw-r--r--    1 jh  staff     18432 18 Mar 11:13 System.IO.Compression.FileSystem.dll
-rw-r--r--    1 jh  staff      4724 18 Mar 11:13 System.IO.Compression.FileSystem.pdb
-rw-r--r--    1 jh  staff    115712 18 Mar 11:13 System.IO.Compression.dll
-rw-r--r--    1 jh  staff     36912 18 Mar 11:13 System.IO.Compression.pdb
-rw-r--r--    1 jh  staff      4608 18 Mar 11:13 System.IO.FileSystem.Primitives.dll
-rw-r--r--    1 jh  staff      4608 18 Mar 11:13 System.IO.FileSystem.dll
-rw-r--r--    1 jh  staff      4608 18 Mar 11:13 System.IO.dll
-rw-r--r--    1 jh  staff      6656 18 Mar 11:13 System.Linq.Expressions.dll
-rw-r--r--    1 jh  staff      4608 18 Mar 11:13 System.Linq.Queryable.dll
-rw-r--r--    1 jh  staff      4096 18 Mar 11:13 System.Linq.dll
-rw-r--r--    1 jh  staff    282624 18 Mar 11:13 System.Net.Http.dll
-rw-r--r--    1 jh  staff    112208 18 Mar 11:13 System.Net.Http.pdb
-rw-r--r--    1 jh  staff      5632 18 Mar 11:13 System.Net.Primitives.dll
-rw-r--r--    1 jh  staff    119808 18 Mar 11:13 System.Numerics.dll
-rw-r--r--    1 jh  staff     58724 18 Mar 11:13 System.Numerics.pdb
-rw-r--r--    1 jh  staff      5120 18 Mar 11:13 System.ObjectModel.dll
-rw-r--r--    1 jh  staff      4608 18 Mar 11:13 System.Reflection.Extensions.dll
-rw-r--r--    1 jh  staff      5632 18 Mar 11:13 System.Reflection.dll
-rw-r--r--    1 jh  staff      4608 18 Mar 11:13 System.Resources.ResourceManager.dll
-rw-r--r--    1 jh  staff     16768 18 Mar 11:13 System.Runtime.CompilerServices.Unsafe.dll
-rw-r--r--    1 jh  staff      5120 18 Mar 11:13 System.Runtime.Extensions.dll
-rw-r--r--    1 jh  staff    866816 18 Mar 11:13 System.Runtime.Serialization.dll
-rw-r--r--    1 jh  staff    330424 18 Mar 11:13 System.Runtime.Serialization.pdb
-rw-r--r--    1 jh  staff     12288 18 Mar 11:13 System.Runtime.dll
-rw-r--r--    1 jh  staff    217600 18 Mar 11:13 System.ServiceModel.Internals.dll
-rw-r--r--    1 jh  staff     80508 18 Mar 11:13 System.ServiceModel.Internals.pdb
-rw-r--r--    1 jh  staff      4608 18 Mar 11:13 System.Text.Encoding.Extensions.dll
-rw-r--r--    1 jh  staff      5120 18 Mar 11:13 System.Text.Encoding.dll
-rw-r--r--    1 jh  staff      5120 18 Mar 11:13 System.Text.RegularExpressions.dll
-rw-r--r--    1 jh  staff      5632 18 Mar 11:13 System.Threading.Tasks.dll
-rw-r--r--    1 jh  staff      4608 18 Mar 11:13 System.Threading.Timer.dll
-rw-r--r--    1 jh  staff      5632 18 Mar 11:13 System.Threading.dll
-rw-r--r--    1 jh  staff     32256 18 Mar 11:13 System.Transactions.dll
-rw-r--r--    1 jh  staff     12236 18 Mar 11:13 System.Transactions.pdb
-rw-r--r--    1 jh  staff    214528 18 Mar 11:13 System.Web.Services.dll
-rw-r--r--    1 jh  staff     94032 18 Mar 11:13 System.Web.Services.pdb
-rw-r--r--    1 jh  staff    137728 18 Mar 11:13 System.Xml.Linq.dll
-rw-r--r--    1 jh  staff     59984 18 Mar 11:13 System.Xml.Linq.pdb
-rw-r--r--    1 jh  staff   2442752 18 Mar 11:13 System.Xml.dll
-rw-r--r--    1 jh  staff    928480 18 Mar 11:13 System.Xml.pdb
-rw-r--r--    1 jh  staff   1893888 18 Mar 11:13 System.dll
-rw-r--r--    1 jh  staff    811392 18 Mar 11:13 System.pdb
-rw-r--r--    1 jh  staff      9728 18 Mar 11:13 WebP.Touch.dll
-rw-r--r--    1 jh  staff    193424 18 Mar 11:13 Xamarin.Essentials.dll
-rw-r--r--    1 jh  staff     65852 18 Mar 11:13 Xamarin.Essentials.pdb
-rw-r--r--    1 jh  staff  21096960 18 Mar 11:13 Xamarin.iOS.dll
-rw-r--r--    1 jh  staff   5806096 18 Mar 11:13 Xamarin.iOS.pdb
-rw-r--r--    1 jh  staff     56320 18 Mar 11:13 ZXingNetMobile.dll
-rw-r--r--    1 jh  staff     26744 18 Mar 11:13 ZXingNetMobile.pdb
-rw-r--r--    1 jh  staff      5909 28 Jul  2021 launch_image.png
-rw-r--r--    1 jh  staff     13033 28 Jul  2021 launch_image@2x.png
-rw-r--r--    1 jh  staff     20455 28 Jul  2021 launch_image@3x.png
-rw-r--r--    1 jh  staff   4342272 18 Mar 11:13 mscorlib.dll
-rw-r--r--    1 jh  staff   1601628 18 Mar 11:13 mscorlib.pdb
-rw-r--r--    1 jh  staff     90624 18 Mar 11:13 netstandard.dll
-rw-r--r--    1 jh  staff       261 18 Mar 11:13 runtime-options.plist
-rw-r--r--    1 jh  staff    468480 18 Mar 11:13 zxing.dll

/Users/jh/Library/Developer/CoreSimulator/Devices/232F63B0-7B6F-4453-87B7-5EBDA5252F16/data/Containers/Bundle/Application/F9E01BE5-739C-475A-91C1-2CBB6C8F640A/SkyDrop.iOS.app:
total 130248
drwxr-xr-x  126 jh  staff      4032 29 Apr 11:14 .
drwxr-xr-x    5 jh  staff       160 29 Apr 11:14 ..
-rw-r--r--    1 jh  staff     78336 27 Apr 13:31 Acr.UserDialogs.dll
-rw-r--r--    1 jh  staff     25336 27 Apr 13:31 Acr.UserDialogs.pdb
-rw-r--r--    1 jh  staff      4605 28 Apr 15:57 AppIcons60x60@2x.png
-rw-r--r--    1 jh  staff      5971 28 Apr 15:57 AppIcons76x76@2x~ipad.png
-rw-r--r--    1 jh  staff    153455 28 Apr 15:57 Assets.car
-rw-r--r--    1 jh  staff     28160 27 Apr 13:31 BTProgressHUD.dll
-rw-r--r--    1 jh  staff      8244 27 Apr 13:31 BTProgressHUD.pdb
drwxr-xr-x    4 jh  staff       128 29 Apr 11:14 DropView.nib
-rw-r--r--    1 jh  staff        42 28 Apr 15:57 Entitlements.plist
-rw-r--r--    1 jh  staff     77312 27 Apr 13:31 FFImageLoading.Platform.dll
-rw-r--r--    1 jh  staff     22288 27 Apr 13:31 FFImageLoading.Platform.pdb
-rw-r--r--    1 jh  staff    186880 27 Apr 13:31 FFImageLoading.dll
-rw-r--r--    1 jh  staff     56684 27 Apr 13:31 FFImageLoading.pdb
drwxr-xr-x    5 jh  staff       160 29 Apr 11:14 FilePreviewCollectionViewCell.nib
drwxr-xr-x    3 jh  staff        96 29 Apr 11:14 Frameworks
-rw-r--r--    1 jh  staff      1619 29 Apr 11:14 Info.plist
-rw-r--r--    1 jh  staff     15022 28 Apr 15:57 LaunchImages-700-568h@2x.png
drwxr-xr-x    5 jh  staff       160 29 Apr 11:14 LaunchScreen.storyboardc
-rw-r--r--    1 jh  staff      4752 18 Mar 11:13 MenuView.nib
-rw-r--r--    1 jh  staff     15208 27 Apr 13:31 Microsoft.AppCenter.Analytics.dll
-rw-r--r--    1 jh  staff     14848 27 Apr 13:31 Microsoft.AppCenter.Analytics.iOS.Bindings.dll
-rw-r--r--    1 jh  staff     30592 27 Apr 13:31 Microsoft.AppCenter.Crashes.dll
-rw-r--r--    1 jh  staff     31744 27 Apr 13:31 Microsoft.AppCenter.Crashes.iOS.Bindings.dll
-rw-r--r--    1 jh  staff     28520 27 Apr 13:31 Microsoft.AppCenter.dll
-rw-r--r--    1 jh  staff     38400 27 Apr 13:31 Microsoft.AppCenter.iOS.Bindings.dll
-rw-r--r--    1 jh  staff    301568 27 Apr 13:31 Microsoft.CSharp.dll
-rw-r--r--    1 jh  staff    124032 27 Apr 13:31 Microsoft.CSharp.pdb
-rw-r--r--    1 jh  staff    466944 27 Apr 13:31 MongoDB.Bson.dll
-rw-r--r--    1 jh  staff    241152 27 Apr 13:31 Mono.Security.dll
-rw-r--r--    1 jh  staff    110780 27 Apr 13:31 Mono.Security.pdb
-rw-r--r--    1 jh  staff        26 29 Apr 11:14 MonoTouchDebugConfiguration.txt
-rw-r--r--    1 jh  staff    584176 27 Apr 13:31 MvvmCross.dll
-rw-r--r--    1 jh  staff    237884 27 Apr 13:31 MvvmCross.pdb
-rw-r--r--    1 jh  staff    695336 27 Apr 13:31 Newtonsoft.Json.dll
-rw-r--r--    1 jh  staff    563712 27 Apr 13:31 OpenTK-1.0.dll
-rw-r--r--    1 jh  staff       919 27 Apr 13:31 OpenTK-1.0.dll.config
-rw-r--r--    1 jh  staff    183664 27 Apr 13:31 OpenTK-1.0.pdb
-rw-r--r--    1 jh  staff         8 29 Apr 11:14 PkgInfo
-rw-r--r--    1 jh  staff    305152 27 Apr 13:31 Realm.dll
-rw-r--r--    1 jh  staff       167 19 Mar  2021 Realm.dll.config
-rw-r--r--    1 jh  staff    103848 27 Apr 13:31 Realm.pdb
-rw-r--r--    1 jh  staff    183808 27 Apr 13:31 Remotion.Linq.dll
-rw-r--r--    1 jh  staff     28160 27 Apr 13:31 Serilog.Sinks.File.dll
-rw-r--r--    1 jh  staff      7076 27 Apr 13:31 Serilog.Sinks.File.pdb
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 Serilog.Sinks.Xamarin.dll
-rw-r--r--    1 jh  staff      1164 27 Apr 13:31 Serilog.Sinks.Xamarin.pdb
-rw-r--r--    1 jh  staff    128000 27 Apr 13:31 Serilog.dll
drwxr-xr-x    3 jh  staff        96 29 Apr 11:14 Settings.bundle
-rw-r--r--    1 jh  staff      5335 18 Mar 11:13 SettingsView.nib
-rw-r--r--    1 jh  staff    101376 27 Apr 13:31 SkyDrop.Core.dll
-rw-r--r--    1 jh  staff     35888 27 Apr 13:31 SkyDrop.Core.pdb
-rwxr-xr-x@   1 jh  staff  13182848 29 Apr 11:14 SkyDrop.iOS
    com.apple.install_session_uuid        16 
    com.apple.install_uuid        16 
-rw-r--r--    1 jh  staff     54272 29 Apr 11:14 SkyDrop.iOS.exe
-rw-r--r--    1 jh  staff     26952 29 Apr 11:14 SkyDrop.iOS.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Buffers.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Collections.dll
-rw-r--r--    1 jh  staff    249856 27 Apr 13:31 System.ComponentModel.Composition.dll
-rw-r--r--    1 jh  staff    108488 27 Apr 13:31 System.ComponentModel.Composition.pdb
-rw-r--r--    1 jh  staff   1102336 27 Apr 13:31 System.Core.dll
-rw-r--r--    1 jh  staff    432784 27 Apr 13:31 System.Core.pdb
-rw-r--r--    1 jh  staff     29696 27 Apr 13:31 System.Data.DataSetExtensions.dll
-rw-r--r--    1 jh  staff      7892 27 Apr 13:31 System.Data.DataSetExtensions.pdb
-rw-r--r--    1 jh  staff   1926144 27 Apr 13:31 System.Data.dll
-rw-r--r--    1 jh  staff    749700 27 Apr 13:31 System.Data.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Diagnostics.Debug.dll
-rw-r--r--    1 jh  staff    161280 27 Apr 13:31 System.Drawing.Common.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Globalization.dll
-rw-r--r--    1 jh  staff     18432 27 Apr 13:31 System.IO.Compression.FileSystem.dll
-rw-r--r--    1 jh  staff      4724 27 Apr 13:31 System.IO.Compression.FileSystem.pdb
-rw-r--r--    1 jh  staff    115712 27 Apr 13:31 System.IO.Compression.dll
-rw-r--r--    1 jh  staff     36912 27 Apr 13:31 System.IO.Compression.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.IO.FileSystem.Primitives.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.IO.FileSystem.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.IO.dll
-rw-r--r--    1 jh  staff      6656 27 Apr 13:31 System.Linq.Expressions.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Linq.Queryable.dll
-rw-r--r--    1 jh  staff      4096 27 Apr 13:31 System.Linq.dll
-rw-r--r--    1 jh  staff    282624 27 Apr 13:31 System.Net.Http.dll
-rw-r--r--    1 jh  staff    112208 27 Apr 13:31 System.Net.Http.pdb
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Net.Primitives.dll
-rw-r--r--    1 jh  staff    119808 27 Apr 13:31 System.Numerics.dll
-rw-r--r--    1 jh  staff     58724 27 Apr 13:31 System.Numerics.pdb
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.ObjectModel.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Reflection.Extensions.dll
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Reflection.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Resources.ResourceManager.dll
-rw-r--r--    1 jh  staff     16768 27 Apr 13:31 System.Runtime.CompilerServices.Unsafe.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Runtime.Extensions.dll
-rw-r--r--    1 jh  staff    866816 27 Apr 13:31 System.Runtime.Serialization.dll
-rw-r--r--    1 jh  staff    330424 27 Apr 13:31 System.Runtime.Serialization.pdb
-rw-r--r--    1 jh  staff     12288 27 Apr 13:31 System.Runtime.dll
-rw-r--r--    1 jh  staff    217600 27 Apr 13:31 System.ServiceModel.Internals.dll
-rw-r--r--    1 jh  staff     80508 27 Apr 13:31 System.ServiceModel.Internals.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Text.Encoding.Extensions.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Text.Encoding.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Text.RegularExpressions.dll
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Threading.Tasks.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Threading.Timer.dll
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Threading.dll
-rw-r--r--    1 jh  staff     32256 27 Apr 13:31 System.Transactions.dll
-rw-r--r--    1 jh  staff     12236 27 Apr 13:31 System.Transactions.pdb
-rw-r--r--    1 jh  staff    214528 27 Apr 13:31 System.Web.Services.dll
-rw-r--r--    1 jh  staff     94032 27 Apr 13:31 System.Web.Services.pdb
-rw-r--r--    1 jh  staff    137728 27 Apr 13:31 System.Xml.Linq.dll
-rw-r--r--    1 jh  staff     59984 27 Apr 13:31 System.Xml.Linq.pdb
-rw-r--r--    1 jh  staff   2442752 27 Apr 13:31 System.Xml.dll
-rw-r--r--    1 jh  staff    928480 27 Apr 13:31 System.Xml.pdb
-rw-r--r--    1 jh  staff   1893888 27 Apr 13:31 System.dll
-rw-r--r--    1 jh  staff    811392 27 Apr 13:31 System.pdb
-rw-r--r--    1 jh  staff      9728 27 Apr 13:31 WebP.Touch.dll
-rw-r--r--    1 jh  staff    193424 27 Apr 13:31 Xamarin.Essentials.dll
-rw-r--r--    1 jh  staff     65852 27 Apr 13:31 Xamarin.Essentials.pdb
-rw-r--r--    1 jh  staff  21358592 27 Apr 13:31 Xamarin.iOS.dll
-rw-r--r--    1 jh  staff   5869244 27 Apr 13:31 Xamarin.iOS.pdb
-rw-r--r--    1 jh  staff     56320 27 Apr 13:31 ZXingNetMobile.dll
-rw-r--r--    1 jh  staff     26744 27 Apr 13:31 ZXingNetMobile.pdb
-rw-r--r--    1 jh  staff      5909 28 Jul  2021 launch_image.png
-rw-r--r--    1 jh  staff     13033 28 Jul  2021 launch_image@2x.png
-rw-r--r--    1 jh  staff     20455 28 Jul  2021 launch_image@3x.png
-rw-r--r--    1 jh  staff   4342272 27 Apr 13:31 mscorlib.dll
-rw-r--r--    1 jh  staff   1601628 27 Apr 13:31 mscorlib.pdb
-rw-r--r--    1 jh  staff     90624 27 Apr 13:31 netstandard.dll
-rw-r--r--    1 jh  staff       261 29 Apr 11:14 runtime-options.plist
-rw-r--r--    1 jh  staff    468480 27 Apr 13:31 zxing.dll

/Users/jh/Library/Developer/CoreSimulator/Devices/7422503E-5162-43E3-923A-11CB570E752C/data/Containers/Bundle/Application/742B082B-F3BC-4852-BEFC-FCB9D3B3EA2D/SkyDrop.iOS.app:
total 130248
drwxr-xr-x  126 jh  staff      4032 29 Apr 16:18 .
drwxr-xr-x    5 jh  staff       160 29 Apr 16:18 ..
-rw-r--r--    1 jh  staff     78336 27 Apr 13:31 Acr.UserDialogs.dll
-rw-r--r--    1 jh  staff     25336 27 Apr 13:31 Acr.UserDialogs.pdb
-rw-r--r--    1 jh  staff      4605 28 Apr 15:57 AppIcons60x60@2x.png
-rw-r--r--    1 jh  staff      5971 28 Apr 15:57 AppIcons76x76@2x~ipad.png
-rw-r--r--    1 jh  staff    153455 28 Apr 15:57 Assets.car
-rw-r--r--    1 jh  staff     28160 27 Apr 13:31 BTProgressHUD.dll
-rw-r--r--    1 jh  staff      8244 27 Apr 13:31 BTProgressHUD.pdb
drwxr-xr-x    4 jh  staff       128 29 Apr 16:18 DropView.nib
-rw-r--r--    1 jh  staff        42 28 Apr 15:57 Entitlements.plist
-rw-r--r--    1 jh  staff     77312 27 Apr 13:31 FFImageLoading.Platform.dll
-rw-r--r--    1 jh  staff     22288 27 Apr 13:31 FFImageLoading.Platform.pdb
-rw-r--r--    1 jh  staff    186880 27 Apr 13:31 FFImageLoading.dll
-rw-r--r--    1 jh  staff     56684 27 Apr 13:31 FFImageLoading.pdb
drwxr-xr-x    5 jh  staff       160 29 Apr 16:18 FilePreviewCollectionViewCell.nib
drwxr-xr-x    3 jh  staff        96 29 Apr 16:18 Frameworks
-rw-r--r--    1 jh  staff      1619 29 Apr 11:14 Info.plist
-rw-r--r--    1 jh  staff     15022 28 Apr 15:57 LaunchImages-700-568h@2x.png
drwxr-xr-x    5 jh  staff       160 29 Apr 16:18 LaunchScreen.storyboardc
-rw-r--r--    1 jh  staff      4752 18 Mar 11:13 MenuView.nib
-rw-r--r--    1 jh  staff     15208 27 Apr 13:31 Microsoft.AppCenter.Analytics.dll
-rw-r--r--    1 jh  staff     14848 27 Apr 13:31 Microsoft.AppCenter.Analytics.iOS.Bindings.dll
-rw-r--r--    1 jh  staff     30592 27 Apr 13:31 Microsoft.AppCenter.Crashes.dll
-rw-r--r--    1 jh  staff     31744 27 Apr 13:31 Microsoft.AppCenter.Crashes.iOS.Bindings.dll
-rw-r--r--    1 jh  staff     28520 27 Apr 13:31 Microsoft.AppCenter.dll
-rw-r--r--    1 jh  staff     38400 27 Apr 13:31 Microsoft.AppCenter.iOS.Bindings.dll
-rw-r--r--    1 jh  staff    301568 27 Apr 13:31 Microsoft.CSharp.dll
-rw-r--r--    1 jh  staff    124032 27 Apr 13:31 Microsoft.CSharp.pdb
-rw-r--r--    1 jh  staff    466944 27 Apr 13:31 MongoDB.Bson.dll
-rw-r--r--    1 jh  staff    241152 27 Apr 13:31 Mono.Security.dll
-rw-r--r--    1 jh  staff    110780 27 Apr 13:31 Mono.Security.pdb
-rw-r--r--    1 jh  staff        26 29 Apr 11:14 MonoTouchDebugConfiguration.txt
-rw-r--r--    1 jh  staff    584176 27 Apr 13:31 MvvmCross.dll
-rw-r--r--    1 jh  staff    237884 27 Apr 13:31 MvvmCross.pdb
-rw-r--r--    1 jh  staff    695336 27 Apr 13:31 Newtonsoft.Json.dll
-rw-r--r--    1 jh  staff    563712 27 Apr 13:31 OpenTK-1.0.dll
-rw-r--r--    1 jh  staff       919 27 Apr 13:31 OpenTK-1.0.dll.config
-rw-r--r--    1 jh  staff    183664 27 Apr 13:31 OpenTK-1.0.pdb
-rw-r--r--    1 jh  staff         8 29 Apr 11:14 PkgInfo
-rw-r--r--    1 jh  staff    305152 27 Apr 13:31 Realm.dll
-rw-r--r--    1 jh  staff       167 19 Mar  2021 Realm.dll.config
-rw-r--r--    1 jh  staff    103848 27 Apr 13:31 Realm.pdb
-rw-r--r--    1 jh  staff    183808 27 Apr 13:31 Remotion.Linq.dll
-rw-r--r--    1 jh  staff     28160 27 Apr 13:31 Serilog.Sinks.File.dll
-rw-r--r--    1 jh  staff      7076 27 Apr 13:31 Serilog.Sinks.File.pdb
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 Serilog.Sinks.Xamarin.dll
-rw-r--r--    1 jh  staff      1164 27 Apr 13:31 Serilog.Sinks.Xamarin.pdb
-rw-r--r--    1 jh  staff    128000 27 Apr 13:31 Serilog.dll
drwxr-xr-x    3 jh  staff        96 29 Apr 16:18 Settings.bundle
-rw-r--r--    1 jh  staff      5335 18 Mar 11:13 SettingsView.nib
-rw-r--r--    1 jh  staff    101376 27 Apr 13:31 SkyDrop.Core.dll
-rw-r--r--    1 jh  staff     35888 27 Apr 13:31 SkyDrop.Core.pdb
-rwxr-xr-x@   1 jh  staff  13182848 29 Apr 11:14 SkyDrop.iOS
    com.apple.install_session_uuid        16 
    com.apple.install_uuid        16 
-rw-r--r--    1 jh  staff     54272 29 Apr 15:58 SkyDrop.iOS.exe
-rw-r--r--    1 jh  staff     26952 29 Apr 15:58 SkyDrop.iOS.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Buffers.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Collections.dll
-rw-r--r--    1 jh  staff    249856 27 Apr 13:31 System.ComponentModel.Composition.dll
-rw-r--r--    1 jh  staff    108488 27 Apr 13:31 System.ComponentModel.Composition.pdb
-rw-r--r--    1 jh  staff   1102336 27 Apr 13:31 System.Core.dll
-rw-r--r--    1 jh  staff    432784 27 Apr 13:31 System.Core.pdb
-rw-r--r--    1 jh  staff     29696 27 Apr 13:31 System.Data.DataSetExtensions.dll
-rw-r--r--    1 jh  staff      7892 27 Apr 13:31 System.Data.DataSetExtensions.pdb
-rw-r--r--    1 jh  staff   1926144 27 Apr 13:31 System.Data.dll
-rw-r--r--    1 jh  staff    749700 27 Apr 13:31 System.Data.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Diagnostics.Debug.dll
-rw-r--r--    1 jh  staff    161280 27 Apr 13:31 System.Drawing.Common.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Globalization.dll
-rw-r--r--    1 jh  staff     18432 27 Apr 13:31 System.IO.Compression.FileSystem.dll
-rw-r--r--    1 jh  staff      4724 27 Apr 13:31 System.IO.Compression.FileSystem.pdb
-rw-r--r--    1 jh  staff    115712 27 Apr 13:31 System.IO.Compression.dll
-rw-r--r--    1 jh  staff     36912 27 Apr 13:31 System.IO.Compression.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.IO.FileSystem.Primitives.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.IO.FileSystem.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.IO.dll
-rw-r--r--    1 jh  staff      6656 27 Apr 13:31 System.Linq.Expressions.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Linq.Queryable.dll
-rw-r--r--    1 jh  staff      4096 27 Apr 13:31 System.Linq.dll
-rw-r--r--    1 jh  staff    282624 27 Apr 13:31 System.Net.Http.dll
-rw-r--r--    1 jh  staff    112208 27 Apr 13:31 System.Net.Http.pdb
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Net.Primitives.dll
-rw-r--r--    1 jh  staff    119808 27 Apr 13:31 System.Numerics.dll
-rw-r--r--    1 jh  staff     58724 27 Apr 13:31 System.Numerics.pdb
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.ObjectModel.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Reflection.Extensions.dll
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Reflection.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Resources.ResourceManager.dll
-rw-r--r--    1 jh  staff     16768 27 Apr 13:31 System.Runtime.CompilerServices.Unsafe.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Runtime.Extensions.dll
-rw-r--r--    1 jh  staff    866816 27 Apr 13:31 System.Runtime.Serialization.dll
-rw-r--r--    1 jh  staff    330424 27 Apr 13:31 System.Runtime.Serialization.pdb
-rw-r--r--    1 jh  staff     12288 27 Apr 13:31 System.Runtime.dll
-rw-r--r--    1 jh  staff    217600 27 Apr 13:31 System.ServiceModel.Internals.dll
-rw-r--r--    1 jh  staff     80508 27 Apr 13:31 System.ServiceModel.Internals.pdb
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Text.Encoding.Extensions.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Text.Encoding.dll
-rw-r--r--    1 jh  staff      5120 27 Apr 13:31 System.Text.RegularExpressions.dll
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Threading.Tasks.dll
-rw-r--r--    1 jh  staff      4608 27 Apr 13:31 System.Threading.Timer.dll
-rw-r--r--    1 jh  staff      5632 27 Apr 13:31 System.Threading.dll
-rw-r--r--    1 jh  staff     32256 27 Apr 13:31 System.Transactions.dll
-rw-r--r--    1 jh  staff     12236 27 Apr 13:31 System.Transactions.pdb
-rw-r--r--    1 jh  staff    214528 27 Apr 13:31 System.Web.Services.dll
-rw-r--r--    1 jh  staff     94032 27 Apr 13:31 System.Web.Services.pdb
-rw-r--r--    1 jh  staff    137728 27 Apr 13:31 System.Xml.Linq.dll
-rw-r--r--    1 jh  staff     59984 27 Apr 13:31 System.Xml.Linq.pdb
-rw-r--r--    1 jh  staff   2442752 27 Apr 13:31 System.Xml.dll
-rw-r--r--    1 jh  staff    928480 27 Apr 13:31 System.Xml.pdb
-rw-r--r--    1 jh  staff   1893888 27 Apr 13:31 System.dll
-rw-r--r--    1 jh  staff    811392 27 Apr 13:31 System.pdb
-rw-r--r--    1 jh  staff      9728 27 Apr 13:31 WebP.Touch.dll
-rw-r--r--    1 jh  staff    193424 27 Apr 13:31 Xamarin.Essentials.dll
-rw-r--r--    1 jh  staff     65852 27 Apr 13:31 Xamarin.Essentials.pdb
-rw-r--r--    1 jh  staff  21358592 27 Apr 13:31 Xamarin.iOS.dll
-rw-r--r--    1 jh  staff   5869244 27 Apr 13:31 Xamarin.iOS.pdb
-rw-r--r--    1 jh  staff     56320 27 Apr 13:31 ZXingNetMobile.dll
-rw-r--r--    1 jh  staff     26744 27 Apr 13:31 ZXingNetMobile.pdb
-rw-r--r--    1 jh  staff      5909 28 Jul  2021 launch_image.png
-rw-r--r--    1 jh  staff     13033 28 Jul  2021 launch_image@2x.png
-rw-r--r--    1 jh  staff     20455 28 Jul  2021 launch_image@3x.png
-rw-r--r--    1 jh  staff   4342272 27 Apr 13:31 mscorlib.dll
-rw-r--r--    1 jh  staff   1601628 27 Apr 13:31 mscorlib.pdb
-rw-r--r--    1 jh  staff     90624 27 Apr 13:31 netstandard.dll
-rw-r--r--    1 jh  staff       261 29 Apr 11:14 runtime-options.plist
-rw-r--r--    1 jh  staff    468480 27 Apr 13:31 zxing.dll
rolfbjarne commented 2 years ago

That didn't reveal much 😐

Does this command launch the app in the simulator correctly?

/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mlaunch  -vvvv --installsim /Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/bin/iPhoneSimulator/Debug/SkyDrop.iOS.app --launchsim /Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/bin/iPhoneSimulator/Debug/SkyDrop.iOS.app --device :v2:udid=7422503E-5162-43E3-923A-11CB570E752C

If not, please paste the full output of the command here.

mlancione commented 2 years ago

I'm experiencing the same issue on an M1 Pro. The problem only occurs in VS2022 and not in VS2019.

mlancione commented 2 years ago

That didn't reveal much 😐

Does this command launch the app in the simulator correctly?

/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mlaunch  -vvvv --installsim /Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/bin/iPhoneSimulator/Debug/SkyDrop.iOS.app --launchsim /Users/jh/Documents/source/SkyDrop/src/SkyDrop.iOS/bin/iPhoneSimulator/Debug/SkyDrop.iOS.app --device :v2:udid=7422503E-5162-43E3-923A-11CB570E752C

If not, please paste the full output of the command here.

Using this command line worked for me but launching the app from VS2022 produces the HE0042 error.

rolfbjarne commented 2 years ago

Can you try installing this package, and see if that works?

xamarin.ios-15.8.0.6.pkg

If that doesn't work, please:

  1. Execute echo 123456789 > ~/.mlaunch-verbosity in a terminal.
  2. Try again.
  3. Get the text in the "Application Output" pad in VS and attach it here.

If you need to revert to the released stable version, you can just select the stable channel in VSMac and update Xamarin.iOS.

Thanks!

mlancione commented 2 years ago

The 15.8.0.6 package didn't fix it for me. Here is the output with mlaunch-verbosity:

Using Xcode 13.3.1 found in /Applications/Xcode.app/Contents/Developer Xamarin.Hosting: Xamarin.Hosting Xamarin.Hosting: Version: 9e3f1f1440 (mlaunch-simctl) Xamarin.Hosting: Xcode: /Applications/Xcode.app Xamarin.Hosting: Xcode Version: 13.3.1 Xamarin.Hosting: Verbosity: 10 Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation Xamarin.Hosting: Loaded /Library/Developer/PrivateFrameworks/CoreSimulator.framework/CoreSimulator Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/DVTDeviceFoundation Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/DTDeviceKitBase Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/DVTKit Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/DTDeviceKit Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/DTXConnectionServices Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/DVTSourceControl Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/DVTServices Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTPortal.framework/DVTPortal Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/DVTDocumentation Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/DVTAnalyticsClient Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/XCServices.framework/XCServices Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTAppStoreConnect.framework/DVTAppStoreConnect Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/ContentDeliveryServices Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTITunesSoftware.framework/DVTITunesSoftware Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/DVTProducts Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTProductsUI.framework/DVTProductsUI Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/DVTAnalytics Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/SourceKit Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation Xamarin.Hosting: Loaded /Applications/Xcode.app/Contents/SharedFrameworks/IDEProducts.framework/IDEProducts Xamarin.Hosting: Simulator watchdogs are already disabled for 'iOS 15.4 (19E240) - iPad Pro (11-inch) (3rd generation)'. Xamarin.Hosting: Device 'iOS 15.4 (19E240) - iPad Pro (11-inch) (3rd generation)' is already booted and the simulator is running. Xamarin.Hosting: No need to boot (already booted): iPad Pro (11-inch) (3rd generation) Xamarin.Hosting: Installing /Users/[Redacted]/[Redacted].app with Bundle Identifier com.[Redacted] on 'iOS 15.4 (19E240) - iPad Pro (11-inch) (3rd generation)'... Xamarin.Hosting: Installed 'com.[Redacted]' from /Users/[Redacted]/[Redacted].app Xamarin.Hosting: Can't process potentially bad load commands, because the app is signed. Xamarin.Hosting: The bundle id com.[Redacted] was successfully installed. Xamarin.Hosting: Creating shared memory for: XAMARIN_DEBUG_PORT=10000

Xamarin.Hosting: Created shared memory token: 1013718 Xamarin.Hosting: Created shared memory id: 65539 Xamarin.Hosting: Mapped shared memory: 0x1126b9000 for key 1013718 and id 65539 Xamarin.Hosting: Launching on iOS 15.4 (19E240) - iPad Pro (11-inch) (3rd generation) by executing 'xcrun simctl launch --stdout=/Users/[Redacted]/out.log --stderr=/Users/[Redacted]/err.log --terminate-running-process EF1E04DB-C3B1-4896-8FB5-EC435219E0DD com.[Redacted] -monodevelop-port 10000' with environment: DEVELOPER_DIR=/Applications/Xcode.app NSUnbufferedIO=YES SIMCTL_CHILD_XAMARIN_DEBUG_PORT=10000 SIMCTL_CHILD_OS_ACTIVITY_DT_MODE=YES SIMCTL_CHILD_NSUnbufferedIO=YES xcrun simctl launch --stdout=/Users/[Redacted]/out.log --stderr=/Users/[Redacted]/err.log --terminate-running-process EF1E04DB-C3B1-4896-8FB5-EC435219E0DD com.[Redacted] -monodevelop-port 10000 com.[Redacted]: 0 An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): Application launch for 'com.[Redacted]' did not return a valid pid nor a launch error. No such process error HE0042: Could not launch the app 'com.[Redacted]' on the device 'iOS 15.4 (19E240) - iPad Pro (11-inch) (3rd generation)': simctl returned exit code 3 at Xamarin.Hosting.Services.LaunchApplicationInSimulatorInternalAsyncSimCtl (Xamarin.Hosting.SimulatorLaunchConfig config) [0x0053e] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:989 at Xamarin.Hosting.Services.LaunchApplicationInSimulatorAsync (Xamarin.Hosting.SimulatorLaunchConfig config) [0x0038c] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:1107 at Xamarin.Launcher.SimController.LaunchAsync (Xamarin.Hosting.SimulatorLaunchConfig config) [0x000de] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-simulator.cs:690 at Xamarin.Launcher.Driver.LaunchSimulatorAsync () [0x005da] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:842 at Xamarin.Utils.NSRunLoopExtensions.RunUntilTaskCompletion[T] (Foundation.NSRunLoop this, System.Threading.Tasks.Task`1[TResult] task) [0x00082] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Utils/Extensions.cs:35 at Xamarin.Launcher.Driver.Main2 (System.String[] args) [0x00b43] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:459 at Xamarin.Launcher.Driver.Main (System.String[] args) [0x0006d] in /Users/builder/azdo/_work/1/s/maccore/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:151

rolfbjarne commented 2 years ago

I think I've managed to figure this out (with a lot of help from people willing to diagnose this!):

We ask the simulator to write stdout and stderr to a file, and if the simulator doesn't have write permissions to write/create those files, then this error occurs.

mlancione commented 2 years ago

I think I've managed to figure this out (with a lot of help from people willing to diagnose this!):

We ask the simulator to write stdout and stderr to a file, and if the simulator doesn't have write permissions to write/create those files, then this error occurs.

Any workaround or a way to test whether this is truly the case?

tomh4 commented 2 years ago

We are having the same issue, if we can help somehow let me know!

rolfbjarne commented 2 years ago

Next attempt at a fix!

Try installing this package, and see if that works:

xamarin.ios-15.8.0.7.pkg

If that doesn't work, please:

  1. Execute echo 123456789 > ~/.mlaunch-verbosity in a terminal.
  2. Try again.
  3. Get the text in the "Application Output" pad in VS and attach it here.

If you need to revert to the released stable version, you can just select the stable channel in VSMac and update Xamarin.iOS.

Thanks!

tomh4 commented 2 years ago

@rolfbjarne just to make sure, does it matter if we use VS 2022 Preview or should we try with 2019? It occurs on both but to me it seems that the 2019 is more verbose, however I cannot find out anything from the logs...

rolfbjarne commented 2 years ago

@tomh4 the package from my previous comment should work with both VS 2022 and 2019.

mlancione commented 2 years ago

Next attempt at a fix!

Try installing this package, and see if that works:

xamarin.ios-15.8.0.7.pkg

If that doesn't work, please:

  1. Execute echo 123456789 > ~/.mlaunch-verbosity in a terminal.
  2. Try again.
  3. Get the text in the "Application Output" pad in VS and attach it here.

If you need to revert to the released stable version, you can just select the stable channel in VSMac and update Xamarin.iOS.

Thanks!

In can confirm that this package fixes the issue! Any ETA on when it will appear in the official Preview or Release tracks?

Thanks for tracking this issue down.

wellhat commented 2 years ago

After installing xamarin.ios-15.8.0.7.pkg I was able to install the application to the iPhone simulator. Thanks for your work on this.

rolfbjarne commented 2 years ago

Any ETA on when it will appear in the official Preview or Release tracks?

Not at the moment, no, but we'll try to get it out asap.

In the meantime you can use the packages I've linked to here.

tomh4 commented 2 years ago

Awesome, it is working again! Great job @rolfbjarne thanks!

rolfbjarne commented 2 years ago

The recently released 15.10.0.1 has the same problem, we're working on getting updated packages. I'll post something here when they're done.

NiknakSi commented 2 years ago

@rolfbjarne Any estimate for when we might get a fix? I upgraded to VS2022 for Mac GA this morning and have had a nightmare trying to debug on iOS ever since, with the same 'error HE0042: Could not launch the app' error coming up more often than not (sometimes the debugger will just wait indefinitely until I start the app myself, then it's fine).

rolfbjarne commented 2 years ago

@NiknakSi I thought I'd commented here with updated packages, but apparently I didn't.

Try installing this package: xamarin.ios-15.10.0.5.pkg

If you need to revert to the released stable version, you can just select the stable channel in VSMac and update Xamarin.iOS.

NiknakSi commented 2 years ago

That works great @rolfbjarne, thank you!

ksp90 commented 2 years ago

Facing similar issue after upgrading visual studio for mac from 2019 to 2022. Facing the issue on old solution created from visual studio 2019. While solution created from VS 2022 is working well. Can anyone help what template change or any config I am missing in old solution that is causing error HE0042. Note: Tried with simulator restart/reset and solution deep clean(removed bin obj folder).

rolfbjarne commented 2 years ago

@ksp90 you need to install an updated version of Xamarin.iOS. You don't give your version information, but my guess is that this package will fix the problem for you: https://github.com/xamarin/xamarin-macios/issues/14834#issuecomment-1136018012

ksp90 commented 2 years ago

@rolfbjarne thanks for your comment. I have installed all the updates. There are no pending updates from visual studio and xcode. I am not able to deploy the old solution. new solution created from vs 2022 working well in simulator! note my xcode on mac is 13.4.

rolfbjarne commented 2 years ago

@ksp90 I would suggest opening a new issue, providing your full version information (https://github.com/xamarin/xamarin-macios/wiki/Diagnosis#visual-studio-for-mac), and the exact error output you get.

MelissaW990 commented 2 years ago

I was having the exact same issue as @ksp90. Everything is updated to the latest version in VS and xcode, but my app originally build on 2019 was crashing with this error. I tried installing that package and it resolved the issue :)

HugoSanchezGarcia commented 2 years ago

Next attempt at a fix!

Try installing this package, and see if that works:

xamarin.ios-15.8.0.7.pkg

If that doesn't work, please:

  1. Execute echo 123456789 > ~/.mlaunch-verbosity in a terminal.
  2. Try again.
  3. Get the text in the "Application Output" pad in VS and attach it here.

If you need to revert to the released stable version, you can just select the stable channel in VSMac and update Xamarin.iOS.

Thanks!

Y confirm this solves the issue. Thanks!

suchithm commented 2 years ago

Updated to latest VS 2022 Visual Studio Community 2022 for Mac Version 17.0.1 (build 72) Installation UUID: b9db2634-f155-4934-a4c0-c24abc7dd640

Xamarin.iOS Version: 15.10.0.1 (Visual Studio Community) Hash: 568bdb24e Branch: d17-2 Build date: 2022-04-08 18:52:57-0400 Xcode version : 13.4.1 facing same error : error HE0042: Could not launch the app 'x.x.xxx' on the device 'iOS 15.5 (19F70) - iPad Pro (12.9-inch) (5th generation)': Application launch for 'x.x.xxx' did not return a valid pid nor a launch error.

Same solution i'm able to deploy with VS 2019 version details: Visual Studio Community 2019 for Mac Version 8.10.23 (build 7)

Xamarin.iOS Version: 15.10.0.1 (Visual Studio Community) Hash: 568bdb24e Branch: d17-2 Build date: 2022-04-08 18:52:57-0400

Found thread pointing to the similar issue https://devblogs.microsoft.com/visualstudio/visual-studio-2022-for-mac-preview-7/#comment-26685 @rolfbjarne Any solution for this issue? Thanks

Update : xamarin.ios-15.10.0.5 works! When can we expect this in stable channel?

ksp90 commented 2 years ago

Issue is resolved when i install the Xamarin.IOS package mentioned above(basically downgrade to 15.8.0.7). Interestingly the same issue mentioned earlier is present on higher Xamarin.iOS package(15.10.0.1). The latest update from the visual studio is showing as 15.10.0.1. If I upgrade to this higher xamrin ios version then the issue is reproducible. Hence I believe the reported issue should not be marked as closed! image

rolfbjarne commented 2 years ago

@ksp90 Try installing this package: xamarin.ios-15.10.0.5.pkg

If you need to revert to the released stable version, you can just select the stable channel in VSMac and update Xamarin.iOS.

The stable channel should be updated with a build with the fix fairly soon.