-
Notifications
You must be signed in to change notification settings - Fork 413
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
xcodebuild_arguments recieves error in 0.11.0. #1103
Comments
@noobs2ninjas thanks for the report; can you share the file list in the directory you're running A workaround to keep using 0.11 would be to add edit: never mind, I found the project. I didn't know an Xcode workspace could be inferred (neither does the man page...) |
Thanks for the quick reply @johnfairh. If I'm being completely honest I am brand new to Jazzy. Also, I'm super exhausted because I've been pulling my hair out for the last two hours thinking I was to blame for breaking the pull requests everyones been waiting for. I stupidly volunteered to update Jenkins and Circle to Xcode11 with little experience with either. Forgive me but do you think I could have you take a look at it yourself? I work with Parse, the open source database platform and this actually came from our iOS LiveQuery SDK. You can see absolutely everything right here. https://github.com/parse-community/ParseLiveQuery-iOS-OSX I really appreciate it. If thats too much to ask let me know and Ill list everything off. I was just on my way to bed and didnt want to slow you guys down. Thanks! |
I confirm that adding I've fixed the jazzy bug in #1104 - will give it a day or so before a new release for anything else to show up. |
Awesome! Thanks for work around! I’ll keep a lookout for the update! |
Hey guys. Thought I'd let you know that moving up to 11.0 broke our jazzy build. Heres the yaml:
This gave us the following error.
The log file says the following
error: unknown option -scheme; use --help to list available options
. Moving down to 10.0 fixed it. Haha unfortunately it took me 2 hours to figure out it wasnt all the build changes I made. Might want to take a look at it as the release files says there where no breaking changes.The text was updated successfully, but these errors were encountered: