mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[PR #177] [MERGED] Fix directory not found warning #550
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#550
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?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/177
Author: @toohotz
Created: 1/24/2016
Status: ✅ Merged
Merged: 1/25/2016
Merged by: @phimage
Base:
master← Head:master📝 Commits (1)
1343bedRemoved search path📊 Changes
1 file changed (+2 additions, -8 deletions)
View changed files
📝
OAuthSwift.xcodeproj/project.pbxproj(+2 -8)📄 Description
Hey there, I've noticed that inside of the project there's a library search path specified for
"$(SDKROOT)/usr/lib/system". Seems like in Xcode 7, the search paths flags have changed and removing that specified search path fixes the warning (also checked to make sure nothing else changed in the process). I already made the change on my local copy of the OAuthSwift project.This occurs when building for device, does not occur when building for sim.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.