mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #117] Can't set up framework #70
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomasscavnicky on GitHub (Sep 29, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/117
I've been struggling with adding OAuthSwift framework to my project. I've tried all possible methods(Cocoapods, DragNDrop + Build Phase dependencies, Carthage), but in each case I'm getting following error on import OAuthSwift line: No such module 'OAuthSwift'. Any ideas what to do?
@phimage commented on GitHub (Sep 30, 2015):
with Cocoapods, did you open the xcode "workspace" generated, not your xcode project
@tomasscavnicky commented on GitHub (Sep 30, 2015):
the issue was that i had swift 1.2 installed
@phimage commented on GitHub (Sep 30, 2015):
so with the current master branch is doesn't compile (always possible to choose old git tag with cocoadpod, but no more bug fix in swift 1.2)
@tomasscavnicky please close the issue
letonNSURLinstead of force unwrapping #503