Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Will P.7
11 years agoNew member | Level 1
Need Bitcode Framework
It is not possible to build a WatchOS 2 app without the containing application also being built entirely with Bitcode. So even though a normal iOS 9 app does not require Bitcode strictly, anything with a WatchOS 2 app does including the containing iOS 9 app.
Therefore, it is critical that all libraries and frameworks such as Dropbox release at least a preliminary build that provides Bitcode.
21 Replies
Replies have been turned off for this discussion
- Will P.711 years agoNew member | Level 1
We did the integrate the source method. Note that the source is woefully out of date and not even ARC ready, so make sure to insert the special compiler flag -fno-objc-arc on each Dropbox file. Also, make sure not to include all the OSX stuff. Also, Xcode will complain about many deprecated APIs it uses. (Presumably it is these issues that is stopping Dropbox from taking the short minutes required to just release a properly rebuilt library?) Would save a lot of time for developers for Dropbox to build this using the original scripts that lipo it all together properly.
- Disoreanu L.11 years agoNew member | Level 1
Note: For iOS apps, bitcode is the default, but optional. If you provide bitcode, all apps and frameworks in the app bundle need to include bitcode. For watchOS apps, bitcode is required.
- John A.1111 years agoNew member | Level 1
Any other tips for adding source to own project? After adding
Base64Transcoder.c, I get errors in my Prefix.pch (Expected identifier on first import).
- Greg-DB11 years ago
Dropbox Community Moderator
John, I don't recall running into any issues like that on the occasions I've added the source code directly. Can you open an API ticket with the steps to reproduce this so we can look into it?
- Fabien L.10 years agoNew member | Level 1
Few months later, still no bitcode enabled FW, obsolete source files,... All this is normal ?
- Greg-DB10 years ago
Dropbox Community Moderator
We don't have an updated Core SDK release with bitcode enabled, but I'll send this along as feedback to the team.
- Fabien L.10 years agoNew member | Level 1
I just realized that a new API is available. Swift based. This is probably best option.
- Greg-DB10 years ago
Dropbox Community Moderator
Hi all, we have a new release of the iOS Core SDK built with bitcode:
- Fabien L.10 years agoNew member | Level 1
Great news ! Thanks for this.
- Georg B.810 years agoNew member | Level 1
Would be great if you could also update it via cocoapods :)
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!