Enterprise export is not available in Xcode 8.

[jp to trans]
Hello everyone.

I'm trying to use the corporate account I belong to to distribute a self-developed app requested by another company.
Since it was a request for an older app version, it was successfully built using the corresponding Xcode 8.
The certificates and provisioning profiles provided by other companies seem to be correct.

I ran the archive and selected "Save for Enterprise Deployment" for external distribution, but now I get the following error:

to save enterprise deployment, you need to add an apple id account that is enrolled in the iOS developer Program.


Xcode already has a paid account for the company I belong to.
Using this account in the past, we have also succeeded in requesting from another company different from this time. (This is running in the new Xcode version.)

What am I doing wrong?
I understand that I have similar questions, but none of them have been resolved.
Thank you for any help!
Maybe the error message does not give the root cause of the problem.
Could you try generating with Xcode 11 at least ?

As you noticed, it works on newer versions:

This is running in the new Xcode version



Thank you for your quick help!

As a result of building using Xcode 11.7, I confirmed the following error.

ld: library not found for -lstdc ++. 6


Upon examination, Xcode 10 and later no longer support this library.
From this, it seems that the old apps that other companies are requesting are from old Xcode, which was created before I belonged to the company ...

About this library, I was able to download the file from the following, so I applied the library to xcode according to the readme.
https://github.com/Kila2/libstdc-.6.0.9.tbd

As a result, the error disappeared, but there was a problem with the app ...

Is there anything else I can do with Xcode 11?
Or can Xcode 8 fix the error?

Best Regard,
Enterprise export is not available in Xcode 8.
 
 
Q