replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

Crashes on 13.0 beta #148

Closed maxlorenz closed 4 years ago

maxlorenz commented 4 years ago

Opening the App in iOS 13.0 will crash immediately

mfikes commented 4 years ago

May be related to the use of assign instead of strong here https://github.com/replete-repl/replete-ios/blob/058b7337b08ad143d69a2cbaa94af9abb40fc5ea/Replete/AppDelegate.m#L25

mfikes commented 4 years ago

Fix available in Replete public beta: https://testflight.apple.com/join/yfsQO4yx

maxlorenz commented 4 years ago

Great, thanks a lot!