-
-
Notifications
You must be signed in to change notification settings - Fork 112
Don't look at decryption algorithm in yubikey specific code #697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
ffa9fa8
to
982a052
Compare
@mssun can you take a look? I'd love to be able to use this app, but this keeps me from doing so right now. |
I can't judge the code changes, but I can probably help you with the build issue. Did you run As for Xcode, make sure that your installation is selected using |
Regarding Xcode:
The full log of that script:
|
That's exactly the problem. CommandLineTools brings only basic tools but is not sufficient to develop apps. You need to install a full Xcode and select it. |
That was it, yes. It builds successfully, but I can't test the changes on my device: Maybe it'd be possible to get this into testflight? |
This is something @mssun needs to decide. |
I have gotten access to a developer team, allowing me to test this: It does not work. Instead of failing in the app, the smartcard says that the data it receives is not correct. I haven't looked further yet, will update the PR once I do. |
I'm new to the Apple Ecosystem. I've tried building this locally, but can't get past
./gomobile: -target="ios" requires Xcode
, even though XCode is installed.Corresponding issue #696