Skip to content

xcodebuild_arguments recieves error in 0.11.0. #1103

Closed
@noobs2ninjas

Description

@noobs2ninjas

Hey guys. Thought I'd let you know that moving up to 11.0 broke our jazzy build. Heres the yaml:

module: "ParseLiveQuery"
xcodebuild_arguments: ["-scheme", "ParseLiveQuery-iOS"]
theme: "fullwidth"
skip_undocumented: true
clean: true
author_url: "http://parseplatform.org"
github_url: "https://github.com/parse-community/ParseLiveQuery-iOS-OSX"
root_url: "http://parseplatform.org/ParseLiveQuery-iOS-OSX/"
author: "Parse Community"

This gave us the following error.

/gems/jazzy-0.11.0/lib/jazzy/executable.rb:36:in `execute_command' /.rvm/gems/ruby-2.6.3/gems/jazzy-0.11.0/bin/sourcekitten ["doc", "--spm", "--module-name", "ParseLiveQuery", "--", "-scheme", "ParseLiveQuery-iOS"] (RuntimeError)

Running swift build

Build failed, saved `swift build` log file: /var/folders/lb/0vy6srtd2b7b8yq138w_rfjc0000gn/T/swift-build-96CAAD1B-BC2B-49D6-9A89-094A694C91FE.log

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions