I cannot remember having added that icloud settings. Maybe something in my app makes that appear automatically. What could it be? If it is not necessary I can remove it from build hints. My app just uses AppArg and sendMessage to exchange files with the system. It also has some private files. Maybe also cloud files could trigger the AppArg? Regards
Il giorno martedì 6 aprile 2021 alle 03:37:09 UTC+2 Shai Almog ha scritto: > They should be in the .codenameone directory or somewhere like that. If > not you'll need to run the wizard again. > The icloud setting can't be done from the wizard. You'll need to go to the > apple website after running the wizard to edit the profile there and > download a new version: https://developer.apple.com/account/ios/profile/ > > On Monday, April 5, 2021 at 2:36:30 PM UTC+3 P5music wrote: > >> I already run the wizard. I do not remember about P12 files. Where would >> they be saved on my W10 machine? >> If I find them have I to run the wizard again to update the >> ios.icloud.CloudDocuments=true provisioning settings? Or are they just good? >> Regards >> >> Il giorno lunedì 5 aprile 2021 alle 03:27:10 UTC+2 Shai Almog ha scritto: >> >>> CER files won't work. You need to generate P12 files using the >>> certificate wizard or use a process to generate them. CER isn't a P12 file >>> and you can't rename them. A P12 contains a key pair whereas a cer file >>> contains only one key. >>> >>> After running the wizard you will need to edit and re-download the >>> provisioning since you use ios.icloud.CloudDocuments=true >>> You need to enable this in the provisioning too as explained in the file >>> system cn1lib. Alternatively if you no longer use this you can remove the >>> build hint. >>> On Sunday, April 4, 2021 at 6:13:06 PM UTC+3 P5music wrote: >>> >>>> Please see the attached log file. >>>> I used the wizard and I got two cer files, then I saved them. >>>> I put the development cer file in the settings for the iOS build, and >>>> the provisioning file downloaded from the developer account. >>>> Maybe the P12 files were not presented to me by the Wizard I think, I >>>> do not know if you mean the cer files themselves. >>>> Regards >>>> >>>> Il giorno domenica 4 aprile 2021 alle 03:53:42 UTC+2 Shai Almog ha >>>> scritto: >>>> >>>>> I'll need the full logs to tell for sure. How did you generate the P12 >>>>> certificate files? >>>>> Did you use our wizard? >>>>> On Saturday, April 3, 2021 at 5:23:07 PM UTC+3 P5music wrote: >>>>> >>>>>> I am trying to build for iOS debug. >>>>>> I send the build to the server but it's in error. >>>>>> >>>>>> In the log all seems to be fine (all returns 0 exit code) >>>>>> except for the last lines: >>>>>> >>>>>> 4493528684:error:0DFFF0A8:asn1 encoding >>>>>> routines:CRYPTO_internal:wrong >>>>>> tag:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-47.11.1/libressl-2.8/crypto/asn1/tasn_dec.c:1144: >>>>>> 4493528684:error:0DFFF03A:asn1 encoding >>>>>> routines:CRYPTO_internal:nested asn1 >>>>>> error:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-47.11.1/libressl-2.8/crypto/asn1/tasn_dec.c:717: >>>>>> 4493528684:error:0DFFF03A:asn1 encoding >>>>>> routines:CRYPTO_internal:nested asn1 >>>>>> error:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-47.11.1/libressl-2.8/crypto/asn1/tasn_dec.c:646:Field=version, >>>>>> >>>>>> Type=PKCS12 >>>>>> Process return code is 1 >>>>>> >>>>>> This is not related to my project as far as I understand. >>>>>> What's the problem? >>>>>> Thanks in avance >>>>>> >>>>> -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/e94e2e9b-91c6-4550-a7c1-83be83e246cdn%40googlegroups.com.
