Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Swift SKSTOREVIEWCONTROLLER错误_Swift_Api_Crash_Instance_Review - Fatal编程技术网

Swift SKSTOREVIEWCONTROLLER错误

Swift SKSTOREVIEWCONTROLLER错误,swift,api,crash,instance,review,Swift,Api,Crash,Instance,Review,我在我的应用程序中使用 SKStoreReviewController.requestReview() 问题是有时在点击review controller中的“Not Now”按钮后,我会在下面看到崩溃 [SKRemoteReviewViewController release]: message sent to deallocated instance 我知道这与SKStoreReviewController有关,但我不知道如何修复它。有什么想法吗?看到这个错误,肯定是苹果框架中的一个bug

我在我的应用程序中使用 SKStoreReviewController.requestReview()

问题是有时在点击review controller中的“Not Now”按钮后,我会在下面看到崩溃

[SKRemoteReviewViewController release]: message sent to deallocated instance

我知道这与SKStoreReviewController有关,但我不知道如何修复它。有什么想法吗?

看到这个错误,肯定是苹果框架中的一个bug。即使从主线程调用它也会发生。要远离那个审查控制者,直到它被改进一点。