[PR #177] [MERGED] Fix directory not found warning #550

Closed
opened 2026-03-03 16:49:23 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/OAuthSwift/OAuthSwift/pull/177 **Author:** [@toohotz](https://github.com/toohotz) **Created:** 1/24/2016 **Status:** ✅ Merged **Merged:** 1/25/2016 **Merged by:** [@phimage](https://github.com/phimage) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1343bed`](https://github.com/OAuthSwift/OAuthSwift/commit/1343bed5a904a8dfe6a55403b058a374f95bcef8) Removed search path ### 📊 Changes **1 file changed** (+2 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift.xcodeproj/project.pbxproj` (+2 -8) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:49:23 +03:00
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#550
No description provided.