I'm using macOS 10.15, with the S4TF 04/17 toolchain. Having followed the prebuilt installation instructions I can compile code with swift from the command line, but in Xcode (11.4.1), at import TensorFlow I get a compiler error: "Compiling for macOS 10.10, but module 'TensorFlow' has a minimum deployment target of macOS 10.13".
Any idea why? Obviously that OS version is wrong, but I can't find anything in xcode settings to alter this.
Hi! -
I'm using macOS 10.15, with the S4TF 04/17 toolchain. Having followed the prebuilt installation instructions I can compile code with
swift
from the command line, but in Xcode (11.4.1), atimport TensorFlow
I get a compiler error: "Compiling for macOS 10.10, but module 'TensorFlow' has a minimum deployment target of macOS 10.13".Any idea why? Obviously that OS version is wrong, but I can't find anything in xcode settings to alter this.