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

I am unable to create a group from a directory #1414

Open
capezzbr opened this issue Nov 7, 2023 · 0 comments
Open

I am unable to create a group from a directory #1414

capezzbr opened this issue Nov 7, 2023 · 0 comments

Comments

@capezzbr
Copy link

capezzbr commented Nov 7, 2023

My goal is to list the reactnative directory, which contains all my sources, as a group.

What happens What I want
image image

I've tried different combinations specifying sources: [], e.g.

  • { path: 'reactnative', group: 'reactnative' } -> reactnative is added as a directory
  • { path: 'reactnative', group: 'reactnative', buildPhase: 'resources' } -> xcodegen freezes
  • { path: 'reactnative/main.m', group: 'reactnative', buildPhase: 'resources' } -> reactnative is added as a directory

I believe the problem might be with reactnative being both the target name and directory with sources. If I change the reactnative directory name to HelloWorld, and then use { path: 'HelloWorld/main.m', group: 'reactnative', buildPhase: 'resources' } as source, main.m will be added correctly under the reactnative group.

Any advice? 🙇

@capezzbr capezzbr changed the title I am unable to create great a group from a directory I am unable to create a group from a directory Nov 7, 2023
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