gurhub / surmagic

🚀 Command Line Tool to create XCFramework for multiple platforms in one shot!
MIT License
310 stars 43 forks source link

xcode project archive failure #14

Closed jiangweiqing closed 1 year ago

jiangweiqing commented 2 years ago

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 commented 2 years ago

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 commented 1 year ago

Thank you for your effort. Fixed on version 1.2.7.