googlesamples / ios-nearby

69 stars 30 forks source link

Nearby getting crashed on ios 12.4.1 #44

Open SreeragInterland opened 4 years ago

SreeragInterland commented 4 years ago

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'

farazhaider88 commented 4 years ago

same here.... any update on this

farazhaider88 commented 4 years ago

please add all the permissions in plist.. by this way i get rid of crash

kushalhyperlink commented 3 years ago

I have added all the permission specifically the microphone, still same issue,

kushalhyperlink commented 3 years ago

Hello @SreeragInterland Did you get the solution? I have facing the same error with iOS 14 and XCode 12

Your support is highly appriciated

sajad-io commented 1 year ago

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.

pratikraman-dev commented 1 year ago

Hello @sajad-io Im facing same error while trying to publish or subscribe the message.

Let me share you screensshots for current project

NSConcreteMutableAttributedString Screenshot 2022-11-08 at 3 25 06 PM

this is my code screenshot Screenshot 2022-11-08 at 3 25 43 PM

NSConcreteMutableAttributedString

please help me out im stuck over here !