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

Error creating the Xcode group path to new modules #129

Closed
ismetanin opened this issue Aug 7, 2016 · 3 comments
Closed

Error creating the Xcode group path to new modules #129

ismetanin opened this issue Aug 7, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@ismetanin
Copy link
Contributor

After "generamba gen TestThree swift_viper_module" I see in Xcode:
2016-08-07 10 24 44 1
2016-08-07 10 31 14
But in Finder all is well:
2016-08-07 10 25 10
My Rambafile:

### Headers settings
company: 5Agency

### Xcode project settings
project_name: addressbook-ios
xcodeproj_path: AdressBook.xcodeproj

### Code generation settings section
# The main project target name
project_target: AdressBook

# The file path for new modules
project_file_path: /Users/Ivan/Documents/Work/addressbook-ios/AdressBook/Classes/Presentation/User Stories

# The Xcode group path to new modules
project_group_path: /Users/Ivan/Documents/Work/addressbook-ios/AdressBook/Classes/Presentation/User Stories

### Tests generation settings section
# The tests target name
test_target: AdressBookTests

# The file path for new tests
test_file_path: /Users/Ivan/Documents/Work/addressbook-ios/AdressBookTests

# The Xcode group path to new tests
test_group_path: /Users/Ivan/Documents/Work/addressbook-ios/AdressBookTests

### Dependencies settings section
podfile_path: Podfile

### Templates
templates:
- {name: swift_viper_module, local: '/Users/Ivan/Documents/Work/Helpers/generamba-modules/swift_viper_module'}
@etolstoy etolstoy added the bug label Aug 8, 2016
@etolstoy
Copy link
Member

etolstoy commented Aug 8, 2016

Hi, @lvinoeserdce! We'll investigate it asap.

@Beniamiiin Beniamiiin self-assigned this Aug 10, 2016
Beniamiiin pushed a commit that referenced this issue Aug 10, 2016
@Beniamiiin
Copy link
Contributor

Beniamiiin commented Aug 10, 2016

@lvinoeserdce hi. I have already fixed this bug and we will release new version soon. Until then, write all paths in rambafile without slash('/') in begin and end of path and you will not have any problems. And, all paths in rambafile relative, example: project_file_path: AdressBook/Classes/Presentation/User Stories

@ismetanin
Copy link
Contributor Author

@Beniamiiin hi! Thank you! I solved my problem with your help.

etolstoy added a commit that referenced this issue Aug 11, 2016
@etolstoy etolstoy added this to the 1.1.0 milestone Aug 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants