简体   繁体   中英

Parse.com iOS [pod Parse] error

I'm building a simple app, as it is described on this tutorial: Instagram like app

However, I've made all the steps correctly, to the "Run the app" part, but when I ran it, the Xcode 7 (swift2) outputs this error every time I launch the app or pull to refresh:

2015-09-20 00:46:41.224 Paws2[1196:393571] [Error]: unauthorized (Code: 0, Version: 1.8.5)

I'm using the latest pod available and I don't know how to bypass this issue.

Note that I've made an exactly app as described in the tutorial with the version 1.7.5 and the error was the same, so I updated the pos version to the latest.

I've names the app Paws2 on purpose, it wasn't a error, as it says in the Tutorial to name it 'Paws'.

Thanks in advance - Regards, Ivan.

EDIT 1: I've updated cocoapods and everything else related and the error continues.

I had a same error too. My case was silly. I put wrong Application ID / Client Key in didFinishLaunchingWithOptions method on AppDelegate.

[Parse setApplicationId:@“Your Application ID"
              clientKey:@“Your Client Key"];

Make sure you put right keys.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM