개발, 코딩/App - React Native
[xcode] failed to get the task for process
Websterking
2021. 12. 22. 12:57
반응형
xcode에 디바이스 연결 후
테스트를 하려다보니
빌드는 성공적으로 완료되었는데
failed to get the task for process
라는 에러가 등장했다.
[ 솔루션 ]
Build Settings -> code signing identity -> debug -> "ios Develpoer"
"ios Developer" 부분이 핵심이다
저 부분이 "ios Distribution"으로 되어있을때 에러가 발생했었다.
반응형