Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.21 KB | None | 0 0
  1. ns-Mac-mini:PyQt-gpl-5.4.1 n$ python3 configure.py -q ~/Qt/5.5/ios/bin/qmake -d /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/ --verbose
  2. Querying qmake about your Qt installation...
  3. Determining the details of your Qt installation...
  4. /Users/n/Qt/5.5/ios/bin/qmake -o qtdetail.mk qtdetail.pro
  5. make -f qtdetail.mk
  6. /Applications/Xcode.app/Contents/Developer/usr/bin/make -f qtdetail.mk.ReleaseDevice
  7. xcodebuild build -scheme qtdetail -sdk iphoneos -configuration Release
  8. Build settings from command line:
  9.     SDKROOT = iphoneos8.1
  10.  
  11. --- xcodebuild: WARNING: The directory /Users/n/Downloads/PyQt-gpl-5.4.1 also contains the legacy project 'project.pbxproj' - ignoring it and using 'qtdetail.xcodeproj'.
  12.  
  13. === BUILD AGGREGATE TARGET Qt Preprocess OF PROJECT qtdetail WITH CONFIGURATION Release ===
  14.  
  15. Check dependencies
  16.  
  17. PhaseScriptExecution Qt\ Qmake qtdetail.build/Release-iphoneos/Qt\ Preprocess.build/Script-5E618435888B9D49F8540165.sh
  18.     cd /Users/n/Downloads/PyQt-gpl-5.4.1
  19.     /bin/sh -c \"/Users/n/Downloads/PyQt-gpl-5.4.1/qtdetail.build/Release-iphoneos/Qt\ Preprocess.build/Script-5E618435888B9D49F8540165.sh\"
  20. make[2]: `qtdetail.xcodeproj/project.pbxproj' is up to date.
  21.  
  22. PhaseScriptExecution Qt\ Preprocessors qtdetail.build/Release-iphoneos/Qt\ Preprocess.build/Script-7EF0942E79C014DCEC8976BC.sh
  23.    cd /Users/n/Downloads/PyQt-gpl-5.4.1
  24.    /bin/sh -c \"/Users/n/Downloads/PyQt-gpl-5.4.1/qtdetail.build/Release-iphoneos/Qt\ Preprocess.build/Script-7EF0942E79C014DCEC8976BC.sh\"
  25. make[2]: Nothing to be done for `preprocess'.
  26.  
  27. === BUILD TARGET qtdetail OF PROJECT qtdetail WITH CONFIGURATION Release ===
  28.  
  29. Check dependencies
  30. Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) matching the team ID “(null)” were found.
  31. CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.1'
  32.  
  33. ** BUILD FAILED **
  34.  
  35.  
  36. The following build commands failed:
  37.     Check dependencies
  38. (1 failure)
  39. make[1]: *** [iphoneos-release] Error 65
  40. make: *** [release-iphoneos] Error 2
  41. Error: Failed to determine the detail of your Qt installation. Try again using
  42. the --verbose flag to see more detail about the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement