여러 이유에서
Could not run build/ios/iphoneos/Runner.app on 68bd22b2230c55763eee72ab745a940e3daec7c1.
Try launching Xcode and selecting "Product > Run" to fix the problem:
open ios/Runner.xcworkspace
라는 에러가 뜨면서
빌드는 success 하지만
새로 설치가 되지 않는 경우가 있다.
대표적인 케이스가 또하나 있는데
바로 중간에 signing 문제때문에
xcode에서 Bundle Identifier를 변경하게 되었을 때
기존에 기종에 설치되어있던 동일 어플이 그대로 존재한 채
다시 run을 하게되면
그 둘이 겹쳐서
위와같은 오류가 발생하게 된다
해결법:
Bundle Identifier를 변경한 뒤에
디바이스에 설치되어있던 어플을 삭제하고 나서
다시 run을 해준다.
반응형
댓글