Closed Noires closed 4 years ago
Hey @Noires, have you added the reference to all the required SwiftSupport Nuget packages?
We can check if something is missing or the error is something by going to Settings -> Privacy -> Analytics -> Analytics Data
.
If you are running on a emulator open the Console
app on your macOS on the folder User Reports
.
Hey @Flash3001 ,
It says "Termination Reason: DYLD, [0x2] Wrong architecture"
. Is it because i just have arm64 and x86_64 modules? Else i had other problems though and couldnt even compile and start the application.
Else it says:
Dyld Error Message:
Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/USER/Library/Developer/CoreSimulator/Devices/FD729E4E-A2DD-4801-A9A6-4FAAF5B63498/data/Containers/Bundle/Application/4C901B21-80AE-4C88-A5E3-6CC90B60696C/App.iPhone.app/Frameworks/ColorPickerIosFramework.framework/ColorPickerIosFramework
Reason: no suitable image found. Did find:
/Users/xamarin/Library/Developer/CoreSimulator/Devices/FD729E4E-A2DD-4801-A9A6-4FAAF5B63498/data/Containers/Bundle/Application/4C901B21-80AE-4C88-A5E3-6CC90B60696C/App.iPhone.app/Frameworks/libswiftCore.dylib: no matching architecture in universal wrapper
/Users/xamarin/Library/Developer/CoreSimulator/Devices/FD729E4E-A2DD-4801-A9A6-4FAAF5B63498/data/Containers/Bundle/Application/4C901B21-80AE-4C88-A5E3-6CC90B60696C/App.iPhone.app/Frameworks/libswiftCore.dylib: stat() failed with errno=45
/Users/xamarin/Library/Developer/CoreSimulator/Devices/FD729E4E-A2DD-4801-A9A6-4FAAF5B63498/data/Containers/Bundle/Application/4C90
Though i got all of the latest Swift4 Packages added.
Hey @Noires I've never seen this issue before. If you like you can send the binding to me and I can take a look at it to see what I find.
I tried it again with https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library
Step 1. Disable Bitcode. Step 2. Build it on Release-Device and Release-Simulator with Swift 4.2 Step 3. Used Lip to create a fat library and copied the architecture files from simulator to the fat library. Step 4. Imported the library into VS. Step 5. Added one class to the bindings to test it out. Step 6. Debugging on IOS-Simulator with the following error on startup again:
Process: Binding.TestApp.iPhone [14486]
Path: /Users/USER/Library/Developer/CoreSimulator/Devices/FD729E4E-A2DD-4801-A9A6-4FAAF5B63498/data/Containers/Bundle/Application/74D7F933-AF51-49E4-8BBF-5A33E61E6FEA/Binding.TestApp.iPhone.app/Binding.TestApp.iPhone
Identifier: Binding.TestApp.iPhone
Version: 1.0 (1.0)
Code Type: X86-64 (Native)
Parent Process: launchd_sim [95498]
Responsible: Binding.TestApp.iPhone [14486]
User ID: 502
Date/Time: 2019-03-19 09:52:18.696 +0100
OS Version: Mac OS X 10.13.6 (17G5019)
Report Version: 12
Anonymous UUID: 5EF755FD-6788-81D8-E364-88EF0D3D2167
Time Awake Since Boot: 4200000 seconds
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x2] Wrong architecture
Application Specific Information:
dyld: launch, loading dependent libraries
DYLD_FALLBACK_LIBRARY_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib
DYLD_ROOT_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot
DYLD_FALLBACK_FRAMEWORK_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks
Dyld Error Message:
Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/USER/Library/Developer/CoreSimulator/Devices/FD729E4E-A2DD-4801-A9A6-4FAAF5B63498/data/Containers/Bundle/Application/74D7F933-AF51-49E4-8BBF-5A33E61E6FEA/Binding.TestApp.iPhone.app/Frameworks/iOSDFULibrary.framework/iOSDFULibrary
Reason: no suitable image found. Did find:
/Users/xamarin/Library/Developer/CoreSimulator/Devices/FD729E4E-A2DD-4801-A9A6-4FAAF5B63498/data/Containers/Bundle/Application/74D7F933-AF51-49E4-8BBF-5A33E61E6FEA/Binding.TestApp.iPhone.app/Frameworks/libswiftCore.dylib: no matching architecture in universal wrapper
/Users/xamarin/Library/Developer/CoreSimulator/Devices/FD729E4E-A2DD-4801-A9A6-4FAAF5B63498/data/Containers/Bundle/Application/74D7F933-AF51-49E4-8BBF-5A33E61E6FEA/Binding.TestApp.iPhone.app/Frameworks/libswiftCore.dylib: stat() failed with errno=45
/Users/xamarin/Library/Developer/CoreSimulator/Devices/FD729E4E-A2DD-4801-A9A6-4FAAF5B63498/data/Containers/Bundle/Application/74D7F933-AF51-49E4-8BBF-
I just found issue #17 . Is it still the case that the packages should be in the packages folder? Not sure if that is causing an issue since i changed to the new handling of the nuget packages.
Yeah that was basically causing the issue i had, since my Nuget Packages where in my user folder and not in the required folder. Think there is atleast an information needed for that case.
Hey @Noires, are you using PackageReference? Please see this issue: https://github.com/Flash3001/iOSCharts.Xamarin/issues/47#issuecomment-452548254. Version 4.0.0.2 should fix it.
If not: the package can be anywhere, as long as the path set on Import
is valid. If you remove the Condition check on that the build will fail if the path is unreachable. That condition is added automatically by Nuget, so if the path to the .targets file is invalid it just ignores and a bunch of issues arises.
I have the same issue after updating from:
Xamarin.Swift4 4.0.0 Xamarin.Swift4.{packages} 4.1.0
to the latest version 4.0.0.2 and 4.2.1.1. I am also getting a EXC_CRASH before the Debugger from VS can connect to the application. I can provide more information the next days if needed.
Hey @osca please send me your crash report and if possible a build log. Is that also Simulator? #25 reported an issue on Device. VS4M or VS ?
I'm using VS4M and testing on an iPhone X. Hope that helps.
Build log
Building SoestTourism.iOS (Debug|iPhone)
Build started 3/27/2019 1:52:48 PM.
__________________________________________________
Project "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/SoestTourism.iOS.csproj" (Build target(s)):
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 _BeforeCoreCompileImageAssets:
Skipping target "_BeforeCoreCompileImageAssets" because all output files are up-to-date with respect to the input files.
Target _CoreCompileImageAssets:
Skipping target "_CoreCompileImageAssets" because all output files are up-to-date with respect to the input files.
Target _CoreCompileColladaAssets:
Skipping target "_CoreCompileColladaAssets" 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 _BeforeCoreCompileSceneKitAssets:
Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
Target _CoreCompileSceneKitAssets:
Skipping target "_CoreCompileSceneKitAssets" 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 all output files are up-to-date with respect to the input files.
Target _CoreOptimizePropertyLists:
Skipping target "_CoreOptimizePropertyLists" because it has no inputs.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _GetProjectReferenceTargetFrameworkProperties:
__________________________________________________
Project "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/SoestTourism.iOS.csproj" is building "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism/SoestTourism.csproj" (GetTargetFrameworks target(s)):
Target ResolveProjectReferences:
__________________________________________________
Project "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/SoestTourism.iOS.csproj" is building "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism/SoestTourism.csproj" (GetTargetPath target(s)):
Target BclBuildValidateNugetPackageReferences:
/Users/osca/.nuget/packages/microsoft.bcl.build/1.0.21/build/Microsoft.Bcl.Build.targets(243,5): warning : All projects referencing SoestTourism.csproj must install nuget package Microsoft.Bcl.Build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317569.
Done building target "BclBuildValidateNugetPackageReferences" in project "SoestTourism.csproj".
Done building project "SoestTourism.csproj".
__________________________________________________
Project "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/SoestTourism.iOS.csproj" is building "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism/SoestTourism.csproj" (GetNativeManifest target(s)):
Target _UnpackLibraryResources:
Up to date: packages.config
Up to date: packages.config
Up to date: Frameworks/libswiftAVFoundation.dylib
Up to date: SwiftFrameworksSimulator/libswiftAVFoundation.dylib
Up to date: Frameworks/libswiftCore.dylib
Up to date: SwiftFrameworksSimulator/libswiftCore.dylib
Up to date: SwiftFrameworksSimulator/libswiftCoreAudio.dylib
Up to date: Frameworks/libswiftCoreAudio.dylib
Up to date: SwiftFrameworksSimulator/libswiftCoreData.dylib
Up to date: Frameworks/libswiftCoreData.dylib
Up to date: Frameworks/libswiftCoreFoundation.dylib
Up to date: SwiftFrameworksSimulator/libswiftCoreFoundation.dylib
Up to date: Frameworks/libswiftCoreGraphics.dylib
Up to date: SwiftFrameworksSimulator/libswiftCoreGraphics.dylib
Up to date: Frameworks/libswiftCoreImage.dylib
Up to date: SwiftFrameworksSimulator/libswiftCoreImage.dylib
Up to date: Frameworks/libswiftCoreLocation.dylib
Up to date: SwiftFrameworksSimulator/libswiftCoreLocation.dylib
Up to date: Frameworks/libswiftCoreMedia.dylib
Up to date: SwiftFrameworksSimulator/libswiftCoreMedia.dylib
Up to date: Frameworks/libswiftDarwin.dylib
Up to date: SwiftFrameworksSimulator/libswiftDarwin.dylib
Up to date: Frameworks/libswiftDispatch.dylib
Up to date: SwiftFrameworksSimulator/libswiftDispatch.dylib
Up to date: Frameworks/libswiftFoundation.dylib
Up to date: SwiftFrameworksSimulator/libswiftFoundation.dylib
Up to date: Frameworks/libswiftMapKit.dylib
Up to date: SwiftFrameworksSimulator/libswiftMapKit.dylib
Up to date: Frameworks/libswiftMetal.dylib
Up to date: SwiftFrameworksSimulator/libswiftMetal.dylib
Up to date: Frameworks/libswiftObjectiveC.dylib
Up to date: SwiftFrameworksSimulator/libswiftObjectiveC.dylib
Up to date: Frameworks/libswiftos.dylib
Up to date: SwiftFrameworksSimulator/libswiftos.dylib
Up to date: Frameworks/libswiftQuartzCore.dylib
Up to date: SwiftFrameworksSimulator/libswiftQuartzCore.dylib
Up to date: Frameworks/libswiftsimd.dylib
Up to date: SwiftFrameworksSimulator/libswiftsimd.dylib
Up to date: Frameworks/libswiftUIKit.dylib
Up to date: SwiftFrameworksSimulator/libswiftUIKit.dylib
Up to date: packages.config
Target GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Target CoreCompile:
/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /nowarn:2008 /nostdlib+ /errorreport:prompt /warn:4 /define:__IOS__;__MOBILE__;__UNIFIED__;DEBUG /errorendlocation /preferreduilang:en-US /reference:/Users/osca/.nuget/packages/acr.support/2.0.2/lib/Xamarin.iOS10/Acr.Support.iOS.dll /reference:/Users/osca/.nuget/packages/acr.userdialogs/7.0.1/lib/xamarinios10/Acr.UserDialogs.dll /reference:/Users/osca/.nuget/packages/btprogresshud/1.2.0.6/lib/Xamarin.iOS10/BTProgressHUD.dll /reference:/Users/osca/.nuget/packages/xamarin.ffimageloading/2.3.6/lib/Xamarin.iOS10/FFImageLoading.dll /reference:/Users/osca/.nuget/packages/xamarin.ffimageloading/2.3.6/lib/Xamarin.iOS10/FFImageLoading.Platform.dll /reference:/Users/osca/.nuget/packages/microsoft.appcenter.analytics/1.5.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.dll /reference:/Users/osca/.nuget/packages/microsoft.appcenter.analytics/1.5.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.iOS.Bindings.dll /reference:/Users/osca/.nuget/packages/microsoft.appcenter.crashes/1.5.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.dll /reference:/Users/osca/.nuget/packages/microsoft.appcenter.crashes/1.5.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.iOS.Bindings.dll /reference:/Users/osca/.nuget/packages/microsoft.appcenter/1.5.0/lib/Xamarin.iOS10/Microsoft.AppCenter.dll /reference:/Users/osca/.nuget/packages/microsoft.appcenter/1.5.0/lib/Xamarin.iOS10/Microsoft.AppCenter.iOS.Bindings.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll /reference:/Users/osca/.nuget/packages/mvvmcross/6.2.3/lib/xamarinios10/MvvmCross.dll /reference:/Users/osca/.nuget/packages/mvvmcross.plugin.color/6.2.3/lib/xamarinios10/MvvmCross.Plugin.Color.dll /reference:/Users/osca/.nuget/packages/mvvmcross.plugin.file/6.2.3/lib/xamarinios10/MvvmCross.Plugin.File.dll /reference:/Users/osca/.nuget/packages/mvvmcross.plugin.location/6.2.3/lib/xamarinios10/MvvmCross.Plugin.Location.dll /reference:/Users/osca/.nuget/packages/mvvmcross.plugin.messenger/6.2.3/lib/netstandard2.0/MvvmCross.Plugin.Messenger.dll /reference:/Users/osca/.nuget/packages/mvvmcross.plugin.resxlocalization/6.2.3/lib/netstandard2.0/MvvmCross.Plugin.ResxLocalization.dll /reference:/Users/osca/.nuget/packages/mvvmcross.plugin.visibility/6.2.3/lib/xamarinios10/MvvmCross.Plugin.Visibility.dll /reference:/Users/osca/.nuget/packages/naxam.mapbox.ios/3.7.6/lib/Xamarin.iOS10/Naxam.Mapbox.iOS.dll /reference:/Users/osca/.nuget/packages/naxam.mapboxnavigation.ios/0.16.0/lib/xamarinios10/Naxam.MapboxCoreNavigation.iOS.dll /reference:/Users/osca/.nuget/packages/naxam.mapboxnavigation.ios/0.16.0/lib/xamarinios10/Naxam.MapboxDirections.iOS.dll /reference:/Users/osca/.nuget/packages/naxam.mapboxnavigation.ios/0.16.0/lib/xamarinios10/Naxam.MapboxNavigation.iOS.dll /reference:/Users/osca/.nuget/packages/naxam.mapboxnavigation.ios/0.16.0/lib/xamarinios10/Naxam.MapboxSpeech.iOS.dll /reference:/Users/osca/.nuget/packages/newtonsoft.json/11.0.1/lib/netstandard2.0/Newtonsoft.Json.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/OpenTK-1.0.dll /reference:/Users/osca/.nuget/packages/xam.plugin.deviceinfo/3.1.0/lib/Xamarin.iOS10/Plugin.DeviceInfo.Abstractions.dll /reference:/Users/osca/.nuget/packages/xam.plugin.deviceinfo/3.1.0/lib/Xamarin.iOS10/Plugin.DeviceInfo.dll /reference:/Users/osca/.nuget/packages/plugin.mediamanager/0.4.5/lib/Xamarin.iOS10/Plugin.MediaManager.Abstractions.dll /reference:/Users/osca/.nuget/packages/plugin.mediamanager/0.4.5/lib/Xamarin.iOS10/Plugin.MediaManager.dll /reference:/Users/osca/.nuget/packages/plugin.permissions/2.1.0/lib/Xamarin.iOS10/Plugin.Permissions.Abstractions.dll /reference:/Users/osca/.nuget/packages/plugin.permissions/2.1.0/lib/Xamarin.iOS10/Plugin.Permissions.dll /reference:/Users/osca/.nuget/packages/ricardo.sdwebimage.ios/4.2.2.1/lib/Xamarin.iOS10/Ricardo.SDWebImage.iOS.dll /reference:/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism/bin/Debug/netstandard2.0/SoestTourism.dll /reference:/Users/osca/.nuget/packages/splat/7.0.1/lib/xamarinios10/Splat.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Runtime.Serialization.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.Linq.dll /reference:/Users/osca/.nuget/packages/webp.touch/1.0.8/lib/Xamarin.iOS10/WebP.Touch.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll /reference:/Users/osca/.nuget/packages/xamarin.rangeslider/1.0.1/lib/Xamarin.iOS10/Xamarin.RangeSlider.Common.dll /reference:/Users/osca/.nuget/packages/xamarin.rangeslider/1.0.1/lib/Xamarin.iOS10/Xamarin.RangeSlider.iOS.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.avfoundation/4.1.0/lib/xamarinios10/Xamarin.Swift4.AVFoundation.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.core/4.1.0/lib/xamarinios10/Xamarin.Swift4.Core.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.coreaudio/4.1.0/lib/xamarinios10/Xamarin.Swift4.CoreAudio.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.coredata/4.1.0/lib/xamarinios10/Xamarin.Swift4.CoreData.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.corefoundation/4.1.0/lib/xamarinios10/Xamarin.Swift4.CoreFoundation.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.coregraphics/4.1.0/lib/xamarinios10/Xamarin.Swift4.CoreGraphics.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.coreimage/4.1.0/lib/xamarinios10/Xamarin.Swift4.CoreImage.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.corelocation/4.1.0/lib/xamarinios10/Xamarin.Swift4.CoreLocation.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.coremedia/4.1.0/lib/xamarinios10/Xamarin.Swift4.CoreMedia.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.darwin/4.1.0/lib/xamarinios10/Xamarin.Swift4.Darwin.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.dispatch/4.1.0/lib/xamarinios10/Xamarin.Swift4.Dispatch.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4/4.0.0/lib/xamarinios10/Xamarin.Swift4.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.foundation/4.1.0/lib/xamarinios10/Xamarin.Swift4.Foundation.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.mapkit/4.1.0/lib/xamarinios10/Xamarin.Swift4.MapKit.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.metal/4.1.0/lib/xamarinios10/Xamarin.Swift4.Metal.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.objectivec/4.1.0/lib/xamarinios10/Xamarin.Swift4.ObjectiveC.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.os/4.1.0/lib/xamarinios10/Xamarin.Swift4.OS.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.quartzcore/4.1.0/lib/xamarinios10/Xamarin.Swift4.QuartzCore.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.simd/4.1.0/lib/xamarinios10/Xamarin.Swift4.SIMD.dll /reference:/Users/osca/.nuget/packages/xamarin.swift4.uikit/4.1.0/lib/xamarinios10/Xamarin.Swift4.UIKit.dll /reference:/Users/osca/.nuget/packages/xbindings.awscore.ios/2.6.8/lib/Xamarin.iOS10/Xbindings.AWSCore.iOS.dll /reference:/Users/osca/.nuget/packages/xbindings.awspolly.ios/2.6.8/lib/Xamarin.iOS10/Xbindings.AWSPolly.iOS.dll /reference:/Users/osca/.nuget/packages/xbindings.mapboxmobileevents.ios/0.11.0/lib/Xamarin.iOS10/Xbindings.MapboxMobileEvents.iOS.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.AppContext.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.NonGeneric.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Specialized.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.TypeConverter.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Console.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.Common.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.SqlClient.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.FileVersionInfo.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Process.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.StackTrace.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TextWriterTraceListener.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceEvent.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceSource.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Calendars.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Compression.ZipFile.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.DriveInfo.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Watcher.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.IsolatedStorage.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.MemoryMappedFiles.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Pipes.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.UnmanagedMemoryStream.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.AuthenticationManager.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Cache.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.HttpListener.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Mail.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NameResolution.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Ping.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Security.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.ServicePoint.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Sockets.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Utilities.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.Client.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.DispatchProxy.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.TypeExtensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Reader.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ReaderWriter.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Writer.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.CompilerServices.VisualC.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Loader.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Formatters.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Claims.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Algorithms.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Cng.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Csp.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.DeriveBytes.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encoding.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.Aes.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.OpenSsl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Pkcs.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.ProtectedData.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RSA.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.X509Certificates.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.Windows.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.SecureString.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceProcess.ServiceController.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.CodePages.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Overlapped.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Thread.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.ThreadPool.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ValueTuple.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlSerializer.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XmlDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.Xsl.Primitives.dll /debug+ /debug:portable /optimize- /out:obj/iPhone/Debug/SoestTourism.iOS.exe /target:exe /utf8output Main.cs AppDelegate.cs Services/TimerWrapper.cs Setup.cs ViewController.cs ViewController.designer.cs Views/TutorialView.cs Views/TutorialView.designer.cs LinkerPleaseInclude.cs Services/SensorService.cs Utils/ScreenUtils.cs Views/HomeView.cs Views/HomeView.designer.cs Views/FilterView.cs Views/FilterView.designer.cs Views/PoiDetailView.cs Views/PoiDetailView.designer.cs Views/MainView.cs Views/MainView.designer.cs Views/ArView.cs Views/ArView.designer.cs Views/PoiTableViewCell.cs Views/PoiTableViewCell.designer.cs Helpers/PoiTableViewSource.cs Helpers/HeaderLabel.cs Helpers/TourTableViewSource.cs Views/TourView.cs Views/TourView.designer.cs Views/TourTableViewCell.cs Views/TourTableViewCell.designer.cs Views/TourDetailView.cs Views/TourDetailView.designer.cs Views/TourRouteView.cs Views/TourRouteView.designer.cs Services/DeviceAudioService.cs Views/MapView.cs Views/MapView.designer.cs Utils/MapUtils.cs Helpers/PoiElement.cs Utils/IOSConstants.cs Views/PhotoView.cs Views/PhotoView.designer.cs Views/ImprintView.cs Views/ImprintView.designer.cs Utils/AnimatedImageView.cs Converters/PoiDescriptionHtmlConverter.cs Services/MapboxServicePlatform.cs "/var/folders/v4/zl_ylc_s0kx59sfy1mqn6h800000gn/T/Xamarin.iOS,Version=v1.0.AssemblyAttributes.cs"
Services/DeviceAudioService.cs(62,21,62,28): warning CS0108: 'DeviceAudioService.Dispose()' hides inherited member 'NSObject.Dispose()'. Use the new keyword if hiding was intended.
Setup.cs(50,13,50,79): warning CS0618: 'Mvx.ConstructAndRegisterSingleton<TInterface, TType>()' is obsolete: 'Use Mvx.IoCProvider instead'
Helpers/PoiElement.cs(135,13,135,35): warning CS0618: 'Mvx.Resolve<TService>()' is obsolete: 'Use Mvx.IoCProvider instead'
Services/DeviceAudioService.cs(20,47,20,64): warning CS0067: The event 'DeviceAudioService.ErrorEventHandler' is never used
Done building target "CoreCompile" in project "SoestTourism.iOS.csproj".
Target _CopyFilesMarkedCopyLocal:
Touching "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/obj/iPhone/Debug/SoestTourism.iOS.csproj.CopyComplete".
Target GetCopyToOutputDirectoryItems:
__________________________________________________
Project "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/SoestTourism.iOS.csproj" is building "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism/SoestTourism.csproj" (GetCopyToOutputDirectoryItems target(s)):
Target CopyFilesToOutputDirectory:
Copying file from "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/obj/iPhone/Debug/SoestTourism.iOS.exe" to "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/SoestTourism.iOS.exe".
SoestTourism.iOS -> /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/SoestTourism.iOS.exe
Copying file from "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/obj/iPhone/Debug/SoestTourism.iOS.pdb" to "/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/SoestTourism.iOS.pdb".
Target _DetectSigningIdentity:
Detected signing identity:
Code Signing Key: "iPhone Developer: Dennis Wiosna (8R3XRD9VRU)" (DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58)
Provisioning Profile: "VS: io.spotar.SoestTourism.iOS Development" (0288b2a4-0c40-404c-a701-215e4070c1e2)
Bundle Id: io.spotar.SoestTourism.iOS
App Id: EEZJ3JXQG6.io.spotar.SoestTourism.iOS
Target _CopyResourcesToBundle:
Skipping target "_CopyResourcesToBundle" because all output files are up-to-date with respect to the input files.
Target _DetectDebugNetworkConfiguration:
DebugIPAddresses:
Target _CompileAppManifest:
Skipping target "_CompileAppManifest" because all output files are up-to-date with respect to the input files.
Target _ParseExtraMtouchArgs:
NoSymbolStrip Output: False
NoDSymUtil Output: false
Target _CompileToNative:
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch @/Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/response-file.rsp
Touching "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/mtouch.stamp".
Target _CompileITunesMetadata:
Skipping target "_CompileITunesMetadata" because all output files are up-to-date with respect to the input files.
Target _CopyITunesArtwork:
Skipping target "_CopyITunesArtwork" because all output files are up-to-date with respect to the input files.
Target _CopyITunesArtwork:
Skipping target "_CopyITunesArtwork" because all output files are up-to-date with respect to the input files.
Target _CopyAppExtensionsToBundle:
Directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/PlugIns/_CodeSignature" doesn't exist. Skipping.
Directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../.dSYM" doesn't exist. Skipping.
Target _GenerateAppExtensionDebugSymbols:
Directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../.dSYM" doesn't exist. Skipping.
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../AWSCore.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../AWSCore.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/AWSCore.framework/AWSCore
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/AWSCore.framework/AWSCore
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/AWSCore.framework/AWSCore
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../AWSPolly.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../AWSPolly.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/AWSPolly.framework/AWSPolly
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/AWSPolly.framework/AWSPolly
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/AWSPolly.framework/AWSPolly
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../Mapbox.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../Mapbox.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Mapbox.framework/Mapbox
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Mapbox.framework/Mapbox
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Mapbox.framework/Mapbox
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../MapboxCoreNavigation.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../MapboxCoreNavigation.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxCoreNavigation.framework/MapboxCoreNavigation
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxCoreNavigation.framework/MapboxCoreNavigation
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxCoreNavigation.framework/MapboxCoreNavigation
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../MapboxDirections.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../MapboxDirections.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxDirections.framework/MapboxDirections
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxDirections.framework/MapboxDirections
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxDirections.framework/MapboxDirections
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../MapboxMobileEvents.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../MapboxMobileEvents.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxMobileEvents.framework/MapboxMobileEvents
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxMobileEvents.framework/MapboxMobileEvents
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxMobileEvents.framework/MapboxMobileEvents
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../MapboxNavigation.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../MapboxNavigation.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxNavigation.framework/MapboxNavigation
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxNavigation.framework/MapboxNavigation
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxNavigation.framework/MapboxNavigation
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../MapboxSpeech.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../MapboxSpeech.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxSpeech.framework/MapboxSpeech
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxSpeech.framework/MapboxSpeech
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxSpeech.framework/MapboxSpeech
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../Polyline.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../Polyline.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Polyline.framework/Polyline
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Polyline.framework/Polyline
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Polyline.framework/Polyline
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../SDWebImage.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../SDWebImage.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/SDWebImage.framework/SDWebImage
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/SDWebImage.framework/SDWebImage
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/SDWebImage.framework/SDWebImage
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../Solar.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../Solar.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Solar.framework/Solar
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Solar.framework/Solar
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Solar.framework/Solar
Target _GenerateFrameworkDebugSymbols:
Removing directory "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../Turf.framework.dSYM".
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil -t 4 -z -o bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/../Turf.framework.dSYM bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Turf.framework/Turf
warning: no debug symbols in executable (-arch arm64)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -S -x bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Turf.framework/Turf
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: changes being made to the file will invalidate the code signature in: /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Turf.framework/Turf
Target _GenerateDebugSymbols:
Skipping target "_GenerateDebugSymbols" because all output files are up-to-date with respect to the input files.
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/AWSCore.framework/AWSCore
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/AWSCore".
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/AWSPolly.framework/AWSPolly
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/AWSPolly".
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Mapbox.framework/Mapbox
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/Mapbox".
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxCoreNavigation.framework/MapboxCoreNavigation
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/MapboxCoreNavigation".
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxDirections.framework/MapboxDirections
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/MapboxDirections".
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxMobileEvents.framework/MapboxMobileEvents
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/MapboxMobileEvents".
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxNavigation.framework/MapboxNavigation
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/MapboxNavigation".
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/MapboxSpeech.framework/MapboxSpeech
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/MapboxSpeech".
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Polyline.framework/Polyline
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/Polyline".
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/SDWebImage.framework/SDWebImage
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/SDWebImage".
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Solar.framework/Solar
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/Solar".
Target _CodesignFrameworks:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/Frameworks/Turf.framework/Turf
Touching "obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/codesign/Turf".
Target _CodesignAppBundle:
Tool /usr/bin/codesign execution started with arguments: -v --force --sign DD902E9F4E7A4EA3C01734A79DC8781A7AA1BA58 --entitlements /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/obj/iPhone/Debug/device-builds/iphone10.6-12.1.4/Entitlements.xcent --timestamp=none /Users/osca/Development/spotar/soestour-app/SoestTourism/SoestTourism.iOS/bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app
Touching "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app.dSYM/Contents/Info.plist".
Touching "bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app/_CodeSignature/CodeResources".
Target _CodesignVerify:
/usr/bin/codesign --verify -vvvv -R='anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.1] exists and (certificate leaf[field.1.2.840.113635.100.6.1.2] exists or certificate leaf[field.1.2.840.113635.100.6.1.4] exists)' bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app
bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app: valid on disk
bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app: satisfies its Designated Requirement
bin/iPhone/Debug/device-builds/iphone10.6-12.1.4/SoestTourism.iOS.app: explicit requirement satisfied
Done building project "SoestTourism.iOS.csproj".
Build succeeded.
/Users/osca/.nuget/packages/microsoft.bcl.build/1.0.21/build/Microsoft.Bcl.Build.targets(243,5): warning : All projects referencing SoestTourism.csproj must install nuget package Microsoft.Bcl.Build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317569.
Services/DeviceAudioService.cs(62,21,62,28): warning CS0108: 'DeviceAudioService.Dispose()' hides inherited member 'NSObject.Dispose()'. Use the new keyword if hiding was intended.
Setup.cs(50,13,50,79): warning CS0618: 'Mvx.ConstructAndRegisterSingleton<TInterface, TType>()' is obsolete: 'Use Mvx.IoCProvider instead'
Helpers/PoiElement.cs(135,13,135,35): warning CS0618: 'Mvx.Resolve<TService>()' is obsolete: 'Use Mvx.IoCProvider instead'
Services/DeviceAudioService.cs(20,47,20,64): warning CS0067: The event 'DeviceAudioService.ErrorEventHandler' is never used
5 Warning(s)
0 Error(s)
Time Elapsed 00:00:15.58
========== Build: 1 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
Build: 0 errors, 5 warnings
Crash log
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Description: DYLD, Library not loaded: @rpath/libswiftAVFoundation.dylib | Referenced from: /private/var/containers/Bundle/Application/DD39877F-5E11-49CB-998E-39D275DC83A5/SoestTourism.iOS.app/Frameworks/MapboxNavigation.framework/MapboxNavigation | Reason: no suitable image found. Did find: | /private/var/containers/Bundle/Application/DD39877F-5E11-49CB-998E-39D275DC83A5/SoestTourism.iOS.app/Frameworks/libswiftAVFoundation.dylib: code signature invalid for '/private/var/containers/Bundle/Application/DD39877F-5E11-49CB-998E-39D275DC83A5/SoestTourism.iOS.app/Frameworks/libswiftAVFoundation.dylib' | /private/var/containers/Bundle/Application/DD39877F-5E11-49CB-998E-39D275DC83A5/SoestTourism.iOS.app/Frameworks/libswiftAVFoundation.dylib: code signature invalid for '/private/var/containers/Bundle/Application/DD39877F-5E11-49CB-998E-39D275DC83A5/SoestTourism.iOS.app/<…>
One more crash log at application startup (may be it helps) at libswiftCore:
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSENOTIFY Termination Description: DYLD, Symbol not found: $s11SubSequenceSlTl | Referenced from: /private/var/containers/Bundle/Application/A1FCBA26-3449-48D9-BED1-91E805532E02/vb.app/Frameworks/MobileMessaging.framework/MobileMessaging | Expected in: /private/var/containers/Bundle/Application/A1FCBA26-3449-48D9-BED1-91E805532E02/vb.app/Frameworks/libswiftCore.dylib | in /private/var/containers/Bundle/Application/A1FCBA26-3449-48D9-BED1-91E805532E02/vb.app/Frameworks/MobileMessaging.framework/MobileMessaging Triggered by Thread: 0
@andrew-nemtsev that is happening because the framework you are using was built using a different version of Swift than the one you installed via Nuget. Please check #21
@osca I was not able to find in your build log any reference to _CodesignSwift or _RemoveExtraLibs that can indicate that the Xamarin.Swift4.targets was not imported, but lets check a few other things first:
1 - Does it work on Simulator? 2 - If you do a clean build does it work on either the Simulator or Device? 3 - Do you use PackageReference? If not check your .csproj (iOS) to see if you can find the Import attribute for Xamarin.Swift4.targets
@osca please update only the Xamarin.Swift4 (no . something else) package from version 4.0.0.1 to 4.0.0.2. All the other ones: Xamarin.Swift4.Core and so on should still be on 4.1.0 as probably the library you are using that depends on Swift was built using Xcode 9.3. Version 4.2.1 is for libraries built using Xcode 10.1. You can check the full list in here: https://www.nuget.org/packages/Xamarin.Swift4.Core/4.1.0
It is because of the base Xamarin.Swift4 had a bug and it didn't work with PackageReference. The files in SimulatorFrameworks were never copied over to Frameworks.
4.1.0 is for libraries built using Xcode 9.3, if you try to use anything else the app crashes as the library you use that depends on Swift wont find its dependencies. You can see the crash log on the device itself under Settings -> Privacy -> Analytics -> Analytics Data
@Flash3001, thanks for the suggestions. I followed your points and got it deployed into TestFlight. But there, the application does not work anymore. Crashlog:
` Date/Time: 2019-04-26 15:33:45.4261 +0200 Launch Time: 2019-04-26 15:33:44.7855 +0200 OS Version: iPhone OS 12.2 (16E227) Baseband Version: 2.03.06 Report Version: 104
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Description: DYLD, Library not loaded: @rpath/libswiftAVFoundation.dylib | Referenced from: /private/var/containers/Bundle/Application/AA5C067C-A151-4E72-A204-7A9C00486F95/SoestTourism.iOS.app/Frameworks/MapboxNavigation.framework/MapboxNavigation | Reason: image not found Triggered by Thread: 0 `
The app is working well when I deploy it through VS4Mac in debug and release build.
@osca the first thing to check is if the Xamarin.Swift4.AVFoundation is added to your project, but you said it work fine locally. Is the app running on older versions of iOS? Like iOS 11 or 12.1 ?
AVFoundation is added to my project. How can I test other iOS versions? The app does not work in an iPhone Simulator. I will try it again now.
Is it somehow possible to bind the Swift4 libraries as a weak reference in a Xamarin build? I read somewhere on the web that it should help.
Edit: Tested in an iPhone 8 iOS 12.2 Simulator. Works.
Edit 2: Also running on iPhone 8 iOS 12.1 and 11.4 Simulator without any problems.
I got it working in TestFlight now by downgrading Visual Studio, Xcode and Xamarin.iOS. Following configuration works:
Visual Studio for Mac 7.8.1 (build 8) Xamarin.iOS 12.2.1.16 XCode 10.1 Xamarin.Swift4 4.0.0.2 Xamarin.Swift4 Libs 4.1.0
Seems to be an issue with the new VS4Mac/Xamarin.iOS and/or XCode version.
@Flash3001 still facing this issue , app crashes on launch please find the crash log
Xamarin.Swift4 (4.0.0) ****crash log {"app_name":"AIModule.iOS","timestamp":"2021-05-26 18:23:41.00 +0530","app_version":"1.0","slice_uuid":"cebccfa8-b42e-3400-9b08-e39d4e1dbb5f","adam_id":0,"build_version":"1.0","platform":2,"bundleID":"com.dmi.autoai","share_with_app_devs":0,"is_first_party":0,"bug_type":"109","os_version":"iPhone OS 14.4.2 (18D70)","incident_id":"63587DC2-A473-4F62-9DDB-D1E6317006BC","name":"AIModule.iOS"} Incident Identifier: 63587DC2-A473-4F62-9DDB-D1E6317006BC CrashReporter Key: af3c364eceb836ebf9157e0dac9ef8f4fdc21926 Hardware Model: iPhone11,2 Process: AIModule.iOS [4232] Path: /private/var/containers/Bundle/Application/E20445EC-D744-4064-A845-DE52C7F71BE8/AIModule.iOS.app/AIModule.iOS Identifier: com.dmi.autoai Version: 1.0 (1.0) Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.dmi.autoai [597]
Date/Time: 2021-05-26 18:23:40.6725 +0530 Launch Time: 2021-05-26 18:23:40.6361 +0530 OS Version: iPhone OS 14.4.2 (18D70) Release Type: User Baseband Version: 3.02.02 Report Version: 104
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0
Application Specific Information: abort() called
Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001ba7fd414 0x1ba7d5000 + 164884 1 libsystem_pthread.dylib 0x00000001d8358b50 0x1d8356000 + 11088 2 libsystem_c.dylib 0x0000000195cdbb74 0x195c65000 + 486260 3 libc++abi.dylib 0x00000001a19cccf8 0x1a19b9000 + 81144 4 libc++abi.dylib 0x00000001a19bde34 0x1a19b9000 + 20020 5 libobjc.A.dylib 0x00000001a18c6f74 0x1a18c0000 + 28532 6 libc++abi.dylib 0x00000001a19cc0e0 0x1a19b9000 + 78048 7 libc++abi.dylib 0x00000001a19ceeb0 0x1a19b9000 + 89776 8 libc++abi.dylib 0x00000001a19cee5c 0x1a19b9000 + 89692 9 LibtorchFramework 0x0000000104579104 0x104228000 + 3477764 10 LibtorchFramework 0x00000001042a929c 0x104228000 + 529052 11 LibtorchFramework 0x00000001042a9120 0x104228000 + 528672 12 LibtorchFramework 0x00000001045aa2b8 0x104228000 + 3678904 13 LibtorchFramework 0x00000001045aa0a4 0x104228000 + 3678372 14 LibtorchFramework 0x00000001045a90b4 0x104228000 + 3674292 15 LibtorchFramework 0x00000001045a8e54 0x104228000 + 3673684 16 LibtorchFramework 0x0000000104233534 0x104228000 + 46388 17 LibtorchFramework 0x00000001045acc30 0x104228000 + 3689520 18 libdyld.dylib 0x000000018c4f2a68 0x18c4e1000 + 72296 19 libdyld.dylib 0x000000018c4e383c 0x18c4e1000 + 10300 20 libdyld.dylib 0x000000018c4f2894 0x18c4e1000 + 71828 21 libdyld.dylib 0x000000018c4e417c 0x18c4e1000 + 12668 22 libdyld.dylib 0x000000018c4f22a0 0x18c4e1000 + 70304 23 libdyld.dylib 0x000000018c511d10 0x18c4e1000 + 199952 24 dyld 0x000000010414182c 0x104138000 + 38956 25 dyld 0x000000010413f5a4 0x104138000 + 30116 26 dyld 0x0000000104139258 0x104138000 + 4696 27 dyld 0x0000000104139038 0x104138000 + 4152
Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x000000016f9d3980 x5: 0x000000016f9d3f30 x6: 0x000000000000000a x7: 0x0000000000000540 x8: 0x00000000000005b9 x9: 0x30166886d6354297 x10: 0x0000000000000002 x11: 0x0000000000000004 x12: 0x0000000000000000 x13: 0x0000000000000001 x14: 0x0000000000000010 x15: 0x000000000000007c x16: 0x0000000000000148 x17: 0x00000001041e38c0 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000000407 x21: 0x00000001041e39a0 x22: 0x00000002837ec230 x23: 0x0000000105c09d40 x24: 0x000000016f9d4708 x25: 0x0000000105236c27 x26: 0x00000002835e3980 x27: 0x0147ae147ae147ae x28: 0x8f5c28f5c28f5c29 fp: 0x000000016f9d3e90 lr: 0x00000001d8358b50 sp: 0x000000016f9d3e70 pc: 0x00000001ba7fd414 cpsr: 0x40000000 esr: 0x56000080 Address size fault
Binary Images:
0x100428000 - 0x103b5ffff AIModule.iOS arm64
EOF
Hey,
iam working with the Swift Version (4.2), the XCode Version (10.1) and targeting IOS 12.1. Iam trying to bind a Colorpicker which was done with Swift for Xamarin IOS and after a little bit of struggling due to the removal of the unnecessary architectures like i386, it started compiling without any auto-linking errors. The issue is now that the app crashes on startup, just by referencing the library. Any idea what could be the reason for this?
In the binding library i set force load and smart link to true, if that might have some influence.
Greetings, Noires