iTunes scripting with Scripting Bridge & Sandboxing

后端 未结 1 1040
情深已故
情深已故 2021-01-17 05:59

I have an app which tells iTunes to play music using the ScriptingBridge framework. The app either tells iTunes to play a playlist or a certain track. The app is also sandbo

1条回答
  •  说谎
    说谎 (楼主)
    2021-01-17 06:18

    Never mind. It turns out I was calling filteredArrayUsingPredicate: on an SBElementArray to find out the track I wanted to play and that somehow was messing things up. Now I use the method objectWithName: and it works.

    0 讨论(0)
提交回复
热议问题