[빌드에러] IOException: Sharing violation on path ..\Temp\StagingArea\assets\bin\Data\Managed\tempStrip\Firebase.Analytics.dll
Unity3D/Trouble Shooting / 2020. 3. 11. 10:50
IOException: Sharing violation on path ..\Temp\StagingArea\assets\bin\Data\Managed\tempStrip\Firebase.Analytics.dll
빌드하다가 못보던 dll 관련 빌드 에러가 나서 확인해보니 백신 관련 문제였다.
백신에서 해당 프로젝트 폴더를 예외처리 하던지, 백신을 잠시 끄자.
[참조]
Answer by timkeosa · '17년 Jul월 25일 PM 06시 04분
I encountered a very similar issue and found it was caused by the antivirus software. By suspending the antivirus process, I was able to work around the problem.
Try configuring your AV to "exclude" your project directory, but if that fails then you'll need to either disable or temporarily suspend the AV's process.
[출처] https://answers.unity.com/questions/1381688/ioexception-sharing-violation-on-path-after-build.html
반응형
'Unity3D > Trouble Shooting' 카테고리의 다른 글
[iOS] 아이폰 언어 태국어로 사용 시, 실행 오류 이슈 (0) | 2020.09.14 |
---|---|
[펌][Unity3D] RenderTexture RawImage 출력 이슈 (0) | 2020.09.01 |
[펌] This release is not compliant with the Google Play 64-bit requirement (0) | 2020.02.17 |
[버그] 유니티 'Any Platform' 문제(DllNotFoundException: FirebaseCppApp-6_9_0) (0) | 2020.01.29 |
[펌] Resolution failed. Failed to fetch the following dependencies: (0) | 2020.01.29 |