-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contacts don't always load on iOS 10.2 #15
Comments
@mlevkovsky Anything iOS 9.0 and above should work just fine. I'm on iOS 10.2 and it works great. One thing I would check is making sure that they have the Contacts permissions enabled on their phone. If you can get me more information, we can debug this together. |
@joshuapinter it works great for me as well (awesome library btw) |
@mlevkovsky I know the feeling. 🙈 But seriously let me know what you find out and I'll get on it. (And thanks for the compliment.) 👍 |
ya permissions are not the issue it seems. The user told me that it was working just fine and then stopped. Going to keep digging but not even sure what to ask them at this point |
Ask what it's doing: i.e. does it just show a spinner with "Loading Contacts" or does it go blank or anything? |
Also, depending on if your app's data is saved, maybe try and reinstall and see if that helps. |
It's a fresh install, that's the weird part. |
@mlevkovsky Strange. Keep me posted on any updates. |
@joshuapinter will do for sure |
@joshuapinter ok so I updated my xcode to 10.2 and I let Xcode update my swift version to the latest one. |
@mlevkovsky Follow the new instructions on the README. They changed the way things build in XCode. |
lol of course they did. |
@joshuapinter hmm ok so I re-added and re-installed the library but now, whenever I try to access the contacts I get this error |
@mlevkovsky And when you added it, did you add the individual files, not the directory? |
yup, just followed step by step |
Can you go to your Build Settings and add |
that didn't work :/ |
@mlevkovsky Drats. Okay. I'm not sure about ideas but can you try a few different things and see if you can get it to work. I'll try on my end, too. |
@joshuapinter sure thing. I'll give it a shot on my end to see what's going on. I'll compare it against your example project as well |
@joshuapinter aha so I figured it out. Still have no idea why contacts don't show up for some people, but at least I got it to building again heh |
@mlevkovsky 👏 Nicely done! That's really bizarre. I'll play with it on my side and then look at updating the README. |
@mlevkovsky Can you test something for me? Can you:
When you get a sec. Thanks! Josh |
@joshuapinter sure thing. I will try this over the weekend and get back to you |
@joshuapinter ah ok so dragging the folder should work now? |
@mlevkovsky It should work. Works for me but I want you to try it out and then I'll update the README instructions. |
@mlevkovsky Did you get a chance to test out the drag-n-drop? |
@joshuapinter seems to work but only after I updated to swift 3 with the latest xcode 👍 |
@mlevkovsky Awesome, thanks for the update! |
See this thread for the reason why: #15
Some users of our app were saying how they can no longer load contacts.
It used to work and now it just doesn't for them.
The only common thread that I was able to find between them is that they are on iOS 10.2
However, I am also using 10.2 and it loads fine.
Unfortunately I can't repro this.
I was wondering if anybody else was experience this issue :/
The text was updated successfully, but these errors were encountered: