I turned on the sign to run locally, and get the following error: x.app/Contents/Frameworks/***.framework/Versions/A: no such file or directory This is third party framework and the folder structure is ...Versions/1.1.0/... Is there a way to tell the Xcode to using the right path?
code sign failed due to specific framework binary path
I realise that this isn’t your framework, and thus you can’t fix it, but I want to be clear about one thing: I strongly recommend against using versioned frameworks. That feature isn’t supported on iOS and, while it’s still technically supported on macOS, your life will be a lot easier if you stick with a single version called A
.
This is a case in point. I believe that this issue is a known bug (r. 55701162). It was reported as fixed in Xcode 12.5. Are you using that? Or something earlier?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"