objective c - Xcode 7 Can't run a test on the device, Fatal error occurs -


i try run simple test. fine in simulator, when run on device, emerge following error: enter image description here

the log "dyld: not load inserted library '/private/var/mobile/containers/data/application/7ee29748-5e86-4e9b-b8e5-882753654f87/tmp/idebundleinjection.framework/idebundleinjection' because no suitable image found. did find: /private/var/mobile/containers/data/application/7ee29748-5e86-4e9b-b8e5-882753654f87/tmp/idebundleinjection.framework/idebundleinjection: code signature invalid '/private/var/mobile/containers/data/application/7ee29748-5e86-4e9b-b8e5-882753654f87/tmp/idebundleinjection.framework/idebundleinjection' "

i tried make clean & build , remove derived data, didn't me.

i appreciate tips or helps

this due me changing appleid password. if sign in xcode -> preferences -> accounts, fixes problem.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -