반응형
작업을 마치고 아카이브에 등록할때 아래와 같은 에러가 발생할 때가 있다.
Please ensure that you are using a release configuration and that the "Use Shared Mono Runtime" option in your project's build options is unchecked.
릴리즈모드에서 사용할 수 없는 아래 옵션(Use Shared Runtime)에 체크가 되어있는 경우 발샐하는 에러인데
문제는 간혹 체크가 되어있지 않은 상황에서도 발생한다는 점이다.
해결책은 비쥬얼스튜디오의 재실행이다.
ref : https://github.com/xamarin/xamarin-android/issues/1760
반응형