Closed lewis-smith closed 1 year ago
Hey @lewis-smith! Thanks for reporting this – we're pushing up a fix now. https://github.com/superwall-me/Superwall-iOS/pull/122
@super-bryan Heyy, when will it be available?
This is fixed in 3.0.0-rc.2
(right now!)
@jakemor Thank you :-)
New issue checklist
README
and documentationGeneral information
Superwall
version: 3.0.0-rc.1Describe the bug
There is recursion bug in the configure method where it tries to inspect
.superwall
before it's finished being set.You can see many instances of
‼️ [Superwall] [superwallCore] ERROR: Superwall has not been configured. Please call Superwall.configure()
in the logsSteps to reproduce
Superwall.configure(apiKey: "MYAPIKEY")
inapplication(didFinishLaunchingWithOptions..)
‼️ [Superwall] [superwallCore] ERROR: Superwall has not been configured. Please call Superwall.configure()
Other Information
Add a breakpoint at Superwall.swift, line 139 to see what's happening
Demo project. Unzip and run to see errors Superwall Test.zip