Since Xcode 9 update, can't find Accelerate Framework

"Title pretty much says it all. I have code that uses LAPACK calls, and I've always used -framework Accelerate to the get them to work. Code work this morning before I updated xcode. Updated xcode, changed a runtime variable, tried to recompile and now I get "ld: framework not found Accelerate". I can't find anything online to help me solve this. Any help would be greatly appreciated as I need this for work.

Replies

An update for anyone who cares. Seems like its defenitely a 9 issue. I reverted back to 8.3.3 and sanity was instantly restored.

I have the same experience, but with a different framework (AudioUnit.framework). Xcode 9 can't find it at link time. I tried every tactic I could think of to convince XCode to find it, no success. But when I went back to XCode 8.3.3, on the exact same project, at worked just fine.


Smells like an XCode 9 bug???


This is under HIgh Sierra, by the way.