Closed fthuin closed 5 years ago
@fthuin thanks for reporting this.
I'll take a look at the changes in latest version of the pod and update it accordingly. But expect some delay. I'm not free until 31 Oct
Until then please use the workaround you mentioned
Same issue here.. Plz solve this problem. thank you
I am also getting same issue here.. Plz solve this problem. thank you
I am also experimenting the same issue here. any help??
@skhye05 are you using version v1.0.14?
@shiv19 yes i am using that version
@shiv19 I was using xcode9, once I update everything works perfectly. sorry for the inconvenience.
If the demo apps cannot help and there is no issue for your problem, tell us about it
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
tns run iOS
Is there any code involved?
It seems to be related to the latest version of the Pod because I can fix it by modifying
Podfile
Previous:
pod 'CFAlertViewController'
Working:
pod 'CFAlertViewController', '3.0'