Skip to content

Will this compile on xCode 16.2 (16C5032a) - or did Apple break something again? #34

@Jimw338

Description

@Jimw338

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions