ERROR ITMS-90035: "Invalid Signature. Invalid Info.plist (plist or signature have been modified) SOLVED

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

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

ERROR ITMS-90035: "Invalid Signature. Invalid Info.plist (plist or signature have been modified) SOLVED

Post by jmburnod » Sun Jul 05, 2020 4:26 pm

Hi All,

I get this error with transporter for an .ipa file with a modified Info.plist file placed in copy file pane (just place "France" instead "English).
This error disappear if Info.plist file have been not changed.
That did work before (LC 9.5.0, Xcode 10.1)
Is there an other way to replace "English" by "France" for AppStore infos ?

Best regards
Jean-Marc
ERROR ITMS-90035: "Invalid Signature. Invalid Info.plist (plist or signature have been modified). The file at path [EcrireEnPictos.app/EcrireEnPictos] is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose "Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios ... ction.html"
Last edited by jmburnod on Mon Aug 17, 2020 11:00 am, edited 1 time in total.
https://alternatic.ch

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7215
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: ERROR ITMS-90035: "Invalid Signature. Invalid Info.plist (plist or signature have been modified)

Post by jacque » Mon Jul 06, 2020 6:38 pm

Is this a language definition? Should it be "French"? I don't know if that would cause an error or prevent signing from occurring, but if that's the only change maybe it matters.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

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

Re: ERROR ITMS-90035: "Invalid Signature. Invalid Info.plist (plist or signature have been modified)

Post by jmburnod » Tue Jul 07, 2020 9:20 am

Thanks for your message
Is this a language definition? Should it be "French"?
Yes
I used xCode to modify Info.plist file. I wonder if there is another app to do it (worked LC 9.5.0, xCode 10.1)
Best regards
Jean-Marc
https://alternatic.ch

Thierry
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 875
Joined: Wed Nov 22, 2006 3:42 pm

Re: ERROR ITMS-90035: "Invalid Signature. Invalid Info.plist (plist or signature have been modified)

Post by Thierry » Tue Jul 07, 2020 10:51 am

jmburnod wrote:
Tue Jul 07, 2020 9:20 am
I used xCode to modify Info.plist file.
I wonder if there is another app to do it (worked LC 9.5.0, xCode 10.1)
Bonjour Jean-Marc,

Info.plist is a text file; so all text editors will do it.
BBEdit (even the free version) will manage better,
as it is recognized as a .plist language.

Thierry
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!

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

Re: ERROR ITMS-90035: "Invalid Signature. Invalid Info.plist (plist or signature have been modified)SOLVED

Post by jmburnod » Mon Aug 17, 2020 10:57 am

Sorry, I forgot this thread.
I use textedit to modify Info.plist file with success
Kind regards
Jean-Marc
https://alternatic.ch

Post Reply

Return to “iOS Deployment”