Anyone know why Xcode's Archive command is now building into "Other Item" in Organizer instead of the iOS apps?

I've looked at the archive itself and don't see much difference. There's no frameworks in there, for instance. #iosDev #Xcode

@tewha Did you recently add in a new target? If it’s not being linked into the main target properly Xcode will archive it as an Other Item.

@MrRooni Not added to the project, but recently included in the xcscheme. I've got a command line tool I can use to query the data the app uses. That was it.

Bit of a bummer because I do want it built every time, but it doesn't need to be part of the archive (it'd be nice if it could be) and it shouldn't affect upload.

For now I've just removed it from the scheme.