skip to Main Content

Xcode 14 Did you forget to declare this file as an output of a script phase or custom build rule which produces it?

In Xcode 14 after adding the Widget target we are facing the below issue while Archive the build. error: Build input file cannot be found: '/Users/ramprasathselvam/Library/Developer/Xcode/DerivedData/XXXX-hblrdkreixdjltdnvjrxmvejbzjs/Build/Intermediates.noindex/ArchiveIntermediates/CCCC/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/XXWidgetExtension.appex/XXWidgetExtension'. Did you forget to declare this file as an output of a script phase…

VIEW QUESTION

Charts not compile on Xcode 14

I am facing following errors in library - Type 'ChartDataSet' does not conform to protocol 'RangeReplaceableCollection' Unavailable instance method 'replaceSubrange(_:with:)' was used to satisfy a requirement of protocol 'RangeReplaceableCollection'.

VIEW QUESTION
Back To Top
Search