mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #23] <unknown>:0: error: could not build Objective-C module 'OAuthSwift' #13
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#13
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 @dja on GitHub (Jan 28, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/23
Getting an error on compile - didn't get the error the first time around, but getting it now - Can't find what's differing between that and the demo app..
Here's the error:
@dja commented on GitHub (Jan 28, 2015):
By the way, using Carthage to have OAuthSwift linked and built on run, as per Carthage instructions.
@dongri commented on GitHub (Jan 29, 2015):
Hi @danieljacobarcher
try remove DerivedData
and
Clean Swift Project
Menu -> Product -> Celan
@dja commented on GitHub (Jan 29, 2015):
I just had to remove DerivedData. Thanks!