-
Notifications
You must be signed in to change notification settings - Fork 555
Closed
Labels
bugIf an issue is a bug or a pull request a bug fixIf an issue is a bug or a pull request a bug fix
Milestone
Description
Apple platform
No response
Framework version
net9.0-*
Affected platform version
All
Description
When using xcode project and artifacts, the xcode is put inside the project directory.
Steps to Reproduce
- Add
<XcodeProject - Enable artifacts
- Build
- Observe the files in
<reporoot>src/AI/src/Essentials.AI/Users/matthew/Documents/GitHub/maui/artifacts/obj/Essentials.AI/Debug/net10.0-ios26.0
I see the
| <_XcodeProjectDefaultOutputPathRoot>$(MSBuildProjectDirectory)/$(IntermediateOutputPath)xcode/</_XcodeProjectDefaultOutputPathRoot> |
<_XcodeProjectDefaultOutputPathRoot>$(MSBuildProjectDirectory)/$(IntermediateOutputPath)xcode/</_XcodeProjectDefaultOutputPathRoot>This should probably not have the $(MSBuildProjectDirectory) at the start. In the old way, the $(IntermediateOutputPath) was relative (but could be absolute), the artifacts way is absolute as it could be anywhere.
Did you find any workaround?
No
Build logs
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIf an issue is a bug or a pull request a bug fixIf an issue is a bug or a pull request a bug fix