You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
I'm encountering a runtime error if I try to use TensorFlow in an SwiftUI App:
dyld: Symbol not found: _$sSo12NSFileHandleC10FoundationE9readToEndAC4DataVSgyKF
Referenced from: /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI
Expected in: /Library/Developer/Toolchains/swift-tensorflow-RELEASE-0.12.xctoolchain/usr/lib/swift/macosx/libswiftFoundation.dylib
in /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI
Setup:
macOS 11.1
Xcode 12.4 and/or Xcode 12.2 Beta 3 (same issue)
Swift for TensorFlow 0.12 Release
Steps to reproduce:
Create a new project, chosing macOS and App. Leaving Interface and Life Cycle as default, i.e. SwiftUI.