When you run on the simulator and the device there is no error, when you run the archiving project gives enter image description here

Closed due to the fact that off-topic participants pavel , Denis Bubnov , ermak0ff , m9_psy , rjhdby 24 Feb '17 at 22:07 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • “Questions asking for help with debugging (“ why does this code not work? ”) Should include the desired behavior, a specific problem or error, and a minimum code for playing it right in the question . Questions without an explicit description of the problem are useless for other visitors. See How to create minimal, self-sufficient and reproducible example . " - pavel, Denis Bubnov, ermak0ff, rjhdby
If the question can be reformulated according to the rules set out in the certificate , edit it .

  • The error code in the form of a screen is useless. Attach it, please, in text form, making appropriately. - Denis

1 answer 1

Cocoa pods use in the project?

If so, clean the derived data from xcode.

It is added to the target, which run Run Script in Build Phases.

cd "$ {CONFIGURATION_BUILD_DIR} / $ {UNLOCALIZED_RESOURCES_FOLDER_PATH} /" if [[-d "Frameworks"]]; then rm -fr Frameworks fi