Skip to content
This repository was archived by the owner on Jun 2, 2019. It is now read-only.
This repository was archived by the owner on Jun 2, 2019. It is now read-only.

Shared Schemes #13

Description

@thejustinwalsh

When using xcodebuild or xctool to build the generated workspace and projects one will be missing the schemes required to do the build.

If you open the xcworkspace file at least once in Xcode, it will automatically generate the schemes for you. If you do not open the xcworkspace with Xcode, you will be missing schemes required to build the workspace.

Requesting that premake generates the project schemes as shared schemes and places them in the xcshareddata/xcschemes folder within each xcodeproj in the workspace. Alternatively one could build a workspace scheme with project references as well.

The ruby gem Xcodeproj has a method Project#recreate_user_schemes that appears to generate schemes for you. Something like this but automated into premake upon the creation of the projects and workspaces would be legit!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions