Re: Problems with simulator

2021-10-31 Thread Mark Smith via use-livecode
Problem solved and it was rather trivial… I had nothing selected under Development/Test Target. Once I selected Simulator it worked fine. That’s the 2nd time I’ve done that. Each time I had just installed a new version of LC. Well, if it happens to you that would be the first thing I’d check.

Re: Problems with simulator

2021-10-26 Thread Mark Smith via use-livecode
A clue perhaps. I thought I would try something different. I took the app bundle (the one LC builds) and dropped it on the simulator. I don’t know if that should work or not, since I never tried it before. It installed the app, and launched it. But it gave this error… “Organize” needs to be

Re: Problems with simulator

2021-10-26 Thread Mark Smith via use-livecode
Thanks Ralph. But usually in that situation LC saves, then does a build and then tries to hand that off to the simulator that times out because it is still loading. I’ve been loading the simulator manually for quite some time now and using it without issue (not with the current setup software

RE: Problems with simulator

2021-10-26 Thread Ralph DiMola via use-livecode
I found that starting the simulator manually before testing will usually stop the timeouts. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Problems with simulator

2021-10-26 Thread Mark Smith via use-livecode
HI Rick, I used to have the same problem as well until I loaded the simulator first. That seemed to fix the timing problem. But I don’t think that’s what is going on here. > On Oct 26, 2021, at 8:29 PM, Rick Harrison via use-livecode > wrote: > > I used to have a problem with the simulator

Re: Problems with simulator

2021-10-26 Thread Rick Harrison via use-livecode
Hi Mark, I used to have a problem with the simulator timing out when it was trying to load my stack. I think I gave up on using the simulator, and went with testing everything on my target device. Good luck! Rick > On Oct 26, 2021, at 11:54 AM, Mark Smith via use-livecode > wrote: > >

Re: Problems with simulator

2021-10-26 Thread Matthias Rebbe via use-livecode
Did you select the correct version of the Xcode command line tools that should be used. You can do this in the Xcode preferences. Von meinem iPhone gesendet > Am 26.10.2021 um 17:56 schrieb Mark Smith via use-livecode > : > I wonder if anyone has any suggestions I can try. I am using macOS

Problems with simulator

2021-10-26 Thread Mark Smith via use-livecode
I wonder if anyone has any suggestions I can try. I am using macOS 10.15.7 (Catalina), LC 9.6.3, Xcode 12.4 and iOS14.8 This configuration should be completely usable and indeed I am able to properly build an iOS app and install it on my 6S or 12 and it works fine. However, I can’t get it to