Posts

Post not yet marked as solved
1 Replies
1.3k Views
While trying to build our project with Xcode 12 beta 3 I always get the following error: Undefined symbols for architecture arm64: "vvexpf", referenced from: fbsdk::softmax(fbsdk::MTensor&) in FBSDKCoreKit.o "vDSPsve", referenced from: fbsdk::softmax(fbsdk::MTensor&) in FBSDKCoreKit.o "vDSPdotpr", referenced from: fbsdk::conv1D(fbsdk::MTensor const&, fbsdk::MTensor const&) in FBSDKCoreKit.o "vDSPvsdiv", referenced from: fbsdk::softmax(fbsdk::MTensor&) in FBSDKCoreKit.o "vDSPmaxv", referenced from: fbsdk::softmax(fbsdk::MTensor&) in FBSDKCoreKit.o "vDSPmmul", referenced from: fbsdk::dense(fbsdk::MTensor const&, fbsdk::MTensor const&, fbsdk::MTensor const&) in FBSDKCoreKit.o "vDSPvclip", referenced from: fbsdk::relu(fbsdk::MTensor&) in FBSDKCoreKit.o "vDSP_vsadd", referenced from: fbsdk::addmv(fbsdk::MTensor&, fbsdk::MTensor const&) in FBSDKCoreKit.o fbsdk::dense(fbsdk::MTensor const&, fbsdk::MTensor const&, fbsdk::MTensor const&) in FBSDKCoreKit.o fbsdk::softmax(fbsdk::MTensor&) in FBSDKCoreKit.o This happened with Facebook SDK added as a Swift Package and with Firebase XCFrameworks added manually.
Posted
by magofdl.
Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
I don't know why macOS Catalina is showing frameworks as a folders instead of recognizing them as specials files. Is there any configuration or change I'm missing? https://imgur.com/ESumb8B
Posted
by magofdl.
Last updated
.