nevaty
(Yashvardhan)
April 20, 2023, 11:44am
1
Description
I see questions related to this in the past, but this is still not working for me. Kindly help.
‘ZoomSDK/ZoomSDK.h’ file not found.
Directory structure:
{folder}/ZoomSDKSample/ZoomSDKSample/ZoomSDK
{folder}/ZoomSDKSample/ZoomSDKSample.xcodeproj
Which macOS Meeting SDK version?
v5.14.2.17263
To Reproduce(If applicable)
Steps to reproduce the behavior:
Followed this https://developers.zoom.us/docs/meeting-sdk/macos/get-started/#run-the-sample-app
Troubleshooting Routes
Tried this: https://developers.zoom.us/docs/meeting-sdk/macos/get-started/#sample-app-troubleshooting
Device (please complete the following information):
Device: Apple MacBook Pro (13-inch, M1)
OS: [macOS Ventura 13.2 ]
nevaty
(Yashvardhan)
April 22, 2023, 10:31am
2
It worked now. But I have to keep the ZoomSDK folder both in its original location and also inside the ZoomSDKSample folder.
Thank you for posting Zoom developer Forum @nevaty ! I’m glad to hear you were able to get the sample app up and running. Should you have any additional questions, please let us know.
nevaty
(Yashvardhan)
April 26, 2023, 12:44am
4
Hi @donte.zoom
I do have another issue which I am not being able to solve. Posted here
Hello, I have the exact same issue as this. Did this get resolved.
I press Auth and nothing happens.
This is surprisingly the only log I see ( nothing else gets logged for some reason )
2023-04-22 18:27:42.066052+0800 ZoomSDKSample_universal[85512:22230339] Metal API Validation Enabled
This is how I am generating my token:
import time
import datetime
import jwt
iat = int(time.time())
exp = (datetime.datetime.today() + datetime.timedelta(days=2)).strftime("%s")
tokenExp = (datetime.datetime…
@nevaty ,
For your concern, please see this developer forum post:
Hi, @hunter1 and @nevaty ,
Sorry for the trouble getting started with macOS Meeting SDK. Here is a step-by-step walkthrough of getting started with macOS Meeting SDK v5.14.6.17875. To help rule out SDK JWT authentication, I manually generated a JWT token.
Here are the steps I used :
Download SDK
Open ZoomSDKSample.xcodeproj in the appropriate ZoomSDKSample folder.
Selecct ZoomSDKSample for (universal) and update macOS Deployment Target 11.0
Build the sample ZoomSDKSample for (uni…
zoom
(system)
Closed
June 12, 2023, 9:00am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.