だから、私はそれをクリックすると、パッケージのコンテンツとリソース内のmp3ファイルを開くAppleScriptアプリケーションを作成しようとしています。これは、スクリプト内にある唯一のコードです。
set filepath to (path to me as string) & "Contents:Resources:Jingle bells.mp3"
tell application "Finder"
open alias filepath
しかし、「スクリプトエラー」というメッセージが表示されます。エラー「Finderでエラーが発生しました。エイリアス\ "Macintosh HD:Users:bobby.hay:Desktop:Song.app:Contents:Resources:Scripts:main.scptContentsを取得できません:リソース:Jingle bells.mp3 \ "。" 番号-1728
スクリプトの/ Contents / Resources内にあるJingle bells.mp3を開くようにアプリケーションを取得しようとしています。