Search code examples
xcodemacoscocoasandboxcode-signing

Extra binary shows up in Xcode archive


I have a small app that consists of 2 targets, an app and a framework thats included as an embedded binary in the first app:

enter image description here

These are the only two products in my project:

enter image description here

Yet whenever I code sign and archive the app, an extra called 'A' shows up: enter image description here

I have checked the project folder and there is no directory or file called A. Has anyone else ever experienced this? And is there a way to remove it? The app is sandboxed if this helps


Solution

  • Ok, the 'A' seems to come from the the framework which by deafault is stored under /Versions/A, and this only seems to happen when its code signed