Hello ๐,
Since I migrated a project to Xcode 16 with the new folder project structure and I have the following error when I try to run a Slather command:
[!] Xcodeproj doesn't know about the following attributes {"baseConfigurationReferenceAnchor"=>"305E22322CAC3597003B2EC7", "baseConfigurationReferenceRelativePath"=>"GlobalSettings.xcconfig"} for the 'XCBuildConfiguration' isa.
โธ If this attribute was generated by Xcode please file an issue: [https://github.com/CocoaPods/Xcodeproj/issues/new](https://github.com/CocoaPods/Xcodeproj/issues/new%1B[0m)
This baseConfigurationReferenceAnchor and the XCBuildConfiguration are Xcode's standard attributes.
I made sure that the Slather plugin is up to date, and it seems to use your latest version:
slather (2.8.4)
CFPropertyList (>= 2.2, < 4)
activesupport
clamp (~> 1.3)
nokogiri (>= 1.14.3)
xcodeproj (~> 1.25)
Do you have an idea what's wrong?
Thanks,
Robin