Fix macOS toolchains with Xcode new build system.#28945
Conversation
Xcode's new build system requires the `Version` entry in Info.plist to have a particular date-based format.
|
This issue also exists in the upstream On the forums, someone discovered this issue in |
|
Running CI is not meaningful because Verified that newly built macOS toolchains work with Xcode new build system: tensorflow/swift#349 |
|
Does that mean we can build, run, and debug (as shown in Manifesto GIF) in Xcode itself now instead of running the program as |
AutoDiff reverse debugging has actually always been possible (with Xcode's legacy build system) before this patch. |
|
But I have never been able to run my S4TF program in Xcode although I could build them. And I can only run this with I have tried this solution with a fresh new Command Line Project but no success. I still have problem with this new swift-tensorflow-DEVELOPMENT-2019-12-23 toolchain. |
|
Ok, so this worked for me. Thanks to Daisuke! |
Xcode's new build system requires the
Versionentry in Info.plist to have aparticular date-based format.
Resolves tensorflow/swift#350:
Swift for TensorFlow macOS toolchain working with Xcode new build system:
