Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
nap
8 years agoNew member | Level 2
xcode objective-c failed when building for simulator
Hi,
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)
1 Reply
- Greg-DB8 years ago
Dropbox Community Moderator
[Cross-linking for reference: https://stackoverflow.com/questions/47385233/xcode-use-dropboxsdk-framework-objective-c-failed-when-building-for-simulator ]
It sounds like you're trying to install the official Dropbox API v2 Objective-C SDK. Which of the three installation methods are you using?
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!