Trying to build my iOS framework from the command line, I get "MyFramework.framework.xcarchive" instead of "MyFramework.framework".
I get the proper result when building within Xcode, just not from the command line.
My command to build is really simple:
xcodebuild -project myFramework.xcodeproj -scheme myScheme -archivePath "/dev/builds" archive
Where is my '.framework' file?