mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #20] No such module 'CommonCrypto' in String+OAuthSwift.swift when installed through CocoaPods #10
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#10
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 @harlanhaskins on GitHub (Jan 20, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/20
Seems the CommonCrypto
module.mapis being ignored by CocoaPods.@0111b commented on GitHub (Jan 21, 2015):
Its better to add relative path like so :
@alexdibattista commented on GitHub (Jan 21, 2015):
Agreed.
I deleted my earlier comment by accident. just adding it again here.
In Build Settings, Under Swift Compiler - Search Paths, add the CommonCrypto directory i.e ${SRCROOT}/CommonCrypto(as suggest by @0111b)
@harlanhaskins commented on GitHub (Jan 21, 2015):
Wondering if there's a better way to do that automatically using CocoaPods.
Should this be in the OAuthSwift Pod build settings or my own build settings? Neither work for me...
@bizz84 commented on GitHub (Jan 27, 2015):
Same problem here, tried to add in build settings either to app target or OAuthSwift Pod target but the error persists
@dja commented on GitHub (Jan 28, 2015):
+1 Having this problem too.
@dongri commented on GitHub (Jan 28, 2015):
Hi @harlanhaskins @bizz84 @danieljacobarcher
I Removed CommonCrypto !!!!!
github.com/dongri/OAuthSwift@5d6f60d749CommonCrypto setting no longer need of.
please see latest README if need...
latest version is 0.3.0
@dja commented on GitHub (Jan 28, 2015):
Thank you!
@harlanhaskins commented on GitHub (Jan 28, 2015):
This is awesome! Thank you!