I have a quick post for tonight that I don’t want to lose. The problem I was trying to solve about a month ago regarded testing my iOS release builds that had been signed for the AppStore distribution. Our QE guy, a bright fellow, taught me how to re-sign the package with my development certificate so that it could be run on the device.
codesign -f -s “iPhone Developer: Clifton Craig (DUWQRS4KP8BM9)” -vv MyCoolProduct.app
Advertisement

What y'all think about me...