mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #305] No such module 'OAuthSwift' error #184
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#184
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 @phamdacloc on GitHub (Nov 3, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/305
I'm trying to use the OAuthSwift Framework in my swift app and I get the error "No such module 'OAuthSwift' " when I import OAuthSwift.
I followed the following instructions from the github read:
I also tried using CocoaPod and it's having the same problem. I'm using XCode version 7.3.1
Thanks
@phimage commented on GitHub (Nov 3, 2016):
why did you remove the issue template???
Now I will loose time and ask question
OAuthSwift master head version (1.0.0) is Xcode8 and swift 3.
Try with older version (branch or tag) or use Xcode 8
@phamdacloc commented on GitHub (Nov 5, 2016):
Upgraded to xCode 8.1 worked. Thanks