2016-10-14 3 views
0

私はiOSアプリケーションを設定しようとしていますHerokuの私が書いた私のアプリでは:。[エラー]:最終的にエラーでコマンドを実行できませんでした:エラードメイン= NSCocoaErrorDomainコード= 3840 "JSONテキストが配列またはオブジェクトで開始されませんでした

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { 
    // Enable storing and querying data from Local Datastore. 
    // Remove this line if you don't want to use Local Datastore features or want to use cachePolicy. 
    Parse.enableLocalDatastore() 

    let parseConfiguration = ParseClientConfiguration(block: { (ParseMutableClientConfiguration) -> Void in 
     ParseMutableClientConfiguration.applicationId = "insta95222295" 
     ParseMutableClientConfiguration.clientKey = "[email protected]#$543sd" 
     ParseMutableClientConfiguration.server = "https://insta9522.herokuapp.com/parse" 

    }) 

    Parse.initializeWithConfiguration(parseConfiguration) 

と私はそれを実行したときに、私は次のエラーを取得:あなたのHerokuのダッシュボードに

>Object has been saved. 
>2016-10-14 00:50:49.984 ParseStarterProject-Swift[9199:231387] [Error]: Failed to run command eventually with error: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.} 

答えて

0

Go]を、[設定]タブでは、あなたが設定した作りPARSE_MOUNT/parse

enter image description here

+1

すでに/解析中 – alibabaei12

関連する問題