OpenSC / OpenSC.tokend

Tokend module for OS X with support for all cards supported by OpenSC
Other
35 stars 20 forks source link

xcodebuild on OSX 10.10 fails with unwanted "register launch services" #4

Closed martinpaljak closed 9 years ago

martinpaljak commented 9 years ago
RegisterWithLaunchServices build/OpenSC.tokend
    cd /Users/martin/OpenSC/OpenSC.tokend
    builtin-lsRegisterURL /Users/martin/OpenSC/OpenSC.tokend/build/OpenSC.tokend
error: Failed to register 'OpenSC.tokend' with Launch Services, error code: -10811
martinpaljak commented 9 years ago

This step does not happen with the same buildfile on 10.9 and the actual tokend is successfully built before this step on 10.10.

metsma commented 9 years ago
RegisterWithLaunchServices build/OpenSC.tokend
    cd /Users/user/opensc-0.14.0/OpenSC.tokend
    builtin-lsRegisterURL /Users/user/opensc-0.14.0/OpenSC.tokend/build/OpenSC.tokend
note: Registration was skipped, code -10811

xcodebuild -version Xcode 6.1 Build version 6A1052d OSX 10.10.1

martinpaljak commented 9 years ago

Thanks, this was due to using a pre-relase xcode (gm seed 2).