You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When i try to show swiftui preview in latest xcode, i got crash on preview screen. Only happens on the preview screen. No crashes on real devices or simulator.
crashed due to an uncaught exception NSInvalidArgumentException. Reason: +[PBPlacement initWithIntegerLiteral:]: unrecognized selector sent to class 0x10e8767c0.
To Reproduce
Steps to reproduce the behavior:
Get latest xcode
Use latest prebid sdk
Create a swiftui preview on uikit based project
make prebod initializations
Expected behavior
Should able to see preview.
**Smartphone
Device: Preview Screen
OS: iOS 18.2
Additional context
When prebid sdk removed, no crash on preview. Sdk version 2.4.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When i try to show swiftui preview in latest xcode, i got crash on preview screen. Only happens on the preview screen. No crashes on real devices or simulator.
crashed due to an uncaught exception
NSInvalidArgumentException. Reason: +[PBPlacement initWithIntegerLiteral:]: unrecognized selector sent to class 0x10e8767c0.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should able to see preview.
**Smartphone
Additional context
When prebid sdk removed, no crash on preview. Sdk version 2.4.0
The text was updated successfully, but these errors were encountered: