I have iOS application build in UIKit with SwiftUI widget extension. Until now the archiving worked just fine. I've added App Group to share user defaults in following format: "group.MYTEAMID.sk.MYNAME.names". When I try to archive this project and send it to the App Store Connect I am getting following error:
...WidgetExtension:
error build: Command SetOwnerAndGroup failed with a nonzero exit code
When I build app locally or on simulator, there is no error at all. Any thoughts? Also, in console I have this log:
[User Defaults] Couldn't read values in CFPrefsPlistSource<0x281b7e480> (Domain: group.MYTEAM.sk.MYNAME.names, User: kCFPreferencesAnyUser, ByHost: Yes, Container: (null), Contents Need Refresh: Yes): Using kCFPreferencesAnyUser with a container is only allowed for System Containers, detaching from cfprefsd
After restarting the Xcode and Mac, everything started to working. No mentioned errors, app is successfully archived. Well, the magic happens!