I get an error when sending a file to App Store

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

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

I get an error when sending a file to App Store

Post by Mag » Sat Jan 21, 2017 10:53 pm

When I'm trying to send an app for Mac to iTunes Connect I get this error:

ERROR ITMS-90511: "CFBundleIdentifier Collision. The Info.plist CFBundleIdentifier value 'com.runrev.revspeech' of 'AppName.app/Contents/MacOS/Externals/revspeech.bundle' is already in use by another application."

The app uses revspeech, is this an app or a stack?

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: I get an error when sending a file to App Store

Post by jmburnod » Sun Jan 22, 2017 12:15 am

Hi Mag,
Strange error message.
Anyway as far I know you can't use revspeak on iOS.
The only way I know is the external sunnytext2speech that Thierry made
http://sunny-tdz.com/livecode/sunnytext2speech
Best regards
Jean-Marc
https://alternatic.ch

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

Re: I get an error when sending a file to App Store

Post by Mag » Sun Jan 22, 2017 3:02 am

Hi Jean,

thank you for the post, I'm using it on a Mac app.

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

Re: I get an error when sending a file to App Store

Post by Mag » Sun Jan 22, 2017 3:30 am

OK, I made a change in <App-pakage>Contents/MacOS/Externals/revspeech.bundle/Contents/Info.plist, from "Bundle identifier: com.runrev.revspeech" to "Bundle identifier: com.runrev.xxxxrevspeech" and I have successfully added the application to the App Store.

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: I get an error when sending a file to App Store

Post by jmburnod » Sun Jan 22, 2017 2:02 pm

Hi Mag,
sorry for my misunderstanding
Just for our knowledge. How did you know what you have to do ?
Best regards
Jean-Marc
https://alternatic.ch

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

Re: I get an error when sending a file to App Store

Post by Mag » Sun Jan 22, 2017 2:09 pm

Hi Jean-Marc,

I saw that there was a similar problem in Stack Overflow with Oracle Java http://stackoverflow.com/questions/3461 ... -collision

:oops:

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”