0

I designed a app for files access include dropbox on iphone in xcode9 with DropboxSDK.framework. The code ran on device is fine but will happen following error message when building code for simulator. Is there any solutions to solve following problem?

Undefined symbols for architecture x86_64:

"_OBJC_CLASS_$_DBFILESFolderMetadata", referenced from:
  objc-class-ref in ISDropboxFileSystem.o
"_OBJC_CLASS_$_DBFILESThumbnailSize", referenced from:
  objc-class-ref in ISDropboxFileSystem.o
"_OBJC_CLASS_$_DBFILESFileMetadata", referenced from:
  objc-class-ref in ISDropboxFileSystem.o
"_OBJC_CLASS_$_DBClientsManager", referenced from:
  objc-class-ref in ISDropboxFileSystem.o
  objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_DBFILESThumbnailFormat", referenced from:
  objc-class-ref in ISDropboxFileSystem.o
"_OBJC_CLASS_$_DBFILESCommitInfo", referenced from:
  objc-class-ref in ISDropboxFileSystem.o
"_OBJC_CLASS_$_DBFILESDeletedMetadata", referenced from:
  objc-class-ref in ISDropboxFileSystem.o
"_OBJC_CLASS_$_DBFILESUploadSessionCursor", referenced from:
  objc-class-ref in ISDropboxFileSystem.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
3
  • improved formatting
    – rcs
    Commented Nov 20, 2017 at 5:26
  • The software vendor just ship the arm arch framework, you have to debug your app on a device only.
    – Itachi
    Commented Nov 20, 2017 at 5:37
  • [Cross-linking for reference: dropboxforum.com/t5/API-support/… ]
    – Greg
    Commented Nov 20, 2017 at 19:18

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.