Advertisement
Guest User

Untitled

a guest
Feb 5th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate
  2.  
  3. Executable=/Users/myuser/Library/Developer/Xcode/Archives/2012-09-17/myapp 17-09-12 09.27.xcarchive/Products/Applications/MyApp.app/MyApp
  4. Identifier=com.example.MyApp
  5. ...
  6. Authority=iPhone Distribution: My Company
  7. Authority=Apple Worldwide Developer Relations Certification Authority
  8. Authority=Apple Root CA
  9. ...
  10.  
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  13. <plist version="1.0">
  14. <dict>
  15. <key>ApplicationIdentifierPrefix</key>
  16. <array>
  17. <string>PR3F1X</string>
  18. </array>
  19. <key>CreationDate</key>
  20. <date>2012-09-17T07:20:35Z</date>
  21. <key>DeveloperCertificates</key>
  22. <array>
  23. <data>
  24. ...
  25. </data>
  26. </array>
  27. <key>Entitlements</key>
  28. <dict>
  29. <key>application-identifier</key>
  30. <string>PR3F1X.com.example.MyApp</string>
  31. <key>get-task-allow</key>
  32. <false/>
  33. <key>keychain-access-groups</key>
  34. <array>
  35. <string>PR3F1X.*</string>
  36. </array>
  37. </dict>
  38. <key>ExpirationDate</key>
  39. <date>2013-09-16T07:20:35Z</date>
  40. <key>Name</key>
  41. <string>PROFILE NAME</string>
  42. <key>TeamIdentifier</key>
  43. <array>
  44. <string>PR3F1X</string>
  45. </array>
  46. <key>TimeToLive</key>
  47. <integer>364</integer>
  48. <key>UUID</key>
  49. <string>...</string>
  50. <key>Version</key>
  51. <integer>1</integer>
  52. </dict>
  53. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement