Will apps built on Version 2025R2 run on Tahoe

Hi Guys.

Will applications built with Version 2025R2 run on Tahoe.

I have someone testing on it, and it gives the message

“Application not responding”.

Regards

Your app can get that message in normal operation when you’ve built a long-running function on the main thread. The best solution is to thread these functions, but you can also use some workarounds to free up CPU time for the interface to update.

Do you know where your long running functions are?
Do you know how to use code profiling to time methods and figure out where problems lie?

1 Like

Does it not give that error on other operating systems?

I’m doing alright with 2025r2.1.

You don’t say “where” the tester is seeing this, but I’m guessing he is also seeing a beachball. Like Tim suggests, this sounds like a threading thing. Does your tester say whether it resolves if left running long enough, and the underlying method finally releases the UI?

Hi

Not on Sonoma that I am 100% sure of.

I haven’t had other OS’ to test on.

Regards

Hi

Code Profiling?

Never heard of that.

Can you help?

Regards

This may help:

Search on the forum or use Google or use ChatGPT.

Hi All.

Ok, seem to have gotten it working, using Profile Code.

I was looking for Code Profiler (Don’t judge).

In my case, by adjusting the timers in my program to not be so… tight, it ran on Tahoe.

Regards

I’ve just rebuilt one menubar app in Tahoe to add two keyboard shortcuts, and it’s working fine.