-
Notifications
You must be signed in to change notification settings - Fork 548
Open
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
Copilot
Metadata
Metadata
Assignees
Labels
No labels