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