Reputation: 171
I can't get a simple app to run on watchOS 3 and it's driving me CRAZY! I'm running with Xcode 8.
Recreate scenario: Create a newiOS app (defaults to deployment target 10), add WatchOS project (3.0). Try to compile.
I get: Could not AOT the assembly (MT3001)
Changing Build link to "Don't Link" on all three projects and downgrading to target 8.4 and Watch OS 2.2 results: Error MT1006: Could not install the application on the device: Sent message error( error : 0xe800002d).
Launched watch application 'com.XXX.testwatch.watchkitapp' on 'Apple Watch' with pid 270 Exception: Xamarin.Hosting.MobileDeviceException: Send Message Error (error: 0xe800002d) at Xamarin.Hosting.RealDevice.StartSession () <0x118c24dd0 + 0x0009d> in :0 at Xamarin.Hosting.DebugService+c__AnonStorey6.<>m__0 (System.Object v) <0x118c24450 + 0x000cf> in :0 [MVID] 703d5be3b466420882f6cb97c41b6723 0,1
What am I doing wrong here?
Upvotes: 1
Views: 207
Reputation: 171
I've submitted a bug report To Xamarin. They confirmed. You need to modify the default compilation to disable the incremental build.
Upvotes: 2