Search found 47 matches

by GoneToSail
Mon Jul 29, 2024 10:04 am
Forum: iOS Deployment
Topic: Another problem about provisioning profiles…
Replies: 19
Views: 22192

Re: Another problem about provisioning profiles…

Hi Panos, You were perfectly right about the reason of my problem ! I've downloaded and installed the intermediate certificates listed in your Friday message, except the G7 one expired on november 2023, and I can now build a standalone without any error message. Thank you so much for your assistance...
by GoneToSail
Fri Jul 26, 2024 11:55 am
Forum: iOS Deployment
Topic: Another problem about provisioning profiles…
Replies: 19
Views: 22192

Re: Another problem about provisioning profiles…

@Panos
Additional information: When my last attempt to build a standalone failed, I tried to save it on a USB key which is not synced…
by GoneToSail
Fri Jul 26, 2024 11:49 am
Forum: iOS Deployment
Topic: Another problem about provisioning profiles…
Replies: 19
Views: 22192

Re: Another problem about provisioning profiles…

Thks Panos, I have set back the trust param to "use system defaults". As per your advice, I have put the certificates in their respective keychains (see attachments) using File/Import Items in Keychain Access. However after restarting my Mac, Xcode and LC, I still get the same message "... could not...
by GoneToSail
Thu Jul 25, 2024 10:04 pm
Forum: iOS Deployment
Topic: Another problem about provisioning profiles…
Replies: 19
Views: 22192

Re: Another problem about provisioning profiles…

@istech,
Thanks for the advice. I opened my iPhone Developer Certificate in Keychain Access and I could easily remove the "not trusted" mention in the header (see attached screen copy).
However after restarting my Mac and LC, I still get the attached new error message…
Any idea ?
by GoneToSail
Thu Jul 25, 2024 8:30 pm
Forum: iOS Deployment
Topic: Another problem about provisioning profiles…
Replies: 19
Views: 22192

Re: Another problem about provisioning profiles…

Thanks Panos ! No, it's not a new Mac, I bought it in 2021. However, some progress indeed ! I downloaded the 4 Apple certificates, and after restarting my Mac and LC, I tried to build a standalone app. I noticed that the full standalone building process was nearly completed until I got the attached ...
by GoneToSail
Thu Jul 25, 2024 2:40 pm
Forum: iOS Deployment
Topic: Another problem about provisioning profiles…
Replies: 19
Views: 22192

Re: Another problem about provisioning profiles…

Panos,
Continuation of my previous message.
As you can see, I have downloaded and installed the Apple's Intermediate Certificate, restarted LC, but I still get the same error message…
by GoneToSail
Thu Jul 25, 2024 2:27 pm
Forum: iOS Deployment
Topic: Another problem about provisioning profiles…
Replies: 19
Views: 22192

Re: Another problem about provisioning profiles…

Thanks Panos, Cannot trace a private key in my Developer Certificate (pls see 2 screen copies). Do I need one ? I also attach a screen copy of my Keychain Access window where all certificates seem to be valid (I understand that the "non trusted" mention about the iPhone Developer Certificate is not ...
by GoneToSail
Thu Jul 25, 2024 11:07 am
Forum: iOS Deployment
Topic: Another problem about provisioning profiles…
Replies: 19
Views: 22192

Re: Another problem about provisioning profiles…

Thanks Panos,
I attach a screen copy of the provisioning profile, where it seems that everything is normal…
Should I try to generate another development certificate and a new Provisioning Profile ?
by GoneToSail
Tue Jul 23, 2024 5:27 pm
Forum: iOS Deployment
Topic: Another problem about provisioning profiles…
Replies: 19
Views: 22192

Another problem about provisioning profiles…

Good afternoon, I want to install a small app on an iPad, which was generated on a MacBook with Livecode, with the following versions: MacOS Sonoma 14.4.1 Xcode 15.0.1 Livecode 9.6.11 I have created the following certificates or IDs on developer.apple.com : • iOS Development, expiring 2025/05/26 • A...
by GoneToSail
Wed Mar 01, 2023 3:32 pm
Forum: iOS Deployment
Topic: Keyboard remains visible
Replies: 2
Views: 5040

Re: Keyboard remains visible

Thanks so much !
I did not know that command, and it works fine.
It seems also a good idea to move the "lock" script in preOpenCard.
Regards
by GoneToSail
Wed Mar 01, 2023 3:18 pm
Forum: iOS Deployment
Topic: mobilePickDate localization
Replies: 0
Views: 20352

mobilePickDate localization

Good afternoon !
Is there any mean to "localize" the month names in this command, i.e. make that the month names appear in another language than english ?
Thanks for any advice…
by GoneToSail
Wed Mar 01, 2023 10:19 am
Forum: iOS Deployment
Topic: Keyboard remains visible
Replies: 2
Views: 5040

Keyboard remains visible

Good morning, In a mobile app, I need that depending on the user profile, all fields of a given card are editable or not. In order to make these fields not editable when closing this card (and possibly allow modifications only when it will be reopened), I have included something like this in the clo...
by GoneToSail
Wed Jan 05, 2022 11:09 pm
Forum: iOS Deployment
Topic: Unable to build an iOS standalone
Replies: 3
Views: 4382

Re: Unable to build an iOS standalone

Yess, it works fine ! Thank you Jacqueline, you make my new year much brighter 8) I have no idea how you could find the trick to launch Xcode and fill an empty field in the Preferences, but this is only due to my rather poor knowledge of Apple development tools (that's why I love LC). Very nice job,...
by GoneToSail
Sun Jan 02, 2022 4:11 pm
Forum: iOS Deployment
Topic: Unable to build an iOS standalone
Replies: 3
Views: 4382

Unable to build an iOS standalone

While some others are unable to install their app, I'm already stuck at the previous step... I have recently switched to a new Powerbook Pro using MacOS Monterey version 12.0.1, and I had to restart the whole process to be able to save an iOS standalone app and install it. I am now using LC 9.6.6 rc...
by GoneToSail
Tue Mar 02, 2021 12:04 pm
Forum: Talking LiveCode
Topic: Extracting NMEA data from a USB port
Replies: 7
Views: 4896

Re: Extracting NMEA data from a USB port

Here is an example of NMEA messages. First char of each line is a $, first line herbelow reads: GP for Global Positioning, RMC is a message type, giving time, latitude (42°54'55.86"N) and longitude, speed (53.3 knots) and course (023°). $GPRMC,104633.396,V,4254.931,N,07902.497,W,53.3,0.23,020321,,E*...