0

I keep getting this error. I tried everything.

Code Signing Warning: "OSCSender - App" isn't code signed but requires entitlements. It is not possible to add entitlements to a binary without signing it. Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 13.2'

I also tried to switch from the new build system to legacy. I have turned on/off automatic signing. I deleted all provisioning profiles, certificates and my account from Xcode. still the same problem!

I tried to turn off code signing from the .plist but it doesn't let me, even when I run as admin.

  • Catalina 10.15.2
  • Xcode Version 11.3
Cœur
  • 37,241
  • 25
  • 195
  • 267
itsuzef
  • 1
  • 1
  • 2

1 Answers1

3

It happens when Xcode doesn't recognize your certificate.

It's just a pain in the ass to solve it, there are a lot of possibilities to help you.

But the first thing you should try is removing in the "Window" tab => Organizer, the provisioning that is in your device. Then re-add them (download them again on the apple website). And try to compile again.

By the way, did you check in the Project Info Window the "code signing identity"?

Adarsh KC
  • 449
  • 3
  • 18