Skip to content

msbuild command line build does not add SwiftSupport folder #38

Open
@caldrian

Description

Thank you for creating and sharing this project, it has been of great value to me and my team!

Up to now I have been archiving my builds manually through Visual Studio for Mac and everything works great.

From now on, however, I would like to build from the command line, but I noticed that the build targets that you created (_SwiftFrameworksMac, _SwiftSupportIPA, _SwiftSupportArchive) don't seem to be executed with msbuild.
At least i don't see them in the output of msbuild and the created ipa does not include the SwiftSupport folder.

msbuild MyProject.sln \
/p:Configuration="Release" \
/p:Platform="iPhone" \
/p:BuildIpa="true" \
/p:ArchiveOnBuild="true" \
/t:Clean,Build

Maybe I'm just missing something here, can you give me a hint, please?

Activity

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions