Hi community
An old customer asked me to update an 3 year old project. I downloaded Xcode, Solar2D, provisioning profile/certificates.
Everything went really smooth, the old source code ran perfectly in simulator, until I tried to build for iOS. I got the following error.
ERROR: code signing embedded frameworks failed: /Users/user/My Source Code/Builds/AppName.app/Frameworks/FBSDKLoginKit.framework: resource fork, Finder information, or similar detritus not allowed
I then disabled Facebook plugin on iOS since I figured Facebook might have had lots of changes and I need to do something, but then another plugin complained.
ERROR: code signing embedded frameworks failed: /Users/user/My Source Code/Builds/AppName.app/Frameworks/MetalANGLE.framework: replacing existing signature
/Users/user/My Source Code/Builds/AppName.app/Frameworks/MetalANGLE.framework: resource fork, Finder information, or similar detritus not allowed
Xcode 16.2
Solar2D 2025.3718 (2025.3.7)
Searching for “detritus” only found posts from around 2016-2017.
I tried manually delete old builds. Is there other old cache folder I can delete to try fix the problem or other solutions? I have a valid distribution provisioning profile.
Any ideas what to do?
Best regards
Daniel