Yubico / yubikit-ios

Yubico Mobile iOS SDK - YubiKit
Apache License 2.0
194 stars 43 forks source link

Library Not found when running YubiKitDemo #121

Closed mmoraga closed 1 year ago

mmoraga commented 1 year ago

Trying to run the YubiKitDemo in XCode14 using the README instructions gives this error:

error build: Library not found for -lYubiKit

I tried removing the library references and adding Yubikit manually using SPM but that gave me a bunch of different errors.

WWSellers commented 1 year ago

That happened to me when I tried to build it from yubikit-ios/YubiKitDemo/YubiKitDemo.xcodeproj. Building from yubikit-ios/YubiKit.xcworkspace with scheme "YubiKitDemo" chosen with iOS device worked for me.