ZeeWanderer

Results 8 comments of ZeeWanderer

As far as i understand you parse `a` tags with `href` that starts from `/fiction` and contains `/chapter` https://github.com/Aivean/royalroad-downloader/blob/8e7f4fdcb0d2b1dcb3a51333445123016126eec3/src/main/scala/com/aivean/royalroad/Main.scala#L36 But instead if you parse `tr` tags ```html Chapter 68: Arrival...

Yes, iOS 16/Xcode 14/useStoreKit2IfEnabled true combination works with clean app install. Log still says `cached` thou. log: [RC_ios16.b3+Xcode14.b3+SK2+clean_install.log](https://github.com/RevenueCat/purchases-ios/files/9180073/RC_ios16.b3%2BXcode14.b3%2BSK2%2Bclean_install.log)

On Xcode 14 beta 4 and iOS 16 beta 4 still the same thing. Without SK2 enabled using the StoreKit config results in fetching error. Logs: [RC_ios16.b4+Xcode14.b4.log](https://github.com/RevenueCat/purchases-ios/files/9232486/RC_ios16.b4%2BXcode14.b4.log) [RC_ios16.b4+Xcode14.b4+SK2+clean_install.log](https://github.com/RevenueCat/purchases-ios/files/9232567/RC_ios16.b4%2BXcode14.b4%2BSK2%2Bclean_install.log)

Here is the log for main ([9b5b3f2](https://github.com/RevenueCat/purchases-ios/commit/9b5b3f26e642624cdc0f53a92f92d282d4fcdded)), no SK2 and clean install: [RC_ios-main+XCode14.b4+ios16.b4+no-SK2+clean_install.log](https://github.com/RevenueCat/purchases-ios/files/9251532/RC_ios-main%2BXCode14.b4%2Bios16.b4%2Bno-SK2%2Bclean_install.log) If it helps, here is the config file (with TXT ext instead of `storekit` because github): [Products.txt](https://github.com/RevenueCat/purchases-ios/files/9251565/Products.txt)

@NachoSoto Yes, it still requires SK2 to work with store kit config. XCode 14, iOS 16, SDK 4.12.0.

The same problem but it worked with the first versions of the family beta steam client version, but stopped working later.

It'll eventually be in production so at least identifying the issue may be prudent and as far as i managed to diagnose it: The RemotePlayWhatever application itself crashes on `BCreateRemotePlayInviteAndSession`...

I am now encountering the same error for Xcode 16.2 on github's `macos-14` runner. ``` error:iOS 18.2 is not installed. To use with Xcode, first download and install the platform...