Problem with the Build process

Hi, when I build my app, it gives me the following error message:

[lua]failed to extract requirements data: 1
/Users/Marco/Desktop/FlyingBird.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 FlyingBird is a valid Mach executable that’s properly codesigned. (-19050)
/Users/Marco/Desktop/FlyingBird.app/FlyingBird: invalid signature (code or signature have been modified)

  • (null)[/lua]

What’s the problem? [import]uid: 27760 topic_id: 33500 reply_id: 333500[/import]

Is this just in the terminal or are you also getting it as a popup alert when the build ends? Can you still install onto device? Please let me know :slight_smile: [import]uid: 52491 topic_id: 33500 reply_id: 133105[/import]

I’m also getting this error as a popup alert when the build ends. I can’t install on the device my game. [import]uid: 27760 topic_id: 33500 reply_id: 133193[/import]

Hello just fixed my new computer having this problem

This is what happen to me
my old dev iOS certificates got old and downloaded new once
then this problem start for me

I did remove everything all certificates and all profiles but still this problem accrued
after a lot of goggling i found the solution for my problem
some how i had 2 IOS certificates the expired certificates where still there
by clicking keychain -> view -> show expired certificate
i found the old once and deleted them

this fixed it for me

[import]uid: 147488 topic_id: 33500 reply_id: 133196[/import]

Is this just in the terminal or are you also getting it as a popup alert when the build ends? Can you still install onto device? Please let me know :slight_smile: [import]uid: 52491 topic_id: 33500 reply_id: 133105[/import]

I’m also getting this error as a popup alert when the build ends. I can’t install on the device my game. [import]uid: 27760 topic_id: 33500 reply_id: 133193[/import]

Hello just fixed my new computer having this problem

This is what happen to me
my old dev iOS certificates got old and downloaded new once
then this problem start for me

I did remove everything all certificates and all profiles but still this problem accrued
after a lot of goggling i found the solution for my problem
some how i had 2 IOS certificates the expired certificates where still there
by clicking keychain -> view -> show expired certificate
i found the old once and deleted them

this fixed it for me

[import]uid: 147488 topic_id: 33500 reply_id: 133196[/import]

Hey again - I’d +1 the above answer about checking for expired certificates. Just be sure to delete your provisioning profiles from xcode before deleting the certs from keychain, else they will reappear.

Please let us know how you go :slight_smile: [import]uid: 52491 topic_id: 33500 reply_id: 133549[/import]

Hey again - I’d +1 the above answer about checking for expired certificates. Just be sure to delete your provisioning profiles from xcode before deleting the certs from keychain, else they will reappear.

Please let us know how you go :slight_smile: [import]uid: 52491 topic_id: 33500 reply_id: 133549[/import]