开发者

App Loader config directory permissions issue

I've created an iOS 4.3 iPhone app in Xcode 4. When I use the Application Loader, I ge开发者_运维问答t this error:

Unable to create configuration directory:

/Users/myusername/.itmstransporter

I'm not sure it is permissions but believe it most likely is. Any ideas how to resolve it?

It seems similar to What does "The dwarfdump binary must exist and must be executable" mean?, which I ran

sudo ln -s /Developer/usr/bin/dwarfdump /usr/bin/

and resolved that issue.


VanceG's answer got me to a solution, which was to change the permissions on my /Users/myusername folder to allow writing (the link he refers to does the same for the /Users/Shared folder which not surprisingly didn't solve this error as the app is complaining about writing to my user folder).

In terminal sudo chmod 777 /Users/myusername (or chmod 1777 depending on version of OSX as discussed in http://support.apple.com/kb/TS1277).


I had the same problem, and it turned out to be a problem with the Shared users folder, which also was causing problems with iTunes home sharing. For me, following these instructions fixed both problems: http://support.apple.com/kb/TS1277

Hope it works for you too.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜