Actually, I just re-read the error log and noticed this: 2017-09-20 08:03:24 +0000 [MT] Rejecting: c8c8c414-5922-4465-b3ca-42cddcd62e49 (Offending Key: application-identifier)
The problematic key is the application-identifier. What is the App ID in the provisioning profile you're using? Does it contain a wildcard, or does it exactly match the app. I seem to recall something about iCloud not allowing wildcards in the provisioning profile - but it has been a long time since I set up CloudKit in an app, so I'm a little hazy. Steve On Wed, Sep 20, 2017 at 11:52 AM, Steve Hannah <[email protected] > wrote: > Actually, I just re-read the error log and noticed this: > > > On Wed, Sep 20, 2017 at 11:47 AM, <[email protected]> wrote: > >> Steve, >> >> Here i attached codenameone properties file, >> and i added ios.icloud.CloudDocuments build hint also. >> for that "codename1.arg.ios.icloud.CloudDocuments=true" attribute added >> in properties file. >> >> >> >> >> On Wednesday, September 20, 2017 at 8:34:51 PM UTC+5:30, Steve Hannah >> wrote: >>> >>> Can you post relevant parts of your codenameone_settings.properties >>> file? >>> >>> The problem is certainly with your entitlements. Likely related to the >>> cloudkit stuff. Based on the error message: >>> >>> requiredEntitlements='{ >>> "application-identifier" = "com.sample"; >>> "aps-environment" = production; >>> "get-task-allow" = 1; >>> "keychain-access-groups" = ( >>> "com.sample" >>> ); >>> >>> >>> It doesn't look like it is adding the icloud entitlements - which makes me >>> think that you haven't added the ios.icloud.CloudDocuments build hint. >>> >>> >>> On Wed, Sep 20, 2017 at 6:54 AM, <[email protected]> wrote: >>> >>>> Thanks for reply steve.. >>>> Actually as per this >>>> <https://stackoverflow.com/questions/43395387/codename-one-ios-build-error-at-export-step> >>>> i >>>> enabled CloudKit support, without enabling also ios build not getting >>>> generated, i followed multiple ways to generate but failed. >>>> present my main task is want to generate ios build. >>>> so could you tell me where i'm doing wrong/best way to generate ios >>>> build? >>>> >>>> >>>> >>>> >>>> On Wednesday, September 20, 2017 at 6:15:25 PM UTC+5:30, Steve Hannah >>>> wrote: >>>>> >>>>> This is likely a problem with iCloud entitlements. We have limited >>>>> support right now for iCloud. If you just require iCloud documents, then >>>>> adding the build hint ios.icloud.CloudDocuments=true should get things >>>>> moving. >>>>> >>>>> Steve >>>>> >>>>> >>>>> >>>>> On Wed, Sep 20, 2017 at 4:01 AM, <[email protected]> wrote: >>>>> >>>>>> If you are experiencing an issue please mention the full platform >>>>>> your issue applies to: >>>>>> IDE: IntelliJ IDEA >>>>>> Desktop OS : Windows >>>>>> Simulator >>>>>> Device >>>>>> >>>>>> I'm trying to build a sample and tried to generate build for android >>>>>> and ios also. >>>>>> for android, its build successfully but coming to ios its failing at >>>>>> export step. >>>>>> i am not understanding whats the error. >>>>>> i included CloudKit support also. >>>>>> so could you please check and tell me where i'm doing wrong/solution >>>>>> to generate build.. >>>>>> and here is the log file >>>>>> https://www.dropbox.com/s/g5t2rkfk9d9m1bu/newLogFile.txt?dl=0 >>>>>> >>>>>> Thanks >>>>>> >>>>>> -- >>>>>> 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/msgid/codenameone-discussions/e3 >>>>>> 31f0e2-fb4b-4fde-8e1c-b8b6cec7d24f%40googlegroups.com >>>>>> <https://groups.google.com/d/msgid/codenameone-discussions/e331f0e2-fb4b-4fde-8e1c-b8b6cec7d24f%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 >>>>> >>>> -- >>>> 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/6301bb5c-f822-4762-8be1-1f98f973 >>>> b132%40googlegroups.com >>>> <https://groups.google.com/d/msgid/codenameone-discussions/6301bb5c-f822-4762-8be1-1f98f973b132%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 >>> >> -- >> 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/552629ef-1572-43da-90ff-4826f904 >> ede9%40googlegroups.com >> <https://groups.google.com/d/msgid/codenameone-discussions/552629ef-1572-43da-90ff-4826f904ede9%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/CAGOYrKUEV9DNrHMn3s%3D_t0iem%2BrGNFYU128goYwVeGxicwK0Pg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
