Re: IOS 15.0

2021-12-13 Thread J. Landman Gay via use-livecode
On 12/13/21 4:09 PM, J. Landman Gay via use-livecode wrote: On 12/13/21 12:57 PM, Mark Smith via use-livecode wrote: Thanks  Mike. What macOS and Xcode have you been using? Apple upgraded my iOS to 15.0 and now all my builds have stopped working… (“developer of this app needs to upgrade it to wo

Re: IOS 15.0

2021-12-13 Thread J. Landman Gay via use-livecode
On 12/13/21 12:57 PM, Mark Smith via use-livecode wrote: Thanks Mike. What macOS and Xcode have you been using? Apple upgraded my iOS to 15.0 and now all my builds have stopped working… (“developer of this app needs to upgrade it to work with this version of iOS). Have you notarized and stap

Re: IOS 15.0

2021-12-13 Thread Mark Smith via use-livecode
Thanks guys, I’ll give that a try but heaven forbid I might need two different versions of Xcode. That’s probably a whopping 40GB of disk space right there. Mark Sent from my iPhone > On Dec 13, 2021, at 7:17 PM, Ralph DiMola via use-livecode > wrote: > > Download Xcode 14.5.x and rename it

RE: How to extract whole text from a PDF file with the PDF widget?

2021-12-13 Thread Ralph DiMola via use-livecode
Sorry I could not get back to you on this until now. (-1)s don't work here. put 1 into tHilitedArray["from"]["page"] put 1 into tHilitedArray["from"]["index"] put 99 into tHilitedArray["to"]["page"] put 99 into tHilitedArray["to"]["index"] set the hilitedRange o

RE: IOS 15.0

2021-12-13 Thread Ralph DiMola via use-livecode
Download Xcode 14.5.x and rename it to Xcode_14.5.x. Open it up and allow the installation to complete. Then point your Xcode build tools to the 14.5.x. In LC prefs point to Xcode 14.5.x.app. You can now build apps. You can open up Xcode 15.0 to drag .app's to your devices for testing. I always

Re: IOS 15.0

2021-12-13 Thread Mark Smith via use-livecode
Thanks Mike. What macOS and Xcode have you been using? Apple upgraded my iOS to 15.0 and now all my builds have stopped working… (“developer of this app needs to upgrade it to work with this version of iOS). Best, Mark Sent from my iPhone > On Dec 13, 2021, at 6:42 PM, Mike Kerner via use-li

Re: IOS 15.0

2021-12-13 Thread Mike Kerner via use-livecode
sorry, "unknown color". The fix is to insert a breakpoint before the suspect code executes. Then it finds its way. On Mon, Dec 13, 2021 at 1:39 PM Mike Kerner wrote: > I've been using both 9.6.4 and 9.6.5 rc2 without issue on any of the ios > target devices (other than a bizarre issue with the r

Re: IOS 15.0

2021-12-13 Thread Mike Kerner via use-livecode
I've been using both 9.6.4 and 9.6.5 rc2 without issue on any of the ios target devices (other than a bizarre issue with the remote debugger reporting incorrect color instead of showing the actual error). On Sun, Dec 12, 2021 at 2:30 AM Mark Smith via use-livecode < use-livecode@lists.runrev.com>

Re: How to extract whole text from a PDF file with the PDF

2021-12-13 Thread Richard Gaskin via use-livecode
Richmond wrote: > On 12.12.21 21:33, Richard Gaskin wrote: >> Stam Kapetanakis wrote: >> > i presume the pdf widget in pro is the opensource xpdfReader but >> > don’t know for sure. >> >> If it is that would be problematic, as the open source edition of >> xpdfReader is licensed under GPL, and LC