无法获得本地文件的相对位置 - "作为文本的路径#34;不在Xcode工作

时间:2014-12-22 06:50:43

标签: applescript-objc

我在Xcode项目中获取对象的路径时遇到了麻烦 - 之前在adayzdone建议使用的另一个线程中使用:

set parentDirectory to POSIX path of ((path to me as text) & "::")

它在Applescript脚本编辑器中运行得非常出色,但在Xcode中包含在我的Applescriptobjc项目中时会导致此错误:

无法将«class ocid»id«data optr00000000609B220080600000»转换为类型常量。 (错误-1700)

还是让我难过!

1 个答案:

答案 0 :(得分:0)

我解决了。

set ImagePath to current application's NSBundle's mainBundle()'s bundlePath() as text & "/Contents/Resources/imageName.png"

感谢。