Problems when codesigning the app

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Mag
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 802
Joined: Fri Nov 16, 2012 10:51 pm

Problems when codesigning the app

Post by Mag » Mon Oct 06, 2014 11:56 am

Hi All,

I'm traying to codesigning an OS X app with AppWrapper http://www.ohanaware.com/appwrapper/ (that has allways done its work fine), and I get this error message:
Errors while Codesigning "<appFilePath>" <appWrappedFilePath>: bundle format unrecognized, invalid, or unsuitable in subcomponent: MacOS/English.lproj
Someone else had a similar problem?

PS
OS X 10.9.5
LC Commercial 6.6.3

Mag
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 802
Joined: Fri Nov 16, 2012 10:51 pm

Re: Problems when codesigning the app

Post by Mag » Mon Oct 06, 2014 10:55 pm

OK, the problem above was resolved by deleting the English.lproj directory.

Unfortunately I then discovered that you can not codesign a LiveCode apps that include XML or Speech plugins. So now, I have to rewrite part of the code to use something else than RevSpeech and RevXML... :evil:

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4002
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: Problems when codesigning the app

Post by bn » Wed Oct 08, 2014 1:51 pm

Hi Mag,

have you looked at Ken Ray's

http://www.sonsothunder.com/products/xmllib/xmllib.htm

?

Kind regards

Bernd

Mag
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 802
Joined: Fri Nov 16, 2012 10:51 pm

Re: Problems when codesigning the app

Post by Mag » Wed Oct 08, 2014 2:46 pm

I will read the info of the Ken's product to see if it fits my needs to codesigning and parsing my XML file. Thank you Bernd!

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Problems when codesigning the app

Post by Klaus » Wed Oct 08, 2014 3:11 pm

Hi Mag,
Mag wrote:Unfortunately I then discovered that you can not codesign a LiveCode apps that include XML or Speech plugins.
did you already bug report it?
http://quality.runrev.com


Best

Klaus

Mag
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 802
Joined: Fri Nov 16, 2012 10:51 pm

Re: Problems when codesigning the app

Post by Mag » Thu Oct 09, 2014 1:19 am

Klaus wrote:Hi Mag,
Mag wrote:Unfortunately I then discovered that you can not codesign a LiveCode apps that include XML or Speech plugins.
did you already bug report it?
http://quality.runrev.com


Best

Klaus
Klaus, everybody knows that Apple recently changed their code sign function. Would be sufficient to comply to Apple’s rules... :wink:

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Problems when codesigning the app

Post by Klaus » Thu Oct 09, 2014 12:09 pm

Hi Mag,
Mag wrote:Klaus, everybody knows that Apple recently changed their code sign function.
well, I didn't :shock:
Mag wrote:Would be sufficient to comply to Apple’s rules... :wink:
Yes, if you mean LC :D


Best

Klaus

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: Problems when codesigning the app

Post by LCNeil » Thu Oct 09, 2014 12:16 pm

Hi Guys,

We are aware of Apples recent codesigning changes and are in the beginning stages of working with the developer of AppWrapper in order to resolve this issue as soon as possible.

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.runrev.com
--

Mag
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 802
Joined: Fri Nov 16, 2012 10:51 pm

Re: Problems when codesigning the app

Post by Mag » Thu Oct 09, 2014 4:59 pm

Klaus wrote:well, I didn't :shock:
You are forgiven, you do not sell a tool to build apps! :wink:
runrevneil wrote: We are aware of Apples recent codesigning changes and are in the beginning stages of working with the developer of AppWrapper in order to resolve this issue as soon as possible.

Thank you Neil.

Post Reply

Return to “Mac OS”