Skip to content

Instantly share code, notes, and snippets.

@atin360
Created January 15, 2014 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atin360/e979a85b176a1435c94b to your computer and use it in GitHub Desktop.
Save atin360/e979a85b176a1435c94b to your computer and use it in GitHub Desktop.
Building: testiOS (Debug|iPhone)
Detecting signing identity...
Multiple provisioning profiles match the bundle identifier; using the first match.
1. Provisioning Profile: "iOS Team Provisioning Profile: *" (E6CB6CA2-3D25-4F81-811D-C553189D7CD0)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
2. Provisioning Profile: "iOS Team Provisioning Profile: *" (3B1214F4-E440-4302-86BA-3E3606B0FDD0)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
3. Provisioning Profile: "iOS Team Provisioning Profile: *" (2BFE3CFD-3794-4D1A-8190-F7B43BDECF26)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
4. Provisioning Profile: "iOS Team Provisioning Profile: *" (D327279B-A387-4B7B-8884-1AE251435DDD)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
5. Provisioning Profile: "iOS Team Provisioning Profile: *" (5A2E1D63-6D42-4F6F-AEBD-5E9BA533F05A)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
Provisioning Profile: "iOS Team Provisioning Profile: *" (E6CB6CA2-3D25-4F81-811D-C553189D7CD0)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
App ID: "SJ4M429CQ6.com.your-company.testiOS"
Performing main compilation...
Skipping project since output files are up to date
Build complete -- 0 errors, 0 warnings
Updating debug configuration file
Updating debug settings manifest
Embedding provisioning profile
Processing entitlements file
Preparing resources rules
Signing application
codesign -v -f -s "4921A17D145E00C8F76A815CC3D15F5F84354F63" "--resource-rules=/Users/imac/Projects/testiOS/testiOS/bin/iPhone/Debug/testiOS.app/ResourceRules.plist" --entitlements "/Users/imac/Projects/testiOS/testiOS/bin/iPhone/Debug/testiOS.xcent" "/Users/imac/Projects/testiOS/testiOS/bin/iPhone/Debug/testiOS.app"
/Users/imac/Projects/testiOS/testiOS/bin/iPhone/Debug/testiOS.app: replacing existing signature
/Users/imac/Projects/testiOS/testiOS/bin/iPhone/Debug/testiOS.app: signed bundle with Mach-O thin (armv7) [com.your-company.testiOS]
---------------------- Done ----------------------
Build successful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment