Build Ipa for distribution getting error #1400
-
Hi, building ipa for distribution exited with error If i use the command below, i received status 65 otherwise, i received status code 9: RN project. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @SolidSoftwareDev, keep |
Beta Was this translation helpful? Give feedback.
Hi @SolidSoftwareDev, keep
--archive-flags="-destination 'generic/platform=iOS'"
but remove --archive-xcargs "CODE_SIGNING_REQUIRED=YES CODE_SIGNING_ALLOWED=NO"
from the build script and let me know how it goes.