Xamarin failed to codesign, resource fork, Finder information, or similar detritus not allowed

I recently moved this Xamarin Forms app to a new developer account. It’s been a few years since I’ve worked on it and I have not been able to get it to build. I recreated the provisioning profiles and signing certificates and made sure they are in the Keychain and set correctly for the iOS Build Settings in Visual Stuido Mac. All the packages are updated. I’m getting this codesign error.
codesign exed with code 1 DACircularProgress.frameworki, et..

This one mentions DACircularProgress.framework but I also get errors for several other frameworks and the iOS.app file itself.

In searching for solutions, I saw the issues with attributes on .png and various other files and ran all those xattr commands in the terminal to no avail.

I think it has something to do with moving it to a new developer account, or maybe moving Visual Studio to a new Macbook, but I have no idea where to start troubleshooting since all my searches for similar errors only come up with the file attributes problem from back in 2018.

Any help will be greatly appreciated.

  • please don’t post code or errors as images

    – 

Leave a Comment