BridgePlus and MacBook Pro M1

Hi,
i’m starting to working on script on my new MacBook Pro M1.
When i want to invoke a BridgePlus method like i always does (see code below), i got an error message (see the capture below).


A translation attempt from french: The “BridgePlus” framework could not load because it doesn’t contain a version of the current architecture.
Do i need to go back to my old computer if i want to work with BridgePlus?
Thanks for your help!

my code:
use AppleScript version “2.5” – El Capitan (10.11) or later
use framework “Foundation”
use scripting additions
use BP : script “BridgePlus” version “1.3.2”
set myArray to BP’s arrayFromTSV:myTsv

You need to use the universal build of BridgePlus. It’s included in Shane’s Script Library Pack, available here:

As the description on that page says, it is now being distributed via an application.

Thanks for the quick reply.
It seems i didn’t searched around enough!
I’ll try it, thanks again.