You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for contributing. Yes, I see the issue, it's probably a bug, I don't have time to test right now. You can safely use with workspace option for now. Even if you don't need you can convert your project to a workspace as a workaround if you really need to use it right now. But I'll try to fix the error as soon as possible on the weekends.
First of all, forgive my poor english
Describe the bug
i got an error when i build a framework
To Reproduce
Steps to reproduce the behavior:
["xcodebuild", "-quiet", "archive", "-project xxxxx.xcodeproj", "xxxxx.xcodeproj", "-sdk", "macosx", "-scheme", "xxxxx", "-archivePath", "./build/macOSCatalyst.xcarchive", "SKIP_INSTALL=NO", "SUPPORTS_MACCATALYST=YES"])
xcodebuild: error: invalid option '-project xxxxx.xcodeproj'
I think "-project xxxxx.xcodeproj" is the reason why i got this error and #14 means the same as me
Details
Checklist
master
branch of this packageThe text was updated successfully, but these errors were encountered: