Posts

Post not yet marked as solved
0 Replies
281 Views
I understand we do not get to know if SKStoreReviewController(SKSRC) was show and how the user interacted with it. Is system(iOS/iPadOS) putting checks in place so that in same app version, SKSRC is not shown to a user again if user has already rated(or rated + reviewed) the app earlier in same version via SKSRC? If system can show SKSRC again to users who have rated( or rated + reviewed) in same app version then in the 2nd instance of SKSRC will the rating stars and the review be pre filled with first instance SKSRC response?
Posted Last updated
.
Post marked as solved
6 Replies
15k Views
We use command xcodebuild -list -json to get json and parse it to do further stuff on our CI machine. But since Xcode 13.3 when I run this command in terminal I get ➜  Main git:(export-gsps-while-building-ipa) ✗ xcodebuild -list -json                                2022-04-08 19:51:18.917 xcodebuild[27576:698981] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore 2022-04-08 19:51:18.918 xcodebuild[27576:698981] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore {   "project" : {     "configurations" : [ ... As you can see, the expected output has two warnings ahead and hence this JSON is not parsable.
Posted Last updated
.
Post marked as solved
1 Replies
905 Views
spindump We recently moved to Xcode 13 (13.3.1) and now when we run our tests the take enormous time and then fail with this error encountered an error (Test runner never began executing tests after launching As per suggestion else where we ran our test on iOS 14.5 simulator. They were successfully but it took 54 minutes (usually they take 6 mins). So iOS 14 as simulator destination is not workaround for us. I took a spindump while test were running on simulator 15.4 attaching them. Need help!
Posted Last updated
.