Those are my first steps in IOS applications development and I\'m facing some problem that I can\'t figure out.
error: Embedded binary is not signed with the
I got this error after adding a Copy Files Build Phase to the main app Target.
Copy Files
Destination:Absolute Path
Path:/Applications
File:MyApp.app
This worked the first time I ran the app.
On subsequent runs, Xcode began complaining about the certificate mismatch.
Removing the Copy Files build phase fixes the certificate mismatch. I'm still searching for a way to Copy Files without the error.
Same issue links: