I have an application that I have been developing for some time now. Recently launching the application via a double click presents a dialog that says \"You can\'t open the
OK, some (more) shots in the dark.
./RepoWatch.app/Contents/MacOS/RepoWatch to run it manually, are you using some sort of completion or filename generation, or are you typing it all in (especially the filename of the executable)?
Info.plist. Try ls -w /path/to/RepoWatch.app/Contents/MacOS/ | xxd to look at the bytes for anything non-ASCII.plutil -lint /path/to/Info.plist give you an “OK”?@ after the permissions in the ls -l output indicates some xattrs. These could be harmless, but have you looked at which ones are there with ls -l@?
(cd /path/to/RepoWatch.app/Contents/ && mv Info.plist Info.plist.save && cat Info.plist.save > Info.plist) to get a copy without the xattrs and test with it..save above) to see if you can cause a different error message that might help indicate the problem.