Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.64 KB | None | 0 0
  1. CodeSign build/device/My\ App.app
  2.     cd .../MyAPP/platforms/ios
  3.     export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
  4.     export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/Developer/android-sdk-macosx/tools:/usr/local/ant/bin"
  5.    
  6. Signing Identity:     "iPhone Distribution: My GbR (XYZ)"
  7. Provisioning Profile: "MyAppAdHoc"
  8.                       (a14753c8-215e-4f41-b752-56e03736cb5c)
  9.  
  10.     /usr/bin/codesign --force --sign E51F716AF0653883985BB203886EC5CA54B164B3 --resource-rules=.../MyAPP/platforms/ios/build/device/My\ App.app/ResourceRules.plist --entitlements .../MyAPP/platforms/ios/build/My\ App.build/Release-iphoneos/My\ App.build/My\ App.app.xcent .../MyAPP/platforms/ios/build/device/My\ App.app
  11. E51F716AF0653883985BB203886EC5CA54B164B3: no identity found
  12. Command /usr/bin/codesign failed with exit code 1
  13.  
  14. ** BUILD FAILED **
  15.  
  16.  
  17. The following build commands failed:
  18.     CodeSign build/device/My\ App.app
  19. (1 failure)
  20. Command finished with error code 65: .../MyAPP/platforms/ios/cordova/build --release,--device
  21. Error: .../MyAPP/platforms/ios/cordova/build: Command failed with exit code 65
  22.     at ChildProcess.whenDone (/Developer/cordova/3.5.0-0.2.7/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23)
  23.     at ChildProcess.EventEmitter.emit (events.js:98:17)
  24.     at maybeClose (child_process.js:753:16)
  25.     at Process.ChildProcess._handle.onexit (child_process.js:820:5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement