1

Whenever I try to add the Push Notifications Capability it either does not get added afterwards or Xcode (v. 12.5) even crashes. Had anyone else a similar problem and could solve it somehow?

Mitemmetim
  • 520
  • 3
  • 12

1 Answers1

1

I could solve the issue by myself - make sure CODE_SIGN_ENTITLEMENTS in the build settings are empty before you add the capability.

I used XcodeGen for creating my project by copy-pasting an other one and was missing that the CODE_SIGN_ENTITLEMENTS were already filled then. This somehow caused the problem that I could not add the capability anymore.

Mitemmetim
  • 520
  • 3
  • 12