So I've built an app for someone, using my own provisioning profile and code signing stuff for development.
Its complete, so I went to use his instead so he can deploy it to the app store, and suddenly robovm is giving errors.
I've spent a almost a day debugging it, I went so far as to purge everything related to xcode and signing keys...
I'm using gradle for this because I don't actually own a mac so I've been using a dedicated server and its just easier to setup.
And more or less its saying it can't find the provisioning profile even though it works fine for my own account.
I also sent the project in eclipse form to him so he could try on his own mac with no success...
I've double, triple, quadruple checked everything, went so far as to reconfigure build.gradle and robovm.properties by copying and pasting the strings directly from inside the provisioning profiles and apple's developer site to make sure I'm not typing anything wrong...
The error, and robovm/gradle configurations are attached.
And I found someone else with a similar error on the robovm group so I tried running the commands suggested to check
admin$ java -cp robovm-0.0.6/lib/robovm-compiler.jar org.robovm.compiler.target.ios.SigningIdentity
[SigningIdentity [name=iPhone Developer: M****** F********* (JB9P3BY6N5), fingerprint=9912B68DCB64568B336B60107A230302CEA3F282]]
admin$ java -cp robovm-0.0.6/lib/robovm-compiler.jar org.robovm.compiler.target.ios.ProvisioningProfile
[ProvisioningProfile [file=/Users/admin/Library/MobileDevice/Provisioning Profiles/021301cf-de5d-4fcc-afa5-97c6a9329d02.mobileprovision, uuid=021301cf-de5d-4fcc-afa5-97c6a9329d02, name=iOS Developer: MediaSnipr, appIdName=MediaSnipr, appIdPrefix=2KPUVPLMLD, appId=2KPUVPLMLD.com.mediasnipr, creationDate=Sat May 02 18:09:30 PDT 2015, expirationDate=Sun May 01 18:09:30 PDT 2016, certFingerprints=[9912B68DCB64568B336B60107A230302CEA3F282]]]
I've... hidden the name of the guy (used search and replace after copying the files into a directory for upload to this post, so I'm definitely not accidentally compiling using the wrong strings) I'm working for because privacy, he wants to publish this Wednesday by the latest so I'm hoping I can find some help, wasted a LOT of time trying to figure this out and nothing makes sense to me, I've remade the certificates, provisioning profiles, and even app ids 5+ times now... what really gets me is, like I mentioned, it worked perfectly with my developer account, its just that he needs it published under his own...
Oh and this is the same for both version 1.0.0 and 1.1.0 of robovm...
although the error is a little smaller with 1.0.0...
Thank you for any help.