I have been trying to archive a project of mine and cannot get it to work. I have looked at other suggestions including, removing x86_64 and i386 from frameworks to no avail and I have messed with all of the build setting/phases. My project is not using Carthage just Cocoa Pods and they are all up to date. When it fails to archive I clicked "Show Logs" and at the very bottom it says the following:
alerts = (
{
code = 3620;
description = "Configuration issue: platform AppleTVSimulator.platform doesn't have any non-simulator SDKs; ignoring it";
info = {
};
level = WARN;
},
{
code = 3620;
description = "Configuration issue: platform WatchSimulator.platform doesn't have any non-simulator SDKs; ignoring it";
info = {
};
level = WARN;
},
{
code = 3620;
description = "Configuration issue: platform iPhoneSimulator.platform doesn't have any non-simulator SDKs; ignoring it";
info = {
};
level = WARN;
}
);
UPDATE: I don't think it is a framework issue as another application I have uses the same frameworks and archives fine.