Email or username:

Password:

Forgot your password?
Top-level
Jason Maltzen

@tony @eniko Most of my macOS/iOS debugging time lately is figuring out why the heck code signing is broken *yet again*.

1 comment
Tony Hoyle

@maltzen
Provisioning profiles need to die in a fire. We've mostly got fastlane doing the heavy lifting for builds which only breaks occasionally (Apple seem to randomly revoke authorisations which breaks the build until someone can go in and reset them).

Getting to that point was a lot of sweat and tears though. The scripting around it all isn't something I could replicate easily.
@eniko

Go Up