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

Fails to start on iOS Devices #16253

Closed drewjenkel closed 2 years ago

drewjenkel commented 2 years ago

Steps to Reproduce

  1. From Macbook Pro (16-inch, 2021) Apple M1 Pro 16 GB RAM
  2. Visual Studio for Mac 17.4 Preview (Build 1583)
  3. XCode 14.0.1 Version (14A400)
  4. Create VS Project -> Multiplatform -> App -> Blank App
  5. Change Deploy to iOS
  6. Change Device to iPad (iOS 15.5, Model Name: iPad (9th Gen), Model Mk663LL/A
  7. Start

Expected Behavior

Visual Studio Builds, Provisions, Deploys, and runs app in debug mode on iPad

Actual Behavior

Build Failure: /Users/drew/Projects/testpad2/testpad2/testpad2.iOS/MTOUCH: Error MT4109: Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new (MT4109) (testpad2.iOS)

Environment

Version information ``` Visual Studio Professional 2022 for Mac Preview Version 17.4 Preview (17.4 build 1583) Installation UUID: 471c36d7-a852-472e-b21f-ffe3fbdb9ec6 Runtime .NET 6.0.5 (64-bit) Architecture: Arm64 Roslyn (Language Service) 4.4.0-2.22419.1+ae5663806be933515723b2d5a85faf5d378f460d NuGet Version: 6.3.0.128 .NET SDK (Arm64) SDK: /usr/local/share/dotnet/sdk/7.0.100-rc.1.22431.12/Sdks SDK Versions: 7.0.100-rc.1.22431.12 6.0.401 6.0.400-preview.22330.6 6.0.300 6.0.203 6.0.202 6.0.200 MSBuild SDKs: /Applications/Visual Studio (Preview).app/Contents/MonoBundle/MSBuild/Current/bin/Sdks .NET SDK (x64) SDK Versions: 3.1.423 3.1.421 3.1.419 3.1.418 3.1.416 .NET Runtime (Arm64) Runtime: /usr/local/share/dotnet/dotnet Runtime Versions: 7.0.0-rc.1.22426.10 6.0.9 6.0.6 6.0.5 6.0.4 6.0.2 .NET Runtime (x64) Runtime: /usr/local/share/dotnet/x64/dotnet Runtime Versions: 3.1.29 3.1.27 3.1.25 3.1.24 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 14.0.1 (21336) Build 14A400 Xamarin.Mac Version: 8.12.0.2 (Visual Studio Professional) Hash: 87f98a75e Branch: d17-3 Build date: 2022-07-25 20:18:54-0400 Xamarin Designer Version: 17.4.0.124 Hash: ffbba0c031 Branch: remotes/origin/d17-4 Build date: 2022-09-15 15:36:42 UTC Xamarin.Android Version: 13.0.99.81 (Visual Studio Professional) Commit: xamarin-android/main/7c9c24b Android SDK: /Users/drew/Library/Developer/Xamarin/android-sdk-macosx Supported Android versions: 12.0 (API level 31) SDK Command-line Tools Version: 7.0 SDK Platform Tools Version: 33.0.2 SDK Build Tools Version: 33.0.0 Build Information: Mono: dffa5ab Java.Interop: xamarin/java.interop/main@2c8b0a8f SQLite: xamarin/sqlite/3.39.2@40e8743 Xamarin.Android Tools: xamarin/xamarin-android-tools/main@29f11f2 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.4.0.45 Hash: 8cac7ea Branch: remotes/origin/HEAD~1 Build date: 2022-09-15 15:36:46 UTC Android Device Manager Version: 0.0.0.1196 Hash: b2faf27 Branch: main~1 Build date: 2022-09-15 15:36:46 UTC Xamarin.iOS Version: 15.12.0.2 (Visual Studio Professional) Hash: 87f98a75e Branch: d17-3 Build date: 2022-07-25 20:18:55-0400 Build Information Release ID: 1704001583 Git revision: 70322329919c72a11d9795a3cb403fe4115a5878 Build date: 2022-09-15 15:34:40+00 Build branch: release-17.4 Build lane: release-17.4 Operating System Mac OS X 12.6.0 Darwin 21.6.0 Darwin Kernel Version 21.6.0 Mon Aug 22 20:19:52 PDT 2022 root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64 ```

Build Logs

Example Project (If Possible)

msbuild.binlog.zip

tj-devel709 commented 2 years ago

Hello @drewjenkel. Your information shows that your VSMac is using Xamarin.iOS "Version: 15.12.0.2", but you are targeting Xcode 14 which that Xamarin.iOS version does not support. You may be able to download a Xamarin.iOS version 16.0.* from Visual Studio Mac in the "Check for Updates" section. You can also find a link here to download an updated Xamarin.iOS (under the "Update 1"). This should allow you to get past the error you are getting. Let me know if this works!

drewjenkel commented 2 years ago

I will give it a try. I was able to compile the ipa from VS, and through XCode Devices, Install the App on the iPad itself.

I noticed I compiled without the target of iOS, and the build log I uploaded has a missing Android SDK reference.

I will try Xamarin.iOS 16 and see what happens, and report back.

ghost commented 2 years ago

Hi @drewjenkel. 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.

tj-devel709 commented 2 years ago

Okay yes let us know what happens and if there is anything else to report!

drewjenkel commented 2 years ago

Upon updating Xamarin to 16 (Latest) - App Builds. Attempts to install on the iPad, but fails to deploy.

Error message in VS says "App has been deployed but not started."

I tried to do the publish thing again to produce an IPA, but now it's no longer finding the Provisioning Profile.
CORRECTION. I forgot to move it back to Release mode. It's fine. for Publish route, but still not working to deploy through Xamarin, and not attaching to debugger.

tj-devel709 commented 2 years ago

Are you building a MAUI app or a Xamarin.Forms app? Also is that the full error message from Visual Studio?

ghost commented 2 years ago

Hi @drewjenkel. 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.

drewjenkel commented 2 years ago

This is a Xamarin.Forms App.

Here's the full error:

Deploying to Device: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mlaunch -sdkroot "/Applications/Xcode.app/Contents/Developer" --installdev "/Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app" --device ios "--devname=iPad" --install-progress 2022-10-06 20:17:50.351 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.IDEDebugger.VariablesViewQuickLookProvider for extension Xcode.IDEDebugger.SpriteKitQuickLookProvider of plug-in com.apple.IDESpriteKitParticleEditor 2022-10-06 20:17:50.353 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.IDEDebugger.VariablesViewQuickLookProvider for extension Xcode.SpriteKit.GKStateMachineQuickLookProvider of plug-in com.apple.IDESpriteKitParticleEditor 2022-10-06 20:17:50.367 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.Application of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.DataSourceConnection for extension Xcode.DebuggerFoundation.watchOSSimulator.DataSourceConnectionTargetHub of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.Tool of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.ViewDescriber for extension Xcode.DebuggerFoundation.watchOSSimulator.ViewDescriber of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.IntentsService-AppExtension of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.InfoEditorType for extension Xcode.Xcode3ProjectSupport.InfoEditorType.WatchOS.Bundle of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.WatchKit2-AppExtension of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.InfoEditorSlice for extension Xcode.Xcode3ProjectSupport.InfoEditorSlice.WatchOS.BundleInfo of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.ViewDescriber for extension Xcode.DebuggerFoundation.watchOS.ViewDescriber of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.Framework of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.ExtensionKitAppExtension of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.AppExtension of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.DataSourceConnection for extension Xcode.DebuggerFoundation.watchOS.DataSourceConnectionTargetHub of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.368 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.IDEiPhoneSupport.TargetEditor for extension Xcode.IDEiPhoneSupport.TargetEditor.WatchOS.Application of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.IDEAppleTVSupportUIFramework of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.IDEAppleTVSupportUI.Application of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.IDEAppleTVSupportUI.AppExtension of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.DataSourceConnection for extension Xcode.DebuggerFoundation.tvOSSimulator.DataSourceConnectionTargetHub of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.IDEAppleTVSupportUI.ExtensionKitAppExtension of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.InfoEditorType for extension Xcode.Xcode3ProjectSupport.InfoEditorType.appletvos.Bundle of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.ViewDescriber for extension Xcode.DebuggerFoundation.ATVSimulator.ViewDescriber of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.DeviceIconProvider for extension Xcode.DebuggerFoundation.DeviceIconProvider.AppleTV of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.ViewDescriber for extension Xcode.DebuggerFoundation.ATV.ViewDescriber of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.DataSourceConnection for extension Xcode.DebuggerFoundation.tvOS.DataSourceConnectionTargetHub of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.IDEAppleTVSupportUI.XPC of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:50.369 mlaunch[1210:16959] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.InfoEditorSlice for extension Xcode.Xcode3ProjectSupport.InfoEditorSlice.appletvos.BundleTargetInfo of plug-in com.apple.dt.IDEAppleTVSupportUI Installing application bundle 'com.hitchsoftware.foodtruck' on 'iPad'

Installing application bundle 'com.hitchsoftware.foodtruck' on 'iPad' TransferringPackage - PercentComplete: 10% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/META-INF/ CopyingFile - PercentComplete: 10% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/META-INF/ CopyingFile - PercentComplete: 10% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/META-INF/com.apple.ZipMetadata.plist CopyingFile - PercentComplete: 10% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/META-INF/com.apple.ZipMetadata.plist CopyingFile - PercentComplete: 10% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/META-INF/com.apple.ZipMetadata.plist CopyingFile - PercentComplete: 10% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/OpenTK-1.0.dll CopyingFile - PercentComplete: 10% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/OpenTK-1.0.dll CopyingFile - PercentComplete: 10% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/OpenTK-1.0.dll CopyingFile - PercentComplete: 10% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/_CodeSignature/ CopyingFile - PercentComplete: 10% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/_CodeSignature/ CopyingFile - PercentComplete: 11% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/_CodeSignature/CodeResources CopyingFile - PercentComplete: 11% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/_CodeSignature/CodeResources CopyingFile - PercentComplete: 11% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/_CodeSignature/CodeResources CopyingFile - PercentComplete: 11% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/sk/ CopyingFile - PercentComplete: 11% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/sk/ CopyingFile - PercentComplete: 11% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/sk/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 11% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/sk/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 11% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/sk/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 11% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-Hans/ CopyingFile - PercentComplete: 11% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-Hans/ CopyingFile - PercentComplete: 12% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 12% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 12% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 12% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.Linq.dll CopyingFile - PercentComplete: 12% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.Linq.dll CopyingFile - PercentComplete: 12% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.Linq.dll CopyingFile - PercentComplete: 12% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-Hant/ CopyingFile - PercentComplete: 12% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-Hant/ CopyingFile - PercentComplete: 12% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 12% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 12% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Numerics.aotdata.arm64 CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Numerics.aotdata.arm64 CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Numerics.aotdata.arm64 CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_about@3x.png CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_about@3x.png CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_about@3x.png CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Bcl.AsyncInterfaces.aotdata.arm64 CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Bcl.AsyncInterfaces.aotdata.arm64 CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Bcl.AsyncInterfaces.aotdata.arm64 CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20@2x.png CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20@2x.png CopyingFile - PercentComplete: 13% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20@2x.png CopyingFile - PercentComplete: 14% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hitch_food@2x.png CopyingFile - PercentComplete: 14% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hitch_food@2x.png CopyingFile - PercentComplete: 14% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hitch_food@2x.png CopyingFile - PercentComplete: 14% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pl/ CopyingFile - PercentComplete: 14% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pl/ CopyingFile - PercentComplete: 14% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pl/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 14% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pl/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 14% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pl/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 14% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/vi/ CopyingFile - PercentComplete: 14% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/vi/ CopyingFile - PercentComplete: 15% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/vi/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 15% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/vi/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 15% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/vi/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 15% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.Linq.aotdata.arm64 CopyingFile - PercentComplete: 15% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.Linq.aotdata.arm64 CopyingFile - PercentComplete: 15% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.Linq.aotdata.arm64 CopyingFile - PercentComplete: 15% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/sv/ CopyingFile - PercentComplete: 15% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/sv/ CopyingFile - PercentComplete: 15% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/sv/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 15% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/sv/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 15% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/sv/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 16% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/he/ CopyingFile - PercentComplete: 16% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/he/ CopyingFile - PercentComplete: 16% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/he/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 16% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/he/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 16% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/he/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 16% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ms/ CopyingFile - PercentComplete: 16% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ms/ CopyingFile - PercentComplete: 16% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ms/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 16% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ms/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 16% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ms/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 17% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Core.aotdata.arm64 CopyingFile - PercentComplete: 17% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Core.aotdata.arm64 CopyingFile - PercentComplete: 17% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Core.aotdata.arm64 CopyingFile - PercentComplete: 17% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Core.aotdata.arm64 CopyingFile - PercentComplete: 17% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Core.aotdata.arm64 CopyingFile - PercentComplete: 17% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Core.aotdata.arm64 CopyingFile - PercentComplete: 17% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hitch_food@3x.png CopyingFile - PercentComplete: 17% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hitch_food@3x.png CopyingFile - PercentComplete: 17% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hitch_food@3x.png CopyingFile - PercentComplete: 18% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20@3x.png CopyingFile - PercentComplete: 18% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20@3x.png CopyingFile - PercentComplete: 18% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20@3x.png CopyingFile - PercentComplete: 18% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Net.Http.dll CopyingFile - PercentComplete: 18% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Net.Http.dll CopyingFile - PercentComplete: 18% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Net.Http.dll CopyingFile - PercentComplete: 18% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.iOS.aotdata.arm64 CopyingFile - PercentComplete: 18% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.iOS.aotdata.arm64 CopyingFile - PercentComplete: 18% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.iOS.aotdata.arm64 CopyingFile - PercentComplete: 19% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.iOS.aotdata.arm64 CopyingFile - PercentComplete: 19% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.iOS.aotdata.arm64 CopyingFile - PercentComplete: 19% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/da/ CopyingFile - PercentComplete: 19% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/da/ CopyingFile - PercentComplete: 19% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/da/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 19% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/da/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 19% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/da/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 19% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_about.png CopyingFile - PercentComplete: 19% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_about.png CopyingFile - PercentComplete: 19% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_about.png CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.ServiceModel.Internals.aotdata.arm64 CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.ServiceModel.Internals.aotdata.arm64 CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.ServiceModel.Internals.aotdata.arm64 CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_about@2x.png CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_about@2x.png CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_about@2x.png CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS.exe CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS.exe CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS.exe CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Web.Services.aotdata.arm64 CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Web.Services.aotdata.arm64 CopyingFile - PercentComplete: 20% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Web.Services.aotdata.arm64 CopyingFile - PercentComplete: 21% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Net.Http.aotdata.arm64 CopyingFile - PercentComplete: 21% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Net.Http.aotdata.arm64 CopyingFile - PercentComplete: 21% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Net.Http.aotdata.arm64 CopyingFile - PercentComplete: 21% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Net.Http.aotdata.arm64 CopyingFile - PercentComplete: 21% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.CompilerServices.Unsafe.aotdata.arm64 CopyingFile - PercentComplete: 21% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.CompilerServices.Unsafe.aotdata.arm64 CopyingFile - PercentComplete: 21% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.CompilerServices.Unsafe.aotdata.arm64 CopyingFile - PercentComplete: 21% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.UserSecrets.dll CopyingFile - PercentComplete: 21% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.UserSecrets.dll CopyingFile - PercentComplete: 21% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.UserSecrets.dll CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.dll CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.dll CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.dll CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon60x60@2x.png CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon60x60@2x.png CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon60x60@2x.png CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.FileExtensions.dll CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.FileExtensions.dll CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.FileExtensions.dll CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.dll CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.dll CopyingFile - PercentComplete: 22% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.dll CopyingFile - PercentComplete: 23% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ja/ CopyingFile - PercentComplete: 23% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ja/ CopyingFile - PercentComplete: 23% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ja/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 23% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ja/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 23% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ja/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 23% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/el/ CopyingFile - PercentComplete: 23% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/el/ CopyingFile - PercentComplete: 23% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/el/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 23% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/el/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 23% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/el/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 24% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.Serialization.dll CopyingFile - PercentComplete: 24% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.Serialization.dll CopyingFile - PercentComplete: 24% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.Serialization.dll CopyingFile - PercentComplete: 24% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.Serialization.dll CopyingFile - PercentComplete: 24% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.iOS.aotdata.arm64 CopyingFile - PercentComplete: 24% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.iOS.aotdata.arm64 CopyingFile - PercentComplete: 24% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.iOS.aotdata.arm64 CopyingFile - PercentComplete: 24% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.iOS.aotdata.arm64 CopyingFile - PercentComplete: 25% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.iOS.aotdata.arm64 CopyingFile - PercentComplete: 25% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.iOS.aotdata.arm64 CopyingFile - PercentComplete: 25% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29@2x.png CopyingFile - PercentComplete: 25% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29@2x.png CopyingFile - PercentComplete: 25% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29@2x.png CopyingFile - PercentComplete: 25% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/it/ CopyingFile - PercentComplete: 25% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/it/ CopyingFile - PercentComplete: 25% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/it/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 25% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/it/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 25% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/it/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 26% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ca/ CopyingFile - PercentComplete: 26% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ca/ CopyingFile - PercentComplete: 26% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ca/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 26% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ca/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 26% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ca/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 26% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileSystemGlobbing.dll CopyingFile - PercentComplete: 26% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileSystemGlobbing.dll CopyingFile - PercentComplete: 26% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileSystemGlobbing.dll CopyingFile - PercentComplete: 26% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/cs/ CopyingFile - PercentComplete: 26% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/cs/ CopyingFile - PercentComplete: 27% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/cs/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 27% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/cs/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 27% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/cs/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 27% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.dll CopyingFile - PercentComplete: 27% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.dll CopyingFile - PercentComplete: 27% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.dll CopyingFile - PercentComplete: 27% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.dll CopyingFile - PercentComplete: 27% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.dll CopyingFile - PercentComplete: 27% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.dll CopyingFile - PercentComplete: 28% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.dll CopyingFile - PercentComplete: 28% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.dll CopyingFile - PercentComplete: 28% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40@3x.png CopyingFile - PercentComplete: 28% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40@3x.png CopyingFile - PercentComplete: 28% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40@3x.png CopyingFile - PercentComplete: 28% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Encodings.Web.dll CopyingFile - PercentComplete: 28% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Encodings.Web.dll CopyingFile - PercentComplete: 28% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Encodings.Web.dll CopyingFile - PercentComplete: 29% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.aotdata.arm64 CopyingFile - PercentComplete: 29% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.aotdata.arm64 CopyingFile - PercentComplete: 29% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.aotdata.arm64 CopyingFile - PercentComplete: 29% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.aotdata.arm64 CopyingFile - PercentComplete: 29% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.aotdata.arm64 CopyingFile - PercentComplete: 29% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.aotdata.arm64 CopyingFile - PercentComplete: 29% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.aotdata.arm64 CopyingFile - PercentComplete: 29% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Core.aotdata.arm64 CopyingFile - PercentComplete: 30% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.aotdata.arm64 CopyingFile - PercentComplete: 30% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.aotdata.arm64 CopyingFile - PercentComplete: 30% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.aotdata.arm64 CopyingFile - PercentComplete: 30% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.dll CopyingFile - PercentComplete: 30% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.dll CopyingFile - PercentComplete: 30% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.dll CopyingFile - PercentComplete: 30% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.dll CopyingFile - PercentComplete: 30% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.dll CopyingFile - PercentComplete: 31% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Primitives.dll CopyingFile - PercentComplete: 31% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Primitives.dll CopyingFile - PercentComplete: 31% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Primitives.dll CopyingFile - PercentComplete: 31% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29~ipad.png CopyingFile - PercentComplete: 31% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29~ipad.png CopyingFile - PercentComplete: 31% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29~ipad.png CopyingFile - PercentComplete: 31% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40@2x.png CopyingFile - PercentComplete: 31% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40@2x.png CopyingFile - PercentComplete: 31% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40@2x.png CopyingFile - PercentComplete: 31% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ru/ CopyingFile - PercentComplete: 31% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ru/ CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ru/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ru/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ru/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Physical.aotdata.arm64 CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Physical.aotdata.arm64 CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Physical.aotdata.arm64 CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29@3x.png CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29@3x.png CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29@3x.png CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.aotdata.arm64 CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.aotdata.arm64 CopyingFile - PercentComplete: 32% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.aotdata.arm64 CopyingFile - PercentComplete: 33% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.dll CopyingFile - PercentComplete: 33% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.dll CopyingFile - PercentComplete: 33% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.dll CopyingFile - PercentComplete: 33% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.dll CopyingFile - PercentComplete: 33% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.dll CopyingFile - PercentComplete: 33% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.dll CopyingFile - PercentComplete: 33% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.dll CopyingFile - PercentComplete: 33% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.dll CopyingFile - PercentComplete: 34% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.dll CopyingFile - PercentComplete: 34% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.dll CopyingFile - PercentComplete: 34% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.dll CopyingFile - PercentComplete: 34% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon60x60@3x.png CopyingFile - PercentComplete: 34% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon60x60@3x.png CopyingFile - PercentComplete: 34% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon60x60@3x.png CopyingFile - PercentComplete: 34% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Abstractions.dll CopyingFile - PercentComplete: 34% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Abstractions.dll CopyingFile - PercentComplete: 34% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Abstractions.dll CopyingFile - PercentComplete: 35% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ro/ CopyingFile - PercentComplete: 35% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ro/ CopyingFile - PercentComplete: 35% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ro/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 35% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ro/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 35% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ro/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 35% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.aotdata.arm64 CopyingFile - PercentComplete: 35% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.aotdata.arm64 CopyingFile - PercentComplete: 35% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.aotdata.arm64 CopyingFile - PercentComplete: 35% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.aotdata.arm64 CopyingFile - PercentComplete: 35% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.aotdata.arm64 CopyingFile - PercentComplete: 36% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.aotdata.arm64 CopyingFile - PercentComplete: 36% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Json.aotdata.arm64 CopyingFile - PercentComplete: 36% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Json.aotdata.arm64 CopyingFile - PercentComplete: 36% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Json.aotdata.arm64 CopyingFile - PercentComplete: 36% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Json.aotdata.arm64 CopyingFile - PercentComplete: 36% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/archived-expanded-entitlements.xcent CopyingFile - PercentComplete: 36% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/archived-expanded-entitlements.xcent CopyingFile - PercentComplete: 36% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/archived-expanded-entitlements.xcent CopyingFile - PercentComplete: 36% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/xamarin_logo@2x.png CopyingFile - PercentComplete: 36% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/xamarin_logo@2x.png CopyingFile - PercentComplete: 36% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/xamarin_logo@2x.png CopyingFile - PercentComplete: 37% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 37% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 37% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 37% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 37% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 37% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 37% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 38% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 38% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 38% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 38% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 38% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 38% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 38% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 39% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 39% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 39% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 39% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 39% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 39% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 39% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 40% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 40% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 40% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 40% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 40% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 40% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 40% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 41% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 41% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 41% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 41% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 41% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 41% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 41% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 42% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 42% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 42% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 42% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 42% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 42% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 42% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 43% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 43% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 43% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 43% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 43% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 43% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 43% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 44% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 44% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 44% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 44% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 44% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 44% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 44% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 45% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 45% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 45% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 45% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 45% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 45% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 45% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 46% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 46% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 46% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 46% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 46% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 46% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 46% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 47% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 47% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 47% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 47% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 47% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 47% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 47% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 48% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 48% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 48% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 48% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 48% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 48% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 48% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 49% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 49% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 49% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 49% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 49% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 49% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 49% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 50% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 50% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 50% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 50% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 50% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 50% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 50% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 51% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 51% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 51% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 51% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 51% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 51% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 51% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 52% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 52% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 52% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 52% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 52% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 52% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 52% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 53% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 53% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 53% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 53% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 53% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 53% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 53% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 54% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 54% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 54% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 54% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 54% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 54% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 54% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 55% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 55% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 55% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 55% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 55% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 55% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 55% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 56% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 56% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 56% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 56% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 56% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 56% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 56% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 57% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 57% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 57% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 57% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 57% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 57% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 57% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 58% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 58% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 58% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 58% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 58% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 58% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 58% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 59% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 59% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 59% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 59% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 59% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 59% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 59% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 60% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 60% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 60% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 60% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 60% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 60% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 60% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 61% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 61% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 61% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 61% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 61% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 61% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 61% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 62% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 62% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 62% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 62% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 62% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 62% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 62% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 63% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 63% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 63% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 63% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 63% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 63% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 63% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 64% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 64% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 64% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 64% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 64% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 64% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 64% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 65% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 65% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 65% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 65% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 65% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 65% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 65% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 66% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 66% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 66% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 66% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 66% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 66% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 66% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 67% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 67% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 67% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 67% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 67% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 67% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 67% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 68% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 68% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 68% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 68% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS CopyingFile - PercentComplete: 68% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Abstractions.aotdata.arm64 CopyingFile - PercentComplete: 68% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Abstractions.aotdata.arm64 CopyingFile - PercentComplete: 68% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Abstractions.aotdata.arm64 CopyingFile - PercentComplete: 68% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.aotdata.arm64 CopyingFile - PercentComplete: 68% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.aotdata.arm64 CopyingFile - PercentComplete: 69% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.aotdata.arm64 CopyingFile - PercentComplete: 69% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.aotdata.arm64 CopyingFile - PercentComplete: 69% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.aotdata.arm64 CopyingFile - PercentComplete: 69% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.aotdata.arm64 CopyingFile - PercentComplete: 69% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pt/ CopyingFile - PercentComplete: 69% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pt/ CopyingFile - PercentComplete: 69% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pt/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 69% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pt/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 69% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pt/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 70% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Data.aotdata.arm64 CopyingFile - PercentComplete: 70% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Data.aotdata.arm64 CopyingFile - PercentComplete: 70% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Data.aotdata.arm64 CopyingFile - PercentComplete: 70% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Data.aotdata.arm64 CopyingFile - PercentComplete: 70% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Xaml.dll CopyingFile - PercentComplete: 70% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Xaml.dll CopyingFile - PercentComplete: 70% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Xaml.dll CopyingFile - PercentComplete: 70% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/uk/ CopyingFile - PercentComplete: 70% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/uk/ CopyingFile - PercentComplete: 71% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/uk/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 71% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/uk/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 71% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/uk/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 71% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Assets.car CopyingFile - PercentComplete: 71% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Assets.car CopyingFile - PercentComplete: 71% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Assets.car CopyingFile - PercentComplete: 71% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40@2x~ipad.png CopyingFile - PercentComplete: 71% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40@2x~ipad.png CopyingFile - PercentComplete: 71% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40@2x~ipad.png CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileSystemGlobbing.aotdata.arm64 CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileSystemGlobbing.aotdata.arm64 CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileSystemGlobbing.aotdata.arm64 CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Primitives.aotdata.arm64 CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Primitives.aotdata.arm64 CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Primitives.aotdata.arm64 CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon76x76@2x~ipad.png CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon76x76@2x~ipad.png CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon76x76@2x~ipad.png CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.UserSecrets.aotdata.arm64 CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.UserSecrets.aotdata.arm64 CopyingFile - PercentComplete: 72% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.UserSecrets.aotdata.arm64 CopyingFile - PercentComplete: 73% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.ServiceModel.Internals.dll CopyingFile - PercentComplete: 73% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.ServiceModel.Internals.dll CopyingFile - PercentComplete: 73% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.ServiceModel.Internals.dll CopyingFile - PercentComplete: 73% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.iOS.dll CopyingFile - PercentComplete: 73% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.iOS.dll CopyingFile - PercentComplete: 73% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.iOS.dll CopyingFile - PercentComplete: 73% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.iOS.dll CopyingFile - PercentComplete: 73% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.iOS.dll CopyingFile - PercentComplete: 73% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.dll CopyingFile - PercentComplete: 73% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.dll CopyingFile - PercentComplete: 74% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.dll CopyingFile - PercentComplete: 74% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.dll CopyingFile - PercentComplete: 74% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.dll CopyingFile - PercentComplete: 74% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.dll CopyingFile - PercentComplete: 74% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.aotdata.arm64 CopyingFile - PercentComplete: 74% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.aotdata.arm64 CopyingFile - PercentComplete: 74% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.aotdata.arm64 CopyingFile - PercentComplete: 74% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hitch_food.png CopyingFile - PercentComplete: 74% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hitch_food.png CopyingFile - PercentComplete: 74% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hitch_food.png CopyingFile - PercentComplete: 75% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.CompilerServices.Unsafe.dll CopyingFile - PercentComplete: 75% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.CompilerServices.Unsafe.dll CopyingFile - PercentComplete: 75% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.CompilerServices.Unsafe.dll CopyingFile - PercentComplete: 75% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.aotdata.arm64 CopyingFile - PercentComplete: 75% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.aotdata.arm64 CopyingFile - PercentComplete: 75% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.aotdata.arm64 CopyingFile - PercentComplete: 75% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.aotdata.arm64 CopyingFile - PercentComplete: 75% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.aotdata.arm64 CopyingFile - PercentComplete: 75% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.aotdata.arm64 CopyingFile - PercentComplete: 76% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.aotdata.arm64 CopyingFile - PercentComplete: 76% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.aotdata.arm64 CopyingFile - PercentComplete: 76% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.aotdata.arm64 CopyingFile - PercentComplete: 76% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/mscorlib.aotdata.arm64 CopyingFile - PercentComplete: 76% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Web.Services.dll CopyingFile - PercentComplete: 76% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Web.Services.dll CopyingFile - PercentComplete: 76% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Web.Services.dll CopyingFile - PercentComplete: 77% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ar/ CopyingFile - PercentComplete: 77% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ar/ CopyingFile - PercentComplete: 77% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ar/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 77% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ar/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 77% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ar/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 77% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Json.dll CopyingFile - PercentComplete: 77% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Json.dll CopyingFile - PercentComplete: 77% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.Json.dll CopyingFile - PercentComplete: 77% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Abstractions.dll CopyingFile - PercentComplete: 77% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Abstractions.dll CopyingFile - PercentComplete: 77% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Abstractions.dll CopyingFile - PercentComplete: 78% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hr/ CopyingFile - PercentComplete: 78% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hr/ CopyingFile - PercentComplete: 78% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hr/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 78% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hr/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 78% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hr/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 78% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon83.5x83.5@2x~ipad.png CopyingFile - PercentComplete: 78% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon83.5x83.5@2x~ipad.png CopyingFile - PercentComplete: 78% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon83.5x83.5@2x~ipad.png CopyingFile - PercentComplete: 78% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pt-BR/ CopyingFile - PercentComplete: 78% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pt-BR/ CopyingFile - PercentComplete: 79% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pt-BR/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 79% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pt-BR/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 79% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/pt-BR/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 79% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/xamarin_logo.png CopyingFile - PercentComplete: 79% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/xamarin_logo.png CopyingFile - PercentComplete: 79% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/xamarin_logo.png CopyingFile - PercentComplete: 79% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hu/ CopyingFile - PercentComplete: 79% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hu/ CopyingFile - PercentComplete: 79% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hu/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 79% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hu/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 79% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hu/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 80% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/nl/ CopyingFile - PercentComplete: 80% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/nl/ CopyingFile - PercentComplete: 80% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/nl/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 80% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/nl/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 80% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/nl/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 80% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Essentials.dll CopyingFile - PercentComplete: 80% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Essentials.dll CopyingFile - PercentComplete: 80% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Essentials.dll CopyingFile - PercentComplete: 80% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Mono.Security.dll CopyingFile - PercentComplete: 80% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Mono.Security.dll CopyingFile - PercentComplete: 80% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Mono.Security.dll CopyingFile - PercentComplete: 81% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/OpenTK-1.0.aotdata.arm64 CopyingFile - PercentComplete: 81% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/OpenTK-1.0.aotdata.arm64 CopyingFile - PercentComplete: 81% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/OpenTK-1.0.aotdata.arm64 CopyingFile - PercentComplete: 81% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/LaunchScreen.storyboardc/ CopyingFile - PercentComplete: 81% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/LaunchScreen.storyboardc/ CopyingFile - PercentComplete: 81% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib CopyingFile - PercentComplete: 81% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib CopyingFile - PercentComplete: 81% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib CopyingFile - PercentComplete: 81% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib CopyingFile - PercentComplete: 81% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib CopyingFile - PercentComplete: 81% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib CopyingFile - PercentComplete: 82% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/LaunchScreen.storyboardc/Info.plist CopyingFile - PercentComplete: 82% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/LaunchScreen.storyboardc/Info.plist CopyingFile - PercentComplete: 82% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/LaunchScreen.storyboardc/Info.plist CopyingFile - PercentComplete: 82% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/nb/ CopyingFile - PercentComplete: 82% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/nb/ CopyingFile - PercentComplete: 82% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/nb/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 82% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/nb/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 82% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/nb/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 82% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hi/ CopyingFile - PercentComplete: 82% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hi/ CopyingFile - PercentComplete: 83% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hi/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 83% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hi/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 83% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/hi/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 83% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.aotdata.arm64 CopyingFile - PercentComplete: 83% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.aotdata.arm64 CopyingFile - PercentComplete: 83% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.aotdata.arm64 CopyingFile - PercentComplete: 83% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.aotdata.arm64 CopyingFile - PercentComplete: 83% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.aotdata.arm64 CopyingFile - PercentComplete: 83% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Newtonsoft.Json.aotdata.arm64 CopyingFile - PercentComplete: 84% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/de/ CopyingFile - PercentComplete: 84% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/de/ CopyingFile - PercentComplete: 84% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/de/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 84% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/de/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 84% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/de/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 84% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Data.dll CopyingFile - PercentComplete: 84% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Data.dll CopyingFile - PercentComplete: 84% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Data.dll CopyingFile - PercentComplete: 84% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Data.dll CopyingFile - PercentComplete: 85% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Data.dll CopyingFile - PercentComplete: 85% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.dll CopyingFile - PercentComplete: 85% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.dll CopyingFile - PercentComplete: 85% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.dll CopyingFile - PercentComplete: 85% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.dll CopyingFile - PercentComplete: 85% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.dll CopyingFile - PercentComplete: 85% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.dll CopyingFile - PercentComplete: 86% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/xamarin_logo@3x.png CopyingFile - PercentComplete: 86% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/xamarin_logo@3x.png CopyingFile - PercentComplete: 86% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/xamarin_logo@3x.png CopyingFile - PercentComplete: 86% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ko/ CopyingFile - PercentComplete: 86% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ko/ CopyingFile - PercentComplete: 86% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ko/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 86% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ko/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 86% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/ko/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 86% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/fi/ CopyingFile - PercentComplete: 86% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/fi/ CopyingFile - PercentComplete: 87% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/fi/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 87% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/fi/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 87% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/fi/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 87% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Abstractions.aotdata.arm64 CopyingFile - PercentComplete: 87% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Abstractions.aotdata.arm64 CopyingFile - PercentComplete: 87% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Abstractions.aotdata.arm64 CopyingFile - PercentComplete: 87% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_feed.png CopyingFile - PercentComplete: 87% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_feed.png CopyingFile - PercentComplete: 87% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_feed.png CopyingFile - PercentComplete: 87% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/id/ CopyingFile - PercentComplete: 87% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/id/ CopyingFile - PercentComplete: 88% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/id/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 88% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/id/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 88% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/id/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 88% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/fr/ CopyingFile - PercentComplete: 88% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/fr/ CopyingFile - PercentComplete: 88% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/fr/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 88% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/fr/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 88% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/fr/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 88% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29@2x~ipad.png CopyingFile - PercentComplete: 88% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29@2x~ipad.png CopyingFile - PercentComplete: 88% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon29x29@2x~ipad.png CopyingFile - PercentComplete: 89% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Encodings.Web.aotdata.arm64 CopyingFile - PercentComplete: 89% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Encodings.Web.aotdata.arm64 CopyingFile - PercentComplete: 89% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Text.Encodings.Web.aotdata.arm64 CopyingFile - PercentComplete: 89% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/es/ CopyingFile - PercentComplete: 89% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/es/ CopyingFile - PercentComplete: 89% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/es/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 89% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/es/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 89% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/es/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 89% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Physical.dll CopyingFile - PercentComplete: 89% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Physical.dll CopyingFile - PercentComplete: 89% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.FileProviders.Physical.dll CopyingFile - PercentComplete: 90% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Mono.Security.aotdata.arm64 CopyingFile - PercentComplete: 90% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Mono.Security.aotdata.arm64 CopyingFile - PercentComplete: 90% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Mono.Security.aotdata.arm64 CopyingFile - PercentComplete: 90% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.Serialization.aotdata.arm64 CopyingFile - PercentComplete: 90% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.Serialization.aotdata.arm64 CopyingFile - PercentComplete: 90% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.Serialization.aotdata.arm64 CopyingFile - PercentComplete: 90% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Runtime.Serialization.aotdata.arm64 CopyingFile - PercentComplete: 90% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40~ipad.png CopyingFile - PercentComplete: 90% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40~ipad.png CopyingFile - PercentComplete: 90% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon40x40~ipad.png CopyingFile - PercentComplete: 91% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Numerics.dll CopyingFile - PercentComplete: 91% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Numerics.dll CopyingFile - PercentComplete: 91% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Numerics.dll CopyingFile - PercentComplete: 91% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.dll CopyingFile - PercentComplete: 91% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.dll CopyingFile - PercentComplete: 91% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.dll CopyingFile - PercentComplete: 91% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.dll CopyingFile - PercentComplete: 91% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.dll CopyingFile - PercentComplete: 91% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.dll CopyingFile - PercentComplete: 91% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.dll CopyingFile - PercentComplete: 92% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20~ipad.png CopyingFile - PercentComplete: 92% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20~ipad.png CopyingFile - PercentComplete: 92% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20~ipad.png CopyingFile - PercentComplete: 92% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_feed@2x.png CopyingFile - PercentComplete: 92% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_feed@2x.png CopyingFile - PercentComplete: 92% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_feed@2x.png CopyingFile - PercentComplete: 92% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.iOS.dll CopyingFile - PercentComplete: 92% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.iOS.dll CopyingFile - PercentComplete: 92% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.iOS.dll CopyingFile - PercentComplete: 92% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.iOS.dll CopyingFile - PercentComplete: 93% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.iOS.dll CopyingFile - PercentComplete: 93% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.iOS.dll CopyingFile - PercentComplete: 93% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.FileExtensions.aotdata.arm64 CopyingFile - PercentComplete: 93% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.FileExtensions.aotdata.arm64 CopyingFile - PercentComplete: 93% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Extensions.Configuration.FileExtensions.aotdata.arm64 CopyingFile - PercentComplete: 93% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/embedded.mobileprovision CopyingFile - PercentComplete: 93% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/embedded.mobileprovision CopyingFile - PercentComplete: 93% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/embedded.mobileprovision CopyingFile - PercentComplete: 94% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Essentials.aotdata.arm64 CopyingFile - PercentComplete: 94% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Essentials.aotdata.arm64 CopyingFile - PercentComplete: 94% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Essentials.aotdata.arm64 CopyingFile - PercentComplete: 94% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-HK/ CopyingFile - PercentComplete: 94% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-HK/ CopyingFile - PercentComplete: 94% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 94% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 94% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 94% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_feed@3x.png CopyingFile - PercentComplete: 94% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_feed@3x.png CopyingFile - PercentComplete: 94% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/icon_feed@3x.png CopyingFile - PercentComplete: 95% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/th/ CopyingFile - PercentComplete: 95% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/th/ CopyingFile - PercentComplete: 95% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/th/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 95% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/th/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 95% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/th/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 95% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20@2x~ipad.png CopyingFile - PercentComplete: 95% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20@2x~ipad.png CopyingFile - PercentComplete: 95% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon20x20@2x~ipad.png CopyingFile - PercentComplete: 95% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Info.plist CopyingFile - PercentComplete: 95% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Info.plist CopyingFile - PercentComplete: 95% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Info.plist CopyingFile - PercentComplete: 96% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/tr/ CopyingFile - PercentComplete: 96% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/tr/ CopyingFile - PercentComplete: 96% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/tr/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 96% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/tr/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 96% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/tr/Xamarin.Forms.Platform.iOS.resources.dll CopyingFile - PercentComplete: 96% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Core.dll CopyingFile - PercentComplete: 96% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Core.dll CopyingFile - PercentComplete: 96% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Core.dll CopyingFile - PercentComplete: 96% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Core.dll CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Xaml.aotdata.arm64 CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Xaml.aotdata.arm64 CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Xaml.aotdata.arm64 CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/OpenTK-1.0.dll.config CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/OpenTK-1.0.dll.config CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/OpenTK-1.0.dll.config CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.dll CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.dll CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Xamarin.Forms.Platform.dll CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS.aotdata.arm64 CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS.aotdata.arm64 CopyingFile - PercentComplete: 97% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/foodtruck.iOS.aotdata.arm64 CopyingFile - PercentComplete: 98% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/PkgInfo CopyingFile - PercentComplete: 98% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/PkgInfo CopyingFile - PercentComplete: 98% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/PkgInfo CopyingFile - PercentComplete: 98% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Drawing.Common.aotdata.arm64 CopyingFile - PercentComplete: 98% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Drawing.Common.aotdata.arm64 CopyingFile - PercentComplete: 98% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Drawing.Common.aotdata.arm64 CopyingFile - PercentComplete: 98% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Drawing.Common.dll CopyingFile - PercentComplete: 98% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Drawing.Common.dll CopyingFile - PercentComplete: 98% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Drawing.Common.dll CopyingFile - PercentComplete: 98% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.aotdata.arm64 CopyingFile - PercentComplete: 98% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.aotdata.arm64 CopyingFile - PercentComplete: 99% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.aotdata.arm64 CopyingFile - PercentComplete: 99% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.aotdata.arm64 CopyingFile - PercentComplete: 99% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/System.Xml.aotdata.arm64 CopyingFile - PercentComplete: 99% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon76x76~ipad.png CopyingFile - PercentComplete: 99% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon76x76~ipad.png CopyingFile - PercentComplete: 99% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/AppIcon76x76~ipad.png CopyingFile - PercentComplete: 99% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Bcl.AsyncInterfaces.dll CopyingFile - PercentComplete: 99% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Bcl.AsyncInterfaces.dll CopyingFile - PercentComplete: 99% CopyingFile - Path: /Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app/Microsoft.Bcl.AsyncInterfaces.dll CopyingFile - PercentComplete: 99% CreatingStagingDirectory - PercentComplete: 5% ExtractingPackage - PercentComplete: 15% InspectingPackage - PercentComplete: 20% TakingInstallLock - PercentComplete: 20% PreflightingApplication - PercentComplete: 30% InstallingEmbeddedProfile - PercentComplete: 30% VerifyingApplication - PercentComplete: 40% ApplicationVerificationFailed: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.Nmb0Z3/extracted/foodtruck.iOS.app : 0xe8008014 (The executable contains an invalid signature.) error MT1006: Could not install the application '/Users/drew/src/food-truck/foodtruck/foodtruck/foodtruck.iOS/bin/iPhone/Release/foodtruck.iOS.app' on the device 'iPad': AMDeviceSecureInstallApplicationBundle returned: 0xe8008014.

Application could not be uploaded to the device.

App Output: 2022-10-06 20:17:55.316 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.IDEDebugger.VariablesViewQuickLookProvider for extension Xcode.IDEDebugger.SpriteKitQuickLookProvider of plug-in com.apple.IDESpriteKitParticleEditor 2022-10-06 20:17:55.318 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.IDEDebugger.VariablesViewQuickLookProvider for extension Xcode.SpriteKit.GKStateMachineQuickLookProvider of plug-in com.apple.IDESpriteKitParticleEditor 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.Application of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.DataSourceConnection for extension Xcode.DebuggerFoundation.watchOSSimulator.DataSourceConnectionTargetHub of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.Tool of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.ViewDescriber for extension Xcode.DebuggerFoundation.watchOSSimulator.ViewDescriber of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.IntentsService-AppExtension of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.InfoEditorType for extension Xcode.Xcode3ProjectSupport.InfoEditorType.WatchOS.Bundle of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.WatchKit2-AppExtension of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.InfoEditorSlice for extension Xcode.Xcode3ProjectSupport.InfoEditorSlice.WatchOS.BundleInfo of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.ViewDescriber for extension Xcode.DebuggerFoundation.watchOS.ViewDescriber of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.Framework of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.ExtensionKitAppExtension of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.WatchOS.AppExtension of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.DataSourceConnection for extension Xcode.DebuggerFoundation.watchOS.DataSourceConnectionTargetHub of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.329 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.IDEiPhoneSupport.TargetEditor for extension Xcode.IDEiPhoneSupport.TargetEditor.WatchOS.Application of plug-in com.apple.dt.IDEWatchSupportUI 2022-10-06 20:17:55.330 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.IDEAppleTVSupportUIFramework of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:55.330 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.IDEAppleTVSupportUI.Application of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:55.330 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.IDEAppleTVSupportUI.AppExtension of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:55.330 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.DataSourceConnection for extension Xcode.DebuggerFoundation.tvOSSimulator.DataSourceConnectionTargetHub of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:55.330 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.IDEAppleTVSupportUI.ExtensionKitAppExtension of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:55.330 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.InfoEditorType for extension Xcode.Xcode3ProjectSupport.InfoEditorType.appletvos.Bundle of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:55.330 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.ViewDescriber for extension Xcode.DebuggerFoundation.ATVSimulator.ViewDescriber of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:55.330 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.DeviceIconProvider for extension Xcode.DebuggerFoundation.DeviceIconProvider.AppleTV of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:55.330 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.ViewDescriber for extension Xcode.DebuggerFoundation.ATV.ViewDescriber of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:55.330 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.DebuggerFoundation.DataSourceConnection for extension Xcode.DebuggerFoundation.tvOS.DataSourceConnectionTargetHub of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:55.331 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.TargetSummaryEditor for extension Xcode.Xcode3ProjectSupport.TargetSummaryEditor.IDEAppleTVSupportUI.XPC of plug-in com.apple.dt.IDEAppleTVSupportUI 2022-10-06 20:17:55.331 mlaunch[1224:17107] Requested but did not find extension point with identifier Xcode.Xcode3ProjectSupport.InfoEditorSlice for extension Xcode.Xcode3ProjectSupport.InfoEditorSlice.appletvos.BundleTargetInfo of plug-in com.apple.dt.IDEAppleTVSupportUI warning MT1043: Failed to launch the application using the instruments service. Will try launching the app using gdb service.

Launching 'com.hitchsoftware.foodtruck' on the device 'iPad' Could not find the application 'com.hitchsoftware.foodtruck' on the device 'iPad'.

rolfbjarne commented 2 years ago

Can you check if the EnableCodeSigning property is set to false in your csproj, and if so, change it to true?

Ref: https://developercommunity.visualstudio.com/t/Code-signing-disabled-for-new-projects/10163187

drewjenkel commented 2 years ago

EnableCodeSigning was false, after marking it true, it's now deploying as it should be. Thank you @rolfbjarne that did the trick.

tj-devel709 commented 2 years ago

Thanks @rolfbjarne! Glad that fixed your issue @drewjenkel. Since it sounds like things are good now, I will go ahead and close this issue!