trivago / Heimdallr.swift

Easy to use OAuth 2 library for iOS, written in Swift.
Apache License 2.0
639 stars 86 forks source link

Can't Import after cocoa pods #115

Open addzo opened 6 years ago

addzo commented 6 years ago

Hello. Installed using CocoaPods to a fresh project and can't find what to import. import Heimdallr does not give me anything. Adding $(SRCROOT)/Pods does not change anything. Xcode 9 Swift 4

Any ideas?

**EDIT: OK for some reason, without changing anything, the 3rd time building - after adding $(SRCROOT)/Pods worked and I can see/import Heimdallr. Less and less of a fan of Xcode 9 every day. **