-
Notifications
You must be signed in to change notification settings - Fork 69
Description
I'm using xCode 16.2 (16C5032a) on macOS macOS 15.2 (24C101) on an M1.
I'm getting a "semi-persistant" error of "Could not find module 'ObjectiveDropboxOfficial'" and "Umbrella header 'ObjectiveDropboxOfficial-umbrella.h' not found.
"Semi-persistent" because sometimes when I open the "OpenDropboxBrowser" xcworkspace file, it says it can't find the can't find the OfficialDropbox library at all (under file ODBoxHeader). I see no way to actually compile that subproject.
Then it comes up with times it came up with 2 errors:
(under ODBoxHandler.m)
No known class method for selector 'handleRedirectURL:'
No visible @interface for 'DBFILESUserAuthRoutes' declares the selector
'listFolder:recursive:includeMedialnfo:includeDeleted:includeHasExplicitSharedMembers:'
Then it comes up with both..
Did Apple change xCode somehow and break things in the process.. (Or was it already broken in the first place?)
I'm guessing xCode has a massive amount of technical debt in it going all the way back to the beginning and probably to the NeXT days. Does someone make a better IDE?
Or should I just figure out how to write in a WebView and then get everything using JavaScript which might actually work.