Hi all,
I updated my Xcode to 8.3 last Friday. Since now, I canât launch a build, I have an error in stack âXcode Archive for iOSâ. Itâs say that PRODUCT_BUNDLE_IDENTIFIER is missing but I see it in the plist.
Same for development team.
Do you generate the Info.plist or similar during the build? It seems like an issue there.
To be honest we didnât see this error with any of our samples, which use standard Xcode project (no auto generated files), so weâll probably need a bit more info.
Hi Viktor,
I figured out my issue, the error wasnât because of the stack, there is an â&â character in an argument name which generate the error. I donât know why bitrise tells me that the PRODUCT_BUNDLE_IDENTIFIER is missing, because when I delete the â&â character itâs working well
Thanks again for your answer
Glad to hear you could resolve the issue, just one note, if you got that error in the Xcode Archive step then itâs not Bitrise telling you thereâs an issue with the bundle identifier, itâs Xcode. You could run the same commands locally one by one and would get the same error.
Running the build locally with our CLI can help to speed up the testing in these cases, just for future reference (in case someone else would face a similar issue) : How to debug your build locally / "It works on my Mac/PC but not on bitrise.io"
Happy Building!
@viktorbenei, I am getting following:
Code Signing Error: Bundle identifier is missing. nintendoapp doesnât have a bundle identifier for the Release build configuration. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor.
Code Signing Error: Code signing is required for product type âApplicationâ in SDK âiOS 11.2â
I tried to recollect certificates and provision profile files and it does not help. I have bundle identifier in info.plist (as variable) also in the project.pbxproj PRODUCT_BUNDLE_IDENTIFIER = âmy.app.nameâ; and it works smoothly in the xcode build. on my mac.
Do you know what it should be? The build worked before, it just happened now after some time.
Kinds,
Nik
Can you please run our codesigndoc
tool on your Mac after you do an Archive + Export, to ensure it indeed works, with the same configs you try to build on bitrise.io?
Just follow this guide: iOS code signing - Bitrise Docs , run the one-liner and upload all the files it generates/collect to bitrise.io, that should help! If it would not, then please fill out a new #issues:build-issues report so that we have all the infos required to help you as efficiently & quickly as possible!
Hi Viktor!
I tried it for sure with codesigndoc (created new p12 + other certificate, uploaded and restarted build), but still getting the same error. Anyway, what should I provide you that you test it out and check why it does not work? If you want I can send you the log and maybe yml if you want.
Kinds,
Nik
Hi @nadzic,
Please contact our support via the onsite chat, or fill out a #issues:build-issues report
This topic was automatically closed after 13 days. New replies are no longer allowed.