xcode problem codesign


Showing Recent Errors Only

Build target KidsEducationalGame-mobile of project KidsEducationalGame with configuration Debug
warning: Provisioning profile "iOS Team Provisioning Profile: com.olimpia.hector" for "KidsEducationalGame-mobile" contains entitlements that aren't in the entitlements file: com.apple.developer.kernel.extended-virtual-addressing, com.apple.developer.associated-domains.mdm-managed, com.apple.developer.coremedia.hls.low-latency, and com.apple.developer.devicecheck.appattest-environment. To use these entitlements, add them to your entitlements file. Otherwise, remove unused entitlements from your provisioning profile. (in target 'KidsEducationalGame-mobile' from project 'KidsEducationalGame')
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYSSEARCHUSERPATHS' to NO. (in target 'KidsEducationalGame-mobile' from project 'KidsEducationalGame')


CodeSign /Users/Hector/Library/Developer/Xcode/DerivedData/KidsEducationalGame-btedxkgiouysumemfbsnntuefdpd/Build/Products/Debug-iphoneos/Juego\ niña\ niño.app (in target 'KidsEducationalGame-mobile' from project 'KidsEducationalGame')
  cd /Users/Hector/Downloads/KidsEducationalGame
IOS\ 2/proj.iosmac
  export CODESIGN
ALLOCATE=/Users/Hector/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
   
Signing Identity:   "Apple Development: hector gomez (6XZ5FU2MQJ)"
Provisioning Profile: "iOS Team Provisioning Profile: com.olimpia.hector"
           (17597ce3-968c-41e7-bd92-94615ef0003d)

  /usr/bin/codesign --force --sign 9FC432113AD8382AEF58DA19E7E87C55FB7F2D2B --entitlements /Users/Hector/Library/Developer/Xcode/DerivedData/KidsEducationalGame-btedxkgiouysumemfbsnntuefdpd/Build/Intermediates.noindex/KidsEducationalGame.build/Debug-iphoneos/KidsEducationalGame-mobile.build/Juego\ niña\ niño.app.xcent --timestamp=none /Users/Hector/Library/Developer/Xcode/DerivedData/KidsEducationalGame-btedxkgiouysumemfbsnntuefdpd/Build/Products/Debug-iphoneos/Juego\ niña\ niño.app

Warning: unable to build chain to self-signed root for signer "Apple Development: hector gomez (6XZ5FU2MQJ)"
/Users/Hector/Library/Developer/Xcode/DerivedData/KidsEducationalGame-btedxkgiouysumemfbsnntuefdpd/Build/Products/Debug-iphoneos/Juego niña niño.app: errSecInternalComponent
Command CodeSign failed with a nonzero exit code



Seen this older thread?

https://developer.apple.com/forums/thread/131088

Still no joy, might be the diacritics (and/or spaces?) in the path/app name are causing issues.

Keep in mind that an app has 4 names: the product or bundle file name, the bundle ID suffix, the App store name given to App Store Connect, and the Bundle Display name under the icon. Only the latter 2 names allow special characters and spaces.

Good luck.
xcode problem codesign
 
 
Q