xamarin.ios - why does xamarin suddenly not let me deploy to iOS devices -
this started happening today after got message xcode agree new t&c's.
i can't put on device, on of computers.
doesn't work on macbook, doesn't work on mac mini, doens't work existing projects worked fine until yesterday, doesn't work new projects. message:
writedicttofile:1241 open failed /users/georgecook/desktop/test/ios/obj/iphone/debug/mtouch-cache/install-shadow-directory/339bee33bc83c8e05fbd004dcc732c0b/20715d40747e047ba8a4ce4c1d2672ef90161df5/manifestcache.plist : no such file or directory mdmcachedirectorymanifest:1315 writedicttofile failed write /users/georgecook/desktop/test/ios/obj/iphone/debug/mtouch-cache/install-shadow-directory/339bee33bc83c8e05fbd004dcc732c0b/20715d40747e047ba8a4ce4c1d2672ef90161df5/manifestcache.plist : no such file or directory error mt1006: not install application '/users/georgecook/desktop/test/ios/bin/iphone/debug/test.ios.app' on device gandalf white: application failed code-signing checks. check certificates, provisioning profiles, , bundle ids. device not part of selected provisioning profile (error: 0xe8008015).
no idea why happening - not - how resolve this?
i tripped on 1 too.
the key part of message:
your application failed code-signing checks. check certificates, provisioning profiles, , bundle ids. device not part of selected provisioning profile
likely, provisioning profile has expired. easiest way solve launch xcode, create empty project, , hit run. go on series of dialog boxes offering fix provisioning profile until deploys. once happens, can switch visual studio/xamarin studio , deploy.
Comments
Post a Comment