osx - case sensitivity when running OS X app from terminal -


i've noticed when run application terminal stating direct path, depends on case sensitivity. i've found out when macos written in lower case, fails run due lack plist file, can bee seen below :

[13:37 zzz ~/ ] /applications/notes.app/contents/macos/notes     2015-07-23 13:37:34.924 notes[1205:12990] no info.plist file in application bundle or no nsprincipalclass in info.plist file, exiting 

whereas correct case manage run application.

[13:37 zzz ~/ ]$ /applications/notes.app/contents/macos/notes 

can tell me reason behavior ?

thanks

actually, consequence of formatting of hard drive you're using.

if hard drive (or ssd) had "case-sensitive" formatting, that's why need explicit macos instead of macos.

if had formatted hard drive "journaled", away using caps.

more information can found here , here.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -