SD8 Error in Testing

I was running a test on an app that runs successfully on SD7 and received the following error:

Ideas?

Jerry

I presume you’re running it on an M1 Mac, in which case Script Debugger is running native arm64 code, and therefore can only load frameworks in script libraries that is also compiled for arm64.

So the answer is here:

Thanks. I was testing on an M1 Mac mini. I will test again with the new library app on the m1 mini tomorrow. I did test the same script on an intel MacBook Pro using Sd8 and it ran fine.

Sd8 looks really good - looking forward to the production version!

The retest with the M1 Mac mini and Shanes library app worked fine. Problem resolved.