#Aaaa
1 messages ยท Page 1 of 1 (latest)
hi! hmm, well you shouldn't have to change anything in our SDK code itself like that I would think
let me investigate...
yeah, I don't want to end up forking the entire sdk just for this ๐ฌ but without this manual tweak the app crashes for me unfortunately.. thanks for investigating! ๐
it seems like you must be using an extremely old version of Swift somehow
what version do you see in the project settings? https://stackoverflow.com/a/44461768/9769731
i currently have it set to 4 although newer options are available
AFAIK you really want to be using 5
i'll select 5 and clean project + build again
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
using swift 5 resolves the issue yes ๐ thanks so much ๐ interestingly, setting the swift version on my project target didn't also set it on my pods. I thought it would happen automatically but it didn't. After i set both it seems to work ๐ thanks again 
I'm glad to hear that