I can no longer debug my Xamarin iOS app on one particular iPad. When the Deploy to Device window reports that the bundle is installed - I do not see the app on my device (even after searching for it). Below is the output:
Installing application bundle
MDMCreateDeltaDirectory:1853 calling MDMDirectoryDiff with:
state->old_bundle: /var/folders/11/3z7k4bg935x9kx542pw1hp3c0000gn/T/Xamarin.iOS_InstallShadowPath/3456ca2adb6320d0a4f6824a1753cc74/2f373390df63c59aa740881816b9e9014d334314/MyApp.app
state->new_bundle: /Users/Laurent/Desktop/Dev/Bucket/Applications/MyApp/iOS/App/MyApp/bin/iPhone/Debug/MyApp.app
state->dst_bundle: /var/folders/11/3z7k4bg935x9kx542pw1hp3c0000gn/T/Xamarin.iOS_InstallShadowPath/MyApp.RQhwXo/MyApp.app_sparse.ipa/Payload//MyApp.app, binaryDiff flag: FALSE
dst_ipa: /var/folders/11/3z7k4bg935x9kx542pw1hp3c0000gn/T/Xamarin.iOS_InstallShadowPath/MyApp.app.RQhwXo/MyApp.app_sparse.ipa
createDictFromFile:1281 open failed for /var/folders/11/3z7k4bg935x9kx542pw1hp3c0000gn/T/Xamarin.iOS_InstallShadowPath/3456ca2adb6320d0a4f6824a1753cc74/2f373390df63c59aa740881816b9e9014d334314/ManifestCache.plist : No such file or directory
__MDMDirectoryDiff_block_invoke29:1414 calling writeDictToFile with: /var/folders/11/3z7k4bg935x9kx542pw1hp3c0000gn/T/Xamarin.iOS_InstallShadowPath/MyApp.app.RQhwXo/MyApp.app_sparse.ipa/ManifestCache.plist
writeDictToFile:1258 ==== Successfully wrote Manifest cache to /var/folders/11/3z7k4bg935x9kx542pw1hp3c0000gn/T/Xamarin.iOS_InstallShadowPath/MyApp.app.RQhwXo/MyApp.app_sparse.ipa/ManifestCache.plist
MDMPatchBundle:1700 unable to realpath "/var/folders/11/3z7k4bg935x9kx542pw1hp3c0000gn/T/Xamarin.iOS_InstallShadowPath/3456ca2adb6320d0a4f6824a1753cc74/2f373390df63c59aa740881816b9e9014d334314/MyApp.app", result: "/private/var/folders/11/3z7k4bg935x9kx542pw1hp3c0000gn/T/Xamarin.iOS_InstallShadowPath/3456ca2adb6320d0a4f6824a1753cc74/2f373390df63c59aa740881816b9e9014d334314/MyApp.app": No such file or directory
MDMPatchAndVerifyBundles:1579 MDMPatchBundle failed
Application bundle installed
My build launches on other devices but does not on this one device. I have tried different build configurations. I have tried restarting Xamarin. I saw this post: http://forums.xamarin.com/discussion/26787/broke-it-cant-deploy-to-physical-devices-anymore however changing the link settings did not help either.
Thanks for your help,