ios-nearby
ios-nearby copied to clipboard
Nearby getting crashed on ios 12.4.1
After integrating Nearby its working fine in ios 13. but in ios 12.4.1 its getting crashed showing the below error Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'NSConcreteMutableAttributedString initWithString:: nil value'
same here.... any update on this
please add all the permissions in plist.. by this way i get rid of crash
I have added all the permission specifically the microphone, still same issue,
Hello @SreeragInterland Did you get the solution? I have facing the same error with iOS 14 and XCode 12
Your support is highly appriciated
SOLUTION: From build settings > swift compiler - Language > Change Swift Language Version to Swift 4.2 or above. If not working, contact me, and I'll send you my working source code.
Hello @sajad-io Im facing same error while trying to publish or subscribe the message.
Let me share you screensshots for current project
NSConcreteMutableAttributedString
this is my code screenshot
NSConcreteMutableAttributedString
please help me out im stuck over here !