Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

macOS toolchains do not work with Xcode new build system #350

Closed
dan-zheng opened this issue Dec 24, 2019 · 2 comments
Closed

macOS toolchains do not work with Xcode new build system #350

dan-zheng opened this issue Dec 24, 2019 · 2 comments

Comments

@dan-zheng
Copy link
Member

Various errors occur using Swift for TensorFlow macOS toolchains with Xcode's new build system:

image

@dan-zheng
Copy link
Member Author

The cause is that the Version string in Info.plist provided in toolchains cannot be parsed by Xcode:

$ /Applications/Xcode.app/Contents/MacOS/Xcode Foo.xcodeproj
2019-12-24 15:47:16.618 XCBBuildService[75398:12495542] /Library/Developer/Toolchains/swift-tensorflow-DEVELOPMENT-2019-12-12-a.xctoolchain: warning: failed to load toolchain: 'Version' parse error: Could not parse version component from: 'swift-tensorflow-DEVELOPMENT-2019-12-12-a

This is an issue in the open source utils/build-toolchain script. Someone discovered this issue on the forums but didn't submit a fix.

@dan-zheng
Copy link
Member Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant