I receive the error:
Check dependencies
Code Signing Error: Signing for “MyApp” requires a development team. Select a development team in the project editor.
Code Signing Error: Code signing is required for product type ‘Application’ in SDK ‘iOS 11.3’
How to “Select a development team in the project editor” in ionic-archive steps?
I have just resolved the error above, but I receive the new error:
=== BUILD TARGET MyApp OF PROJECT MyApp WITH CONFIGURATION Debug ===
Check dependencies
Code Signing Error: No profile for team ‘734586564N’ matching ‘MyApp_Dev’ found: Xcode couldn’t find any provisioning profiles matching ‘734586564N/MyApp_Dev’. Install the profile (by dragging and dropping it onto Xcode’s dock item) or select a different one in the General tab of the target editor.
Code Signing Error: Code signing is required for product type ‘Application’ in SDK ‘iOS 11.3’
** ARCHIVE FAILED **
Hi,
the value of the Provisioning Profile input, should be: GUID of the provisioning profile to be used for signing, example:c5be4123-1234-4f9d-9843-0d9be985a068
Hi @alastairmcfarlane,
This is the solution:
the value of the Provisioning Profile input should be: GUID of the provisioning profile to be used for signing,
example: c5be4123-1234-4f9d-9843-0d9be985a068.
You should use the GUID of the provisioning profile instead of name.