[PyQt] iOS installation

Phil Thompson phil at riverbankcomputing.com
Tue Mar 1 16:33:55 GMT 2016


> On 1 Mar 2016, at 3:37 pm, John M. Hackett <john.hackett at icon-is.co.uk> wrote:
> 
> Hi,
> 
> I am trying to install PyQt5.5.1 on a Mac and and getting this message when setting it up
> 
> === BUILD TARGET qtdetail OF PROJECT qtdetail WITH CONFIGURATION Release ===
> 
> Check dependencies
> 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.
> CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.2'
> 
> ** BUILD FAILED **
> 
> 
> The following build commands failed:
> Check dependencies
> (1 failure)
> make[1]: *** [iphoneos-release] Error 65
> make: *** [release-iphoneos] Error 2
> Error: Failed to determine the detail of your Qt installation. Try again using
> the --verbose flag to see more detail about the problem.
> 
> I have installed XCode and QT5.5.1 OK - I can get the iOS simulator to come up from the QtCreator so this should all be setup OK.
> 
> Also sip installed without any problems as did pyqtdeply.
> 
> Then I get this when trying to install with the ios/qmake. I get past this to the licence y/n  if I use clang_64/qmake
> 
> Exact commands I 'm running are as follows - the first gives this error the second doesn't.
> 
> python configure.py --qmake /Users/johnhackett/Qt5.5.1/5.5/ios/bin/qmake --verbose
> 
> python configure.py --qmake /Users/johnhackett/Qt5.5.1/5.5/clang_64/bin/qmake --verbose
> 
> So what are the signing identities and how do I get them? Thanks.

Google says...

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html

Phil


More information about the PyQt mailing list