Or you can use LC 9.6 DP-4 for that, if you don't want to use the storyboard splash screens that are in LC 9.6 RC-1.
Kind regards, Panos -- On Fri, 15 May 2020 at 20:12, panagiotis merakos <merak...@gmail.com> wrote: > Hello Graham, > > Which LC version are you using? You **might** be able to hack the IDE to > use the iOS 13 sdk, even with High Sierra. Use LC 9.6 RC-1 for this. > > Note: This is not recommended, so try it at your own risk. > > You can start with downloading Xcode 11.3 which includes the iOS SDK 13.2. > Xcode 11.3 cannot run on High Sierra, so its icon will look disabled in the > Finder, but LC is using the iOS SDK, so this **might** work. > > Then, type in the msg box: > > edit the script of stack revdeploylibraryios at 42 > > This will open the Script Editor - search for these lines (should be > around line 42): > > else if tMacVersion < 101400 then > put "12.1,10.1,12.1" into tList[1] > > and replace them with: > > else if tMacVersion < 101400 then > put "12.1,10.1,12.1" into tList[1] > put "13.2,11.3,13.3" into tList[2] // <--- Add this line > > Note this file is read-only, so if you want to save permanently these > changes, you need to change the permissions of the file > revdeploylibraryios.livecodescript in the LC app bundle. > > Now, go to LiveCode Preferences -> Mobile Support and choose Xcode 11.3 > > Hopefully this should work. > > Kind regards, > Panos > -- > > On Fri, May 15, 2020, 19:40 Peter Bogdanoff via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hi Graham, >> >> You might want to look at these kinds of articles: >> >> How to install Catalina on older Mac, update macOS on an old MacBook >> >> https://www.macworld.co.uk/how-to/mac-software/install-catalina-old-mac-3654960/ >> >> >> Peter >> >> > On May 15, 2020, at 9:02 AM, Graham Samuel via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> > >> > As many of you will know, I have been struggling to create an iPhone >> app - very unfamiliar territory for me. It’s been an education. Without >> help from this list and the mother ship I would have been dead in the water >> long ago. Finally I can see the (beta version of) the app running on my >> iPhones - yipee! The next step is to get it out there via TestFlight so >> that a few friends can mess with it. >> > >> > I just went through all the hoops with the Apple App Store to reach the >> magic TestFlight stage, using the XCode Application Loader. Things looked >> good until this: >> > >> >> ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS >> 12.1 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or >> later.” >> > >> > My iMac can only run High Sierra, and High Sierra can only run XCode >> 10.1, and AFAIK that version of XCode only runs SDK 12.1. I think that >> means I get a new Mac or give up. >> > >> > Please tell me if I’m wrong. >> > >> > Graham >> > >> > PS I would really like a new Mac, but the budget is the problem! >> > _______________________________________________ >> > use-livecode mailing list >> > use-livecode@lists.runrev.com >> > Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >> > http://lists.runrev.com/mailman/listinfo/use-livecode >> >> >> _______________________________________________ >> use-livecode mailing list >> use-livecode@lists.runrev.com >> Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode >> > _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode