tidev / hyperloop-examples

Native Hyperloop examples in Titanium.
https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Guide/Hyperloop/
79 stars 49 forks source link

[ERROR] : The iOS class "SKStoreReviewController" could not be found in the framework "StoreKit". (../build/iphone/assets/ti_reviewdialog_js) #61

Closed yustein closed 7 years ago

yustein commented 7 years ago

I'm getting the error

[ERROR] :  The iOS class "SKStoreReviewController" could not be found in the framework "StoreKit". (../build/iphone/assets/ti_reviewdialog_js)

during compiling

I'm using 6.1.2GA and 2.1.3

hansemannn commented 7 years ago

Hey there! The SKStoreReviewController class is only available on iOS 10.3 and later. Did you try with Xcode 8.3?

yustein commented 7 years ago

That was exactly the case, thank you.

Suggestion: maybe put iOS 10.3 as the minimum deployment target for the app?

hansemannn commented 7 years ago

Good suggestion! Can you file a PR? Will update it next week otherwise. Thanks again for raising this, I will close it then :-).