-
Notifications
You must be signed in to change notification settings - Fork 5
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
value of type 'JSON' has no member 'isExists' #10
Comments
Hello Abby! Can you send the code snippet from your app that causes this problem? |
Hey, Thanks for quick response. I was attempting to use a GET request but it didnt matter because i could not build the app at all before it failed. As for the exact line i will get it tommorrow. Sent from my iPad
|
I quickly glanced at the code on my iPad and i found where it is. So i was integrating it manually. SwiftRestModel.swift line 44 within the isNew function.
Sent from my iPad
|
This is my fault, i need to complete the documentation for manual integration. |
Awesome! I had all but HTTPSTatusCodes included. I will take a look tomorrow. Insaw that as a dependency but didnt think about it. Still new to ios/swift dev coming frim web dev so. Thanks!! Sent from my iPad
|
Cool! Let me know if everything is in order. |
Alrighty, so I took a look at it and I did already have HTTPStatusCodes imported. Looked into it a little further and was able to figure it out. Looks like just last month SwiftyJSON renamed |
Hey, I have a new project I am working on and wanting to integrate SwiftRestModel, but when trying to run the app it is popping up with
The text was updated successfully, but these errors were encountered: