iOS App Development Book/Video Series
The Series on How to Create iPhone & iPad Apps
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
SMF - Just Installed!
Home
Help
Search
Login
Register
iOS App Development Book/Video Series
»
General Category
»
FAQs
»
How to fix the "Directory not found for option -F" warning when porting to Xcode 7
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to fix the "Directory not found for option -F" warning when porting to Xcode 7 (Read 8086 times)
kjmcneish
Administrator
Posts: 719
How to fix the "Directory not found for option -F" warning when porting to Xcode 7
«
on:
October 08, 2015, 01:32:33 PM »
When you port a project to Xcode 7, you often get a compiler warning that states:
"Directory not found for option -F..."
To fix this problem:
1. Go to the Project Editor, select your
unit test
project's target, and go to the
Build Settings
tab.
2. In the
Framework Search Paths
setting, delete the two paths.
All the best!
Kevin McNeish
Author of
Learn to Code in Swift
:
https://itunes.apple.com/us/book/learn-to-code-in-swift/id942956811?mt=11
Check out our
Robot Tic-Tac-Toe
app:
https://itunes.apple.com/us/app/robot-tic-tac-toe/id990638517?mt=8
«
Last Edit: November 11, 2015, 12:17:13 PM by kjmcneish
»
Logged
Print
Pages: [
1
]
« previous
next »
iOS App Development Book/Video Series
»
General Category
»
FAQs
»
How to fix the "Directory not found for option -F" warning when porting to Xcode 7