Skip to content

Instantly share code, notes, and snippets.

@cbrevik
Last active October 17, 2020 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbrevik/90556457d35c13dec4fe25a4bbf6df93 to your computer and use it in GitHub Desktop.
Save cbrevik/90556457d35c13dec4fe25a4bbf6df93 to your computer and use it in GitHub Desktop.
RN iOS code re-signing
rm -rf Payload/MyApp.app/\_CodeSignature
codesign -d
--entitlements :- "Payload/MyApp.app"
> entitlements.plist
codesign -f
-s "<My Certificate Name In Keychain>"
--entitlements entitlements.plist Payload/MyApp.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment