Yelp / yelp-api

Examples of code using our v2 API
http://yelp.com/developers
MIT License
580 stars 1.09k forks source link

Updated yelp-api for iOS 10 and Swift 3 #176

Closed dtnguy72 closed 8 years ago

dtnguy72 commented 8 years ago

Hello,

It there a way to get the updated version for the yelp api for the current iOS 10 and Swift 3 update?

Thanks

mittonk commented 8 years ago

@dtnguy72 : Are you hitting issues using the current version?

dtnguy72 commented 8 years ago

Hello,

Yes, I am just having some trouble converting it to the latest version of Swift.

On Oct 5, 2016, at 12:48 PM, Ken Mitton notifications@github.com wrote:

@dtnguy72 https://github.com/dtnguy72 : Are you hitting issues using the current version?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Yelp/yelp-api/issues/176#issuecomment-251747558, or mute the thread https://github.com/notifications/unsubscribe-auth/AUFes9Xv5dfXN6L64i9PdkPdQeC7embKks5qw-LhgaJpZM4KPFlj.

virgytam commented 8 years ago

Hi @dtnguy72, what is the specific issue you're facing? Error messages would be very helpful.

dtnguy72 commented 8 years ago

Hello,

I just take a screenshot of the error messages I am receiving. I tried reinstalling the pod but get the same errors.

On Oct 10, 2016, at 1:26 PM, Virginia Tam notifications@github.com wrote:

Hi @dtnguy72 https://github.com/dtnguy72, what is the specific issue you're facing? Error messages would be very helpful.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Yelp/yelp-api/issues/176#issuecomment-252701036, or mute the thread https://github.com/notifications/unsubscribe-auth/AUFesxZfcWJkDbKEGuqRCXsrpGIsy5_8ks5qyoNPgaJpZM4KPFlj.

virgytam commented 8 years ago

Can you share the screenshot or the error message?

dtnguy72 commented 8 years ago

Hello,

Here is the screenshot in the png file attachment

On Mon, Oct 10, 2016 at 3:17 PM, Virginia Tam notifications@github.com wrote:

Can you share the screenshot or the error message?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Yelp/yelp-api/issues/176#issuecomment-252734660, or mute the thread https://github.com/notifications/unsubscribe-auth/AUFes9xPjtGvGqzRRsOsNSfL-6-U4seyks5qyp10gaJpZM4KPFlj .

mittonk commented 8 years ago

@dtnguy72 : Looks like you're trying to send your screenshot via email --- I don't think that's going to work.

Instead, try logging into github.com and following:

dtnguy72 commented 8 years ago
screen shot 2016-10-10 at 4 00 18 pm

Hopefully you can read this now. image

virgytam commented 8 years ago

just wanted to respond back that we can definitely see the attachment now. currently looking into the issue

dtnguy72 commented 8 years ago

Great!

Thanks so much for your help!

On Oct 10, 2016, at 4:29 PM, Virginia Tam notifications@github.com wrote:

just wanted to respond back that we can definitely see the attachment now. currently looking into the issue

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Yelp/yelp-api/issues/176#issuecomment-252751208, or mute the thread https://github.com/notifications/unsubscribe-auth/AUFesy9NNj0Mjl8wVQRvE4NcxFbk_TYNks5qyq4hgaJpZM4KPFlj.

virgytam commented 8 years ago

Hi @dtnguy72, can you tell us what steps you took to reinstall the CocoaPod?

I found a similar issue on StackOverflow here: http://stackoverflow.com/questions/17072396/cocoapods-errors-on-project-build and the top response was to remove the workspace file and then run pod install again. Maybe give that a shot first?

dtnguy72 commented 8 years ago

I tried reinstalling the pod again and opened the workspace file successfully without any errors. However when I tried running the project, the build successed but the simulator did not appear.

Re-creating CocoaPods due to major version update. Analyzing dependencies Downloading dependencies Installing OCMock (3.1.5) Installing OHHTTPStubs (4.6.0) Installing OMGHTTPURLRQ (3.1.1) Installing TDOAuth (1.1.2) Generating Pods project Integrating client project Pod installation complete! There are 3 dependencies from the Podfile and 4 total pods installed.

On Oct 10, 2016, at 4:37 PM, Virginia Tam notifications@github.com wrote:

Hi @dtnguy72 https://github.com/dtnguy72, can you tell us what steps you took to reinstall the CocoaPod?

I found a similar issue on StackOverflow here: http://stackoverflow.com/questions/17072396/cocoapods-errors-on-project-build http://stackoverflow.com/questions/17072396/cocoapods-errors-on-project-build and the top response was to remove the workspace file and then run pod install again. Maybe give that a shot first?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Yelp/yelp-api/issues/176#issuecomment-252752907, or mute the thread https://github.com/notifications/unsubscribe-auth/AUFes2F2AcRiZV3fa17aNe27fEh8UFooks5qyrAAgaJpZM4KPFlj.

dtnguy72 commented 8 years ago

Thank you! I think I can get it from here.

On Oct 10, 2016, at 4:37 PM, Virginia Tam notifications@github.com wrote:

Hi @dtnguy72 https://github.com/dtnguy72, can you tell us what steps you took to reinstall the CocoaPod?

I found a similar issue on StackOverflow here: http://stackoverflow.com/questions/17072396/cocoapods-errors-on-project-build http://stackoverflow.com/questions/17072396/cocoapods-errors-on-project-build and the top response was to remove the workspace file and then run pod install again. Maybe give that a shot first?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Yelp/yelp-api/issues/176#issuecomment-252752907, or mute the thread https://github.com/notifications/unsubscribe-auth/AUFes2F2AcRiZV3fa17aNe27fEh8UFooks5qyrAAgaJpZM4KPFlj.

virgytam commented 8 years ago

cool! I'll close this issue then.