Skip to content

Conversation

@BirmacherAkos
Copy link
Contributor

"If the xcode archive is success, we have the archive required codesigning files. Then codesigndoc asks for the distribution method, if method selected, which codesigning files are not exist on the developer's machine it mentions the fail, and asks if do you want to export other files? If no selected it finishes with strange error: no ipa export code sign groups collected"

"If the xcode archive is success, we have the archive required codesigning files. Then codesigndoc asks for the distribution method, if method selected, which codesigning files are not exist on the developer's machine it mentions the fail, and asks if do you want to export other files? If no selected it finishes with strange error: no ipa export code sign groups collected"
errorString := "\n🚨 " + colorstring.Red("Failed to collect codesigning files for the selected distribution type.\n") +
colorstring.Yellow("Export an ipa with the same export method which code signing files you want to collect (e.g app-store if you want to collect the code signing files for app-store distribution) in your local xcode and run codesigndoc again.\n") +
colorstring.Yellow("If the tool fails please report the issue with the codesigndoc log and the local ipa exportOptions.plist")
return false, false, fmt.Errorf(colorstring.Yellow(errorString))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you use colorstring.Yellow for an already colored log?

if len(filteredCodeSignGroups) == 0 {
fmt.Println()
log.Errorf(collectCodesigningFilesInfo)
log.Errorf("🚨 Could not find any valid code signing file for the selected export method:")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could not find the codesigning files for {app-store|ad-hoc|development|enterprise} ipa export:

Copy link
Contributor

@godrei godrei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls have a look at my comments

Squashed commits:
[b19a1ac] PR clean - fix
@trapacska trapacska merged commit fbd2787 into master Jun 4, 2018
@trapacska trapacska deleted the error_log_update branch June 4, 2018 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants