Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when used in package test cases #22

Open
3 tasks done
jeenyshehzad opened this issue Jun 11, 2024 · 0 comments
Open
3 tasks done

Crash when used in package test cases #22

jeenyshehzad opened this issue Jun 11, 2024 · 0 comments

Comments

@jeenyshehzad
Copy link

jeenyshehzad commented Jun 11, 2024

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 [ ])

  • I've read and agree to the Code of Conduct.
  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've searched for any related issues and avoided creating a duplicate issue.

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:

  1. Create a package inside the project.
  2. Create the test file inside the package.
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant