Create a xamarin.forms application.
Compile, select IOS project, IOS device.
click run
Obtain this error :
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mlaunch -sdkroot "/Applications/Xcode.app/Contents/Developer" --installdev "/Users/olivier/Downloads/XamarinRSSFeed-master/iOS/bin/iPhone/Debug/device-builds/iphone6.2-11.3/RSSReader.iOS.app" --device ios "--devname=Iphone 5S ormaa" --install-progress
error HE0003: Could not load the framework 'DADocSetAccess' (path: /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/DADocSetAccess): not found.
Application could not be uploaded to the device and cannot be tested on device.
application can be tested on simulator
Application can be executed on IOS device.
Application cannot be tested on IOS device
MacOS high Sierra 10.13.3
iphone X with IOS 11.2.6
iphone 5S with IOS 11.3
visual studio community , Mac, version 7.4.1 build 48
nuget packages updated.
swifty 4.1 (swiftlang-902.0.48 clang-902.0.37.1)
xcode 9.3 - 9E145
Please note that xcode is working fine, as daily tool :
I develop mainly on native application for IOS devices.
I believe that it is coming from swift 4.1 / xcode 9.3 ?
thanks
Olivier
Our stable version of Xamarin.iOS does not support Xcode 9.3 yet, but the versions in the Alpha/Beta channels do.
This means you can:
A small correction:
Duplicate Report: https://github.com/xamarin/xamarin-macios/issues/3837. See that report for a few additional verification details about Xamarin.iOS version 11.9.1.24.
runs on Simulator not Device
I built an app in Xamarin directly to the simulator then tried to run it on my device. I provisioned the app and selected automatic provisioning and selected the team and the software said “Ready to reply app to connected device”. Selected the iPhone device up top and built the app the error
“Application could not be uploaded to the device”
Also had the error “IncorrectArchitecture: Failed to find matching arch for 64-bit Mach-O input file”. And “error MT1006: Could not install the application”
Most helpful comment
A small correction:
Duplicate Report: https://github.com/xamarin/xamarin-macios/issues/3837. See that report for a few additional verification details about Xamarin.iOS version 11.9.1.24.