I am trying to create and run under the Debug profile.
So my Xcode is updated 9.2 (9C40b)
. I checked the application store and the developer portal, no updates for it. The Visual Studio community is also updating in7.3.2 (build 12) (stable channel)
Connecting my iPhone only with Xcode Running does not update anything, as I saw in other versions of updates.
The Visual Studio community displays the following information.
Connected to: Dev iPhone
error MT1108: Could not find tools for this device 11.2.1 (15C153). Make sure you are using a compatible version of Xcode, and then connect this device to Xcode to install development support files.
Anyone else run into this? If so, how did you address him?
... later...
The plot is thickening. So I rebooted the phone, now I get this error when starting the application:
dyld: library not loaded: @ rpath / libmonosgen-2.0.dylib
Missing required code signature.
For this error:
https://bugzilla.xamarin.com/show_bug.cgi?id=26404
If I disable Incremental Builds in an iOS project, the above error will no longer be.
... later...
Clearing Received Data
cd ~/Library/Developer/Xcode/DerivedData && rm -rf *
rm -rf ~/Library/Caches/com.apple.dt.Xcode
And cleaning up the project seems to have done the trick.
source
share