zoom icon indicating copy to clipboard operation
zoom copied to clipboard

Compile Failure on MacOS Mojave

Open agiacalone opened this issue 7 years ago • 2 comments
trafficstars

I'm attempting to compile Zoom on MacOS 10.14 Beta (Mojave) through Xcode and the compile process fails, even with the proper dependencies (expat and CocoaGlk).

agiacalone avatar Aug 10 '18 23:08 agiacalone

What are the errors you are getting?

When updating operating systems, it's pretty common for the build to be configured for an API that Apple doesn't support any more. XCode should be able to fix this automatically (there'll be an 'update to recommended settings' option in the build pane). You might also need to turn off code signing if you don't have a developer account with Apple.

Logicalshift avatar Aug 11 '18 22:08 Logicalshift

Nevermind on the original issue; it was a problem with xcode-beta and my particular install. I was able to work through the original issues by downgrading from Xcode 10-beta to Xcode 9.

But downgrading to Xcode 9 now gives me a different issue: it's with the linker. I see that you have some docs on that, but I'll link my current issue here for FYI:

log.txt

agiacalone avatar Aug 12 '18 18:08 agiacalone