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: 
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
Post a Comment