#appd_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1224772615386824735
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! What version of the iOS SDK are you using?
Hi, i'm currently using the latest version 23.26.0
So when you try to run this code are you getting an error?
What's the error?
I translated the code to objective c and get this error : Use of undeclared identifier 'IdentityVerificationSheet'
When you added the frameworks were bridging headers created as expected?
I believe so
the other frameworks work as ecpected and imported them all the same way
is there a way to confirm they were created?
I think it's in Build Settings > Swift Complier > General/Objective-C Bridging Header. Is there anything in there?
It's hard to say, they like to change things in Xcode all the time, that may not be where it is anymore. ๐
I haven't done anything like this in a while.
Are you importing any bridging headers in your Objective-C code?
No havent imported any bridging headers
That's the main issue. When using Swift code like this in Objective-C there should be a bridging header you import. You need to find the bridging header and import it.