You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
RJKinsman
6 years agoHelpful | Level 6
Swift 5.0.1 build error
I came back to my app to make a change after a few months. Before I could open Xcode, I had to upgrade to release 10.2.1, and I had to update MacOS to 10.14.5. During that time, I also upgraded my i...
- 6 years ago
Do you still have Xcode 10.1 installed? Carthage still may be using that to build if so.
In that case, trying using `sudo xcode-select -switch /Applications/Xcode-10.2.app/` (or whatever your new Xcode path is) first to switch to the new one, and then run the Carthage build again.
RJKinsman
Helpful | Level 6
Thanks, Greg. Unfortunately, that didn't work. Here are the messages from carthage:
Rolands-MacBook-Pro:Nvelopes rjkinsman$ carthage update --platform iOS *** Fetching SwiftyDropbox *** Fetching Alamofire *** Checking out Alamofire at "4.8.2" *** Checking out SwiftyDropbox at "5.0.0" *** xcodebuild output can be found in /var/folders/ng/dzf2v52j7mxgfpc7jxpz80tr0000gn/T/carthage-xcodebuild.qEbvj1.log *** Building scheme "Alamofire iOS" in Alamofire.xcworkspace *** Building scheme "SwiftyDropbox iOS" in SwiftyDropbox.xcodeproj
But after running this, I'm still getting the build error.
Greg-DB
6 years agoDropbox Staff
Do you still have Xcode 10.1 installed? Carthage still may be using that to build if so.
In that case, trying using `sudo xcode-select -switch /Applications/Xcode-10.2.app/` (or whatever your new Xcode path is) first to switch to the new one, and then run the Carthage build again.
- RJKinsman6 years agoHelpful | Level 6
Thanks, Greg!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,884 PostsLatest Activity: 2 hours agoIf 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 or Facebook.
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!