Just posting back to the list with the solution to this issue in case it applies to others. In this particular case the App ID was part of a team, and the distribution method was for the enterprise. Therefore, he needed to supply the ios.teamId build hint with the team ID. And also the ios.distributionMethod=enterprise build hint.
And since testflight doesn't apply to enterprise distributions, the ios.testFlight build hint needed to be false - otherwise xcodebuild would "object". Steve On Fri, Sep 9, 2016 at 10:27 AM, Steve Hannah <[email protected]> wrote: > So you are receiving the error "missing entitlement: beta-reports-active"? > > If you set the ios.testFlight=true build hint, does it fix it? > > Steve > > On Fri, Sep 9, 2016 at 9:22 AM, <[email protected]> wrote: > >> Hi >> >> Just want to 'upvote' this to get more attention. I'm also facing the >> same issue. >> I was able to use the "iphone_old" target to build and install on some >> devices >> >> On Friday, September 9, 2016 at 5:42:37 AM UTC-4, [email protected] wrote: >>> >>> Hi, >>> >>> I have problems creating an iOS release build. >>> The debug build works fine. >>> >>> According to the error logfile the build itself works fine, archiving >>> was also successful, but the export failed. >>> If have read the other post about the ios build failing and therefore >>> recreated the certificate and provision profile, but it did not help. >>> >>> Then I created certificate and provision profile for development and >>> that build worked fine. >>> >>> I looked again at the error-log and have found that it complains about a >>> missing entitlement: "beta-reports-active" >>> I am using an enterprise ios account, but isn't this an appstore feature? >>> >>> Of course, I use "Send iOS AppStore build" because there is no "Send iOS >>> Enterprise build" and it always worked that way for years already (yes, >>> codename one is getting "old" - congratulations for that :)) >>> >>> Any idea what's going wrong? >>> If you want to take a look at the error-log, please let me know (I am >>> not sure if I should or want to post it here) >>> >>> >>> Best regards and thanks in advance for whatever you can do to help me, >>> Stefan >>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "CodenameOne Discussions" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> Visit this group at https://groups.google.com/grou >> p/codenameone-discussions. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/codenameone-discussions/1dbdacd0-bb6c-4930-83e7-5d29cd2c >> 312f%40googlegroups.com >> <https://groups.google.com/d/msgid/codenameone-discussions/1dbdacd0-bb6c-4930-83e7-5d29cd2c312f%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Steve Hannah > Software Developer > Codename One > http://www.codenameone.com > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKVJj%3D49Zu8o4JctSuPXt%3Dq5epQ2%2BkUN4WvUJ6wW0BLdng%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
