Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcode project archive failure #14

Closed
jiangweiqing opened this issue Apr 7, 2022 · 2 comments
Closed

xcode project archive failure #14

jiangweiqing opened this issue Apr 7, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@jiangweiqing
Copy link

if let workspace = target.workspace {
arguments.append("-workspace")
arguments.append(workspace)
} else if let project = target.project {
arguments.append("-project (project)")
arguments.append(project)

only add once 'project'

@gurhub
Copy link
Owner

gurhub commented Apr 10, 2022

Hi @jiangweiqing, thank you for contributing! Please use the issue template when you're creating a new issue. You can report a bug or suggest an idea for this project.

Unfortunately currently not clear what do you asking.

@gurhub gurhub closed this as completed Apr 18, 2022
@gurhub gurhub added the bug Something isn't working label Jul 31, 2022
@gurhub gurhub reopened this Jul 31, 2022
@gurhub
Copy link
Owner

gurhub commented Aug 5, 2022

Thank you for your effort. Fixed on version 1.2.7.

@gurhub gurhub closed this as completed Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants