-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Description
After "generamba gen TestThree swift_viper_module" I see in Xcode:


But in Finder all is well:

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'}
Reactions are currently unavailable