Download Container and Replace Container not working properly in XCode16

"Download Container" will not download folders that do not contain any files.

That is, if you have a folder structure like this:

  • Application Support/work1/(no file)
  • Application Support/work2/test.txt

When you execute "Download Container", the following configuration will be downloaded.

  • Application Support/work2/test.txt

The work1 folder has disappeared.

This is also true for "Replace Container". If you execute "Replace Container" with the same data configuration, the data will be entered into the app with the following configuration.

  • Application Support/work2/test.txt

The work1 folder has disappeared.

This issue is having a significant impact on development and debugging. Since I am experiencing this problem with XCode 16, I use XCode 13 when performing "Download Container" and "Replace Container". (XCode13, XCode14 works fine)

This problem is probably an embedded problem from XCode15 or XCode16, so I would appreciate an early resolution.

Answered by DTS Engineer in 821176022

This problem is probably an embedded problem from XCode15 or XCode16, so I would appreciate an early resolution.

You should file a bug report with the details you shared here, as well as an Xcode sysdiagnose so we can look into what is happening here. Once you open the bug report, please post the FB number here for my reference.

If you have any questions about filing a bug report, take a look at Bug Reporting: How and Why?

— Ed Ford,  DTS Engineer

This problem is probably an embedded problem from XCode15 or XCode16, so I would appreciate an early resolution.

You should file a bug report with the details you shared here, as well as an Xcode sysdiagnose so we can look into what is happening here. Once you open the bug report, please post the FB number here for my reference.

If you have any questions about filing a bug report, take a look at Bug Reporting: How and Why?

— Ed Ford,  DTS Engineer

I have submitted a bug report.(FB16320594)

Download Container and Replace Container not working properly in XCode16
 
 
Q