Any macOS Sierra issues?

Hi all,

Wondering if anyone has had any good or bad experiences building their Cinder projects using Xcode in macOS Sierra?

I’ve had issues with non-Cinder projects with the deprecation of Quicktime…

Thanks!!!

It’s been working well for me, but I haven’t been doing anything QuickTime related.

thanks @drewish

I’ve since gone ahead and updated to Sierra and had no issues, Quicktime working fine on the samples… I Get the warning below on build, but no compile or runtime errors.

▸ Building QTimeAdvApp/QTimeAdvApp [(Release)]
▸ Check Dependencies
▸ Compiling QTimeAdvApp.cpp
▸ Linking QTimeAdvApp
⚠️ ld: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime.tbd, missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime.tbd
▸ Touching QTimeAdvApp.app
▸ Build Succeeded