I have one framework target in my project. I generally share this framework in xcframework
form with my end customers. One of them is still working with legacy build system in Xcode. Treating them special, I was trying to provide same framework either in xcframework
or framework
format. But while trying to build my framework target, I am getting this strange issue.
error: the use of documentation catalogs is not supported in the legacy build system.
I am not sure about exact configuration settings in Xcode to fix/disable this error. I am on Xcode 13.4.1 (13F100)
. Can you please help me to fix the issue?