[Mono-osx] [MonoMac]'Create Mac Installer' does not generate correct codesign command

trevorde tdarcyevans at hotmail.com
Tue Jan 11 16:34:16 EST 2011


Hi all
I'm falling victim to the apostrophe in my name (Trevor D'Arcy-Evans).  When
I try to 'Create Mac Installer' and elect to sign the app bundle,
MonoDevelop generates the following command:

  codesign -v -f -s "3rd Party Mac Developer Application: Trevor
D\'Arcy-Evans" "MyApp.app"

Note the escaping of the apostrophe.  This results in the following error:

  3rd Party Mac Developer Application: Trevor D\'Arcy-Evans: no identity
found

However, when I run the command in a terminal without escaping the
apostrophe:

  codesign -v -f -s "3rd Party Mac Developer Application: Trevor
D'Arcy-Evans" "MyApp.app"

It proceeds without error.

Similar comments also apply to productbuild to create a (signed) install
package.

This would appear to be a bug in MonoDevelop.

Kind regards
Trevor D'Arcy-Evans

-- 
View this message in context: http://mono.1490590.n4.nabble.com/MonoMac-Create-Mac-Installer-does-not-generate-correct-codesign-command-tp3209741p3209741.html
Sent from the Mono - OSX mailing list archive at Nabble.com.


More information about the Mono-osx mailing list