Hi community:
I'm getting an error when I try to distribute Mac Catalyst app through AppStore. This not happened with Ventura 13.3 RC(yesterday in Xcode cloud), same Xcode version (14.2)
I'm thinking that maybe is problem related to Xcode cloud (because in local works fine same archive but signed and uploaded from local), but I don't know
NSLocalizedRecoverySuggestion=Multiple binaries share the same codesign path
...
Binaries:
/Applications/exampleApp.app/Contents/Frameworks/NewFramework.framework/NewFramework
/Applications/exampleApp.app/Contents/Frameworks/NewFramework.framework/Versions/Current/NewFramework
This can happen if your build process copies frameworks by following symlinks. }
Anyone came across with that and resolve it?