0
ライブラリを1:12から1.14.2に更新しました。 クラウドコードで関数を呼び出すと、ユーザーのフェッチは未定義です。Parse iOS SDKが1.14に更新されたときにcallFunctionInBackgroundが正常に動作しません
関数コール:ユーザーの
[PFCloud callFunctionInBackground:@"getListOfItems"
withParameters:nil
block:^(NSArray *result, NSError *error) {...
のiOSコンソールログ:
user <PFUser: 0x7bd910f0, objectId: qiW9i8rQCN, localId: (null)> {
ACL = "<PFACL: 0x7bc18890>";...
クラウドコードの応答:
error: Error generating response. [TypeError: Cannot read property 'fetch' of undefined]
要求のログ:
{
"params": {},
"master": false,
"installationId": "xxx",
"log": {
"appId": "xxx"
},
"headers": {
"host": "xxx",
"connection": "close",
"user-agent": "xxx",
"x-parse-app-display-version": "1.0",
"accept": "*/*",
"x-parse-application-id": "xxx",
"accept-language": "en-us",
"x-parse-client-key": "xxx",
"x-parse-os-version": "10.0 (15G31)",
"x-parse-app-build-version": "1",
"x-parse-client-version": "i1.14.2",
"x-parse-installation-id": "xxx",
"accept-encoding": "gzip, deflate",
"x-request-id": "xxx",
"x-forwarded-for": "2.35.93.203",
"x-forwarded-proto": "http",
"x-forwarded-port": "80",
"via": "1.1 vegur",
"connect-time": "1",
"x-request-start": "xxx",
"total-route-time": "0",
"content-length": "0"
},
"functionName": "getListOfItems"
}
クラウドコード関数内のユーザーのログ:
undefined
私は戻って、バージョン1.12に行けば、私は問題を発見した何の問題