Open
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?
Metadata
Assignees
Labels
No labels
Activity