Unable to build ZoomSDKSample

I followed the instructions given in https://marketplace.zoom.us/docs/sdk/native-sdks/macos

  • Install XCode 10.3
  • Cloned https://github.com/zoom/zoom-sdk-macos
  • Place the Zoom SDK folder in the same directory as the ZoomSDKSample.xcodeproj file
  • Opened ZoomSDKSample.xcodeproj using XCode 10.3

When I build the project (Command + B) I get the error:
error: unexpected service error: build aborted due to an internal error: unable to write manifest to '/Users/Abid/Entwicklung/MacOS/zoom-sdk-macos/ZoomSDKSample/../../../../../../../../Bin/Mac/XCBuildData/06ebe4d8a7e58607ee65589932fc2819-manifest.xcbuild': mkdir(/Users/Abid/Entwicklung/MacOS/zoom-sdk-macos/ZoomSDKSample/../../../../../../../../Bin/Mac, S_IRWXU | S_IRWXG | S_IRWXO): No such file or directory (2)

I am using MacOS Catalina 10.15.4.

Directory structure is

  • Bin
  • ZoomSDK
  • ZoomSDKSample
  • ZoomSDKSample.xcodeproj

Does anybody have an idea whats going wrong?

Hi abid.hussain,

Thanks for the post. Please change the build system(File > project settings > build system > Legacy Build System) to Legacy Build System and see if it helps.

Thanks!

Thanks a lot. Now it works.

Glad to hear that it is working. Happy Zooming!