Xcode 9.0 beta <CoreNFC/CoreNFC.h> not found

Hi,

How do you configure your project in Xcode 9.0 Beta to find the CoreNFC headers? The following files exist:

/Applications/Xcode-9-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/CoreNFC.h


But in my project, the following line fails:


#import <CoreNFC/CoreNFC.h> ! 'CoreNFC/CoreNFC.h' file not found


Brand new project, no special settings other than enabling NFC NDEF in info.plist.

I'm sure I'm doing something stupid. What could it be?


Thanks for any help,

Terry

Solved by linking to "Xcode.app":


sudo mv Xcode.app Xcode8.app

sudo ln -s Xcode-9-Beta.app Xcode.app


Not sure why I needed to do this; isn't the app aware of its path? Anyway, it seemed to fix it.

Xcode 9.0 beta &lt;CoreNFC/CoreNFC.h&gt; not found
 
 
Q