With XCode 11.1, I set "Derived Data" to my custom path as "/Volumes/MacData/XCBuilds/DerivedData".
But there is an error that Flurry fails to upload dSYM file. I check the intermedia folder that XCode builds, find out the size of the file
"MyApp.app.dSYM/Contents/Resources/DWARF/MyApp"
under the folder
"/Volumes/MacData/XCBuilds/DerivedData/MyApp-gpbveffuperzlnaonxkvuwenbbdz/Build/Intermediates.noindex/ArchiveIntermediates/MyAppDEV/BuildProductsPath/MyAppDEV-iphoneos" is zero bytes.
But if I change the "Derived Data" back to Default, it builds successfully, and the size of the bin file of MyApp is not zero bytes.
Is it a bug in XCode?
But there is an error that Flurry fails to upload dSYM file. I check the intermedia folder that XCode builds, find out the size of the file
"MyApp.app.dSYM/Contents/Resources/DWARF/MyApp"
under the folder
"/Volumes/MacData/XCBuilds/DerivedData/MyApp-gpbveffuperzlnaonxkvuwenbbdz/Build/Intermediates.noindex/ArchiveIntermediates/MyAppDEV/BuildProductsPath/MyAppDEV-iphoneos" is zero bytes.
But if I change the "Derived Data" back to Default, it builds successfully, and the size of the bin file of MyApp is not zero bytes.
Is it a bug in XCode?