Deploying to Mac OS? Ask Mac OS specific questions here.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
Mag
- VIP Livecode Opensource Backer

- Posts: 802
- Joined: Fri Nov 16, 2012 10:51 pm
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

- Posts: 802
- Joined: Fri Nov 16, 2012 10:51 pm
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...

-
Mag
- VIP Livecode Opensource Backer

- Posts: 802
- Joined: Fri Nov 16, 2012 10:51 pm
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: 14199
- Joined: Sat Apr 08, 2006 8:41 am
-
Contact:
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

- Posts: 802
- Joined: Fri Nov 16, 2012 10:51 pm
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...

-
Klaus
- Posts: 14199
- Joined: Sat Apr 08, 2006 8:41 am
-
Contact:
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
Mag wrote:Would be sufficient to comply to Apple’s rules...

Yes, if you mean LC
Best
Klaus
-
LCNeil
- Livecode Staff Member

- Posts: 1223
- Joined: Wed Oct 03, 2012 4:07 pm
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

- Posts: 802
- Joined: Fri Nov 16, 2012 10:51 pm
Post
by Mag » Thu Oct 09, 2014 4:59 pm
Klaus wrote:well, I didn't
You are forgiven, you do not sell a tool to build apps!
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.