[Resolved] Certificates expired iOs

Today i have realised my certificates for Ios Developement and Dsitribution expired. All provisioning files too.

So i have request a new certificates, i have two (status:issued), and created new provisioning profiles for developent.

When i try to compile my app i get this error:

failed to extract requirements data: 1
/Users/noeguerreroponce/Desktop/eDropsPro.app: code or signature modified
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: /SourceCache/codesign_wrapper_Sim/Security-1245/codesign_wrapper/codesign_wrapper.c, line: 866

  • (null)

I am really lost, i can’t build anything, please help. [import]uid: 113117 topic_id: 25992 reply_id: 325992[/import]

I answer myself :slight_smile:

Open KeyChain Access application
Select the ‘login’ keychain, and select in the bottom pane ‘Certificates’
Switch to the ‘system’ keychain and see if there are certificates registered in both chains.
Remove one of them
Rebuild the application

I found it in this forum, it worked. [import]uid: 113117 topic_id: 25992 reply_id: 105213[/import]

Glad to see you got this resolved, thanks for posting your solution :slight_smile: [import]uid: 52491 topic_id: 25992 reply_id: 105407[/import]

I’m still stuck. I have

settings = {  
 iphone = {  
 plist = {  
UIApplicationExitsOnSuspend = false,  
CFBundleIdentifier = "5XXXXXXX.com.seacoastgames.mitm",  
 CFBundleURLTypes =  
 {  
 {  
 CFBundleURLSchemes =  
 {  
 "fb316863058397148",  
 }  
 }  
 }  
 }  
 }  
}  

… and this:
**failed to extract requirements data: 1
/Users/lionelhoude/Desktop/dev.app: invalid signature (code or signature have been modified)
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: codesign_wrapper.c, line: 879

  • (null)

warning: Unable to extract codesigning entitlements from your application. Please make sure dev is a valid Mach executable that’s properly codesigned. (-19050)
/Users/lionelhoude/Desktop/dev.app/dev: invalid signature (code or signature have been modified)

  • (null)**

I don’t what to do. Sorry if this doesn’t even belong in this area of the forum. I have a valid distribution profile tied to a valid certificate, as well as a development profile (fittingly called JFC) that is tied into the Monster in the Marsh profile I set up on the App store.
[import]uid: 144359 topic_id: 25992 reply_id: 123019[/import]

Try removing ;
CFBundleIdentifier = “5XXXXXXX.com.seacoastgames.mitm”,

any subfolders?

FYI I think I had an email from you that got cleared out recently (I lost a bunch about a fortnight ago) - apologies if so.

Let me know on the above :slight_smile:

Peach [import]uid: 52491 topic_id: 25992 reply_id: 123050[/import]

Hi Peach, that did it. I uploaded through Corona but at the last moment Apple said there was an error. I downloaded App Uploader and it all worked fine, so Monster in the Marsh is awaiting review. :smiley:

As for the email, I’ll re-send. Thanks for the help! [import]uid: 144359 topic_id: 25992 reply_id: 123084[/import]

Congrats! Look forward to seeing it on the store.

Thanks RE email, I see it in my inbox and will check it out tonight/tomorrow :slight_smile: [import]uid: 52491 topic_id: 25992 reply_id: 123335[/import]

I’m having a similar issue:

invalid signature (code or signature have been modified)
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: codesign_wrapper.c, line: 879

  • (null)

I’ve gone through the whole process of revoking my certificate, deleting provisioning profiles, and rebuilding and reinstalling them all several times and I keep getting the same error. I have no idea what I’m missing. [import]uid: 35706 topic_id: 25992 reply_id: 123459[/import]

I’m still stuck. I have

settings = {  
 iphone = {  
 plist = {  
UIApplicationExitsOnSuspend = false,  
CFBundleIdentifier = "5XXXXXXX.com.seacoastgames.mitm",  
 CFBundleURLTypes =  
 {  
 {  
 CFBundleURLSchemes =  
 {  
 "fb316863058397148",  
 }  
 }  
 }  
 }  
 }  
}  

… and this:
**failed to extract requirements data: 1
/Users/lionelhoude/Desktop/dev.app: invalid signature (code or signature have been modified)
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: codesign_wrapper.c, line: 879

  • (null)

warning: Unable to extract codesigning entitlements from your application. Please make sure dev is a valid Mach executable that’s properly codesigned. (-19050)
/Users/lionelhoude/Desktop/dev.app/dev: invalid signature (code or signature have been modified)

  • (null)**

I don’t what to do. Sorry if this doesn’t even belong in this area of the forum. I have a valid distribution profile tied to a valid certificate, as well as a development profile (fittingly called JFC) that is tied into the Monster in the Marsh profile I set up on the App store.
[import]uid: 144359 topic_id: 25992 reply_id: 123019[/import]

Try removing ;
CFBundleIdentifier = “5XXXXXXX.com.seacoastgames.mitm”,

any subfolders?

FYI I think I had an email from you that got cleared out recently (I lost a bunch about a fortnight ago) - apologies if so.

Let me know on the above :slight_smile:

Peach [import]uid: 52491 topic_id: 25992 reply_id: 123050[/import]

Hi Peach, that did it. I uploaded through Corona but at the last moment Apple said there was an error. I downloaded App Uploader and it all worked fine, so Monster in the Marsh is awaiting review. :smiley:

As for the email, I’ll re-send. Thanks for the help! [import]uid: 144359 topic_id: 25992 reply_id: 123084[/import]

Congrats! Look forward to seeing it on the store.

Thanks RE email, I see it in my inbox and will check it out tonight/tomorrow :slight_smile: [import]uid: 52491 topic_id: 25992 reply_id: 123335[/import]

I’m having a similar issue:

invalid signature (code or signature have been modified)
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: codesign_wrapper.c, line: 879

  • (null)

I’ve gone through the whole process of revoking my certificate, deleting provisioning profiles, and rebuilding and reinstalling them all several times and I keep getting the same error. I have no idea what I’m missing. [import]uid: 35706 topic_id: 25992 reply_id: 123459[/import]

Same problen, all the certificates are ok, but i upgraded the version and this error appears…
[import]uid: 113117 topic_id: 25992 reply_id: 127363[/import]

Same problen, all the certificates are ok, but i upgraded the version and this error appears…
[import]uid: 113117 topic_id: 25992 reply_id: 127363[/import]

Upgraded version of what? Xcode or Corona or OSX? (Just to make sure on same page.)

Would help to know version of each.

Peach :slight_smile: [import]uid: 52491 topic_id: 25992 reply_id: 127620[/import]

Upgraded version of what? Xcode or Corona or OSX? (Just to make sure on same page.)

Would help to know version of each.

Peach :slight_smile: [import]uid: 52491 topic_id: 25992 reply_id: 127620[/import]