[GH-ISSUE #55] Installation issue #35

Closed
opened 2026-03-03 16:45:00 +03:00 by kerem · 1 comment
Owner

Originally created by @alikazim on GitHub (Apr 22, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/55

As suggested by the documentation, I did,

Drag OAuthSwift.xcodeproj to my project in the Project Navigator.
Selected my project and then my app target. Open the Build Phases panel.
Expand the Target Dependencies group, and add OAuthSwift framework.

and Build Failed, with no any error messages. please help

Originally created by @alikazim on GitHub (Apr 22, 2015). Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/55 As suggested by the documentation, I did, Drag OAuthSwift.xcodeproj to my project in the Project Navigator. Selected my project and then my app target. Open the Build Phases panel. Expand the Target Dependencies group, and add OAuthSwift framework. and Build Failed, with no any error messages. please help
kerem closed this issue 2026-03-03 16:45:00 +03:00
Author
Owner

@ejpusa-zz commented on GitHub (Apr 22, 2015):

Works perfect:

Create your Podfile
pod install


source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

use_frameworks!
pod "OAuthSwift", "~> 0.3.4"

<!-- gh-comment-id:95340738 --> @ejpusa-zz commented on GitHub (Apr 22, 2015): Works perfect: Create your Podfile pod install --- source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! pod "OAuthSwift", "~> 0.3.4"
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#35
No description provided.