Page 1 of 1

I get an error when sending a file to App Store

Posted: Sat Jan 21, 2017 10:53 pm
by Mag
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?

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

Posted: Sun Jan 22, 2017 12:15 am
by jmburnod
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

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

Posted: Sun Jan 22, 2017 3:02 am
by Mag
Hi Jean,

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

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

Posted: Sun Jan 22, 2017 3:30 am
by Mag
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.

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

Posted: Sun Jan 22, 2017 2:02 pm
by jmburnod
Hi Mag,
sorry for my misunderstanding
Just for our knowledge. How did you know what you have to do ?
Best regards
Jean-Marc

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

Posted: Sun Jan 22, 2017 2:09 pm
by Mag
Hi Jean-Marc,

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

:oops: