I have searched around SO and other places. I have only found older versions of this answer that don't seem to work any more, and tons of other stuff that isn't even relevant in the latest version.
Long story short, we have a developer providing an IPA to us, who doesn't want to join our developer group. I told him to send us an unsigned IPA, but we couldn't get it figured out based on our old process.
Has anyone done this yet, and would you mind sharing your method with the world?
Thanks!
I ended up finding a working solution for xcode 8. Here is the step by step
Xcode>preferences>locations>derived data>custom>your desktop
xcodebuild -workspace (or -project) [workspacename.xcworkspace] -scheme [Schemename] -sdk iphoneos -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
Payload
(this folder name is case sensitive and much match verbatim)Payload
folder and rename it to app_name-version_number.ipaBoom. Done.