Description
I have a package inside my project, insdei the package i have my test file for which i have created the scheme to test only this package' test cases. Crash happens when i try to use the securedefault inside my test cases. The project hiearche is as follow:
Main -> Package -> Test.swift
Requirements (place an x in each of the [ ])
Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
- Create a package inside the project.
- Create the test file inside the package.
- Try to use the securedefault.
SecureDefaults version:
1.2.2
iOS version:
17.4
Steps to reproduce:
- Create a package inside the project.
- Create the test file inside the package.
- Try to use the securedefault.
Expected result:
Test case should run smoothly.
Actual result:
Crash occus.
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.
Description
I have a package inside my project, insdei the package i have my test file for which i have created the scheme to test only this package' test cases. Crash happens when i try to use the securedefault inside my test cases. The project hiearche is as follow:
Main -> Package -> Test.swift
Requirements (place an
xin each of the[ ])Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
SecureDefaults version:
1.2.2
iOS version:
17.4
Steps to reproduce:
Expected result:
Test case should run smoothly.
Actual result:
Crash occus.
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.