Analyzing dependencies
――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
### Command
```
/usr/local/bin/pod install
```
### Report
* What did you do?
* What did you expect to happen?
* What happened instead?
### Stack
```
CocoaPods : 1.6.0.beta.2
Ruby : ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]
RubyGems : 2.5.2.3
Host : Mac OS X 10.14.2 (18C54)
Xcode : 10.1 (10B61)
Git : git version 2.17.2 (Apple Git-113)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 4d629538d9778f875a752ba057fc208809e4e8b6
touchinstinct - https://github.com/TouchInstinct/Podspecs.git @ ac037bcd72ff2681067cb49fdb92aaf0c491e858
```
### Plugins
```
cocoapods-deintegrate : 1.0.2
cocoapods-plugins : 1.0.0
cocoapods-search : 1.0.0
cocoapods-stats : 1.0.0
cocoapods-trunk : 1.3.1
cocoapods-try : 1.1.0
```
### Podfile
```ruby
source 'https://github.com/CocoaPods/Specs'
source 'https://github.com/TouchInstinct/Podspecs.git'
platform :ios, '10.0'
inhibit_all_warnings!
project 'Licard', {
'StandardMockDebug' => :debug,
'EnterpriseMockDebug' => :debug,
'StandardMockRelease' => :release,
'EnterpriseMockRelease' => :release,
'StandardStagingDebug' => :debug,
'EnterpriseStagingDebug' => :debug,
'StandardStagingRelease' => :release,
'EnterpriseStagingRelease' => :release,
'StandardDevelopmentDebug' => :debug,
'EnterpriseDevelopmentDebug' => :debug,
'StandardDevelopmentRelease' => :release,
'EnterpriseDevelopmentRelease' => :release,
'StandardProductionDebug' => :debug,
'EnterpriseProductionDebug' => :debug,
'StandardProductionRelease' => :release,
'EnterpriseProductionRelease' => :release,
'AppStore' => :release,
'CustomerDev' => :debug
}
# common
pod 'SnapKit'
pod 'StatefulViewController'
pod 'RxGesture'
pod 'RxOptional'
pod 'RxCoreLocation'
pod 'DeviceKit'
pod 'Cache'
target 'Licard' do
pod 'AppsFlyerFramework'
pod 'Atributika'
pod 'BonMot'
pod 'Crashlytics'
pod 'Fabric'
pod 'GoogleMaps'
pod 'ImagePicker', :git => 'https://github.com/appsailor/ImagePicker/', :branch => 'feature/Swift-4.2'
pod 'InputMask'
pod 'LeadKit'
pod 'Pulley'
pod 'RxKeyboard'
pod 'RxKingfisher'
pod 'SwiftLint'
pod 'UIBarButtonItem-Badge', :git => 'https://github.com/mikeMTOL/UIBarButtonItem-Badge.git', :modular_headers => true
pod 'UICollectionViewLeftAlignedLayout', :modular_headers => true
pod 'UINavigationItem+Margin', :modular_headers => true
pod 'UITextView+Placeholder', :modular_headers => true
pod 'SwiftValidator', :git => "https://github.com/TouchInstinct/SwiftValidator"
pod 'UIScrollView-InfiniteScroll', :modular_headers => true
pod 'MBProgressHUD', :modular_headers => true
pod 'QRCodeReader.swift'
pod 'GoogleAnalytics', :modular_headers => true
pod 'Cosmos'
pod 'SDCAlertView'
end
target 'TodayExtension' do
pod 'LeadKit/Core-iOS-Extension'
pod 'UIScrollView-InfiniteScroll', :modular_headers => true
end
target 'NotificationServiceExtension' do
pod 'LeadKit/Core-iOS-Extension'
end
# If you have slow HDD
ENV['COCOAPODS_DISABLE_STATS'] = "true"
```
### Error
```
Nanaimo::Reader::ParseError - [!] Dictionary missing ';' after key-value pair for "objects", found ""
# -------------------------------------------
# rootObject = P_4792647733563 /* Project object */;
# }
12620>
^
# -------------------------------------------
/Library/Ruby/Gems/2.3.0/gems/nanaimo-0.2.6/lib/nanaimo/reader.rb:284:in `raise_parser_error'
/Library/Ruby/Gems/2.3.0/gems/nanaimo-0.2.6/lib/nanaimo/reader.rb:199:in `parse_dictionary'
/Library/Ruby/Gems/2.3.0/gems/nanaimo-0.2.6/lib/nanaimo/reader.rb:132:in `parse_object'
/Library/Ruby/Gems/2.3.0/gems/nanaimo-0.2.6/lib/nanaimo/reader.rb:107:in `parse!'
/Library/Ruby/Gems/2.3.0/gems/xcodeproj-1.7.0/lib/xcodeproj/plist.rb:27:in `read_from_path'
/Library/Ruby/Gems/2.3.0/gems/xcodeproj-1.7.0/lib/xcodeproj/project.rb:206:in `initialize_from_file'
/Library/Ruby/Gems/2.3.0/gems/xcodeproj-1.7.0/lib/xcodeproj/project.rb:108:in `open'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/installer/analyzer.rb:1009:in `block (2 levels) in inspect_targets_to_integrate'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/installer/analyzer.rb:1008:in `each'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/installer/analyzer.rb:1008:in `block in inspect_targets_to_integrate'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/user_interface.rb:64:in `section'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/installer/analyzer.rb:1003:in `inspect_targets_to_integrate'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/installer/analyzer.rb:91:in `analyze'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/installer.rb:266:in `analyze'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/installer.rb:174:in `block in resolve_dependencies'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/user_interface.rb:64:in `section'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/installer.rb:173:in `resolve_dependencies'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/installer.rb:136:in `install!'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/command/install.rb:48:in `run'
/Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/command.rb:52:in `run'
/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/bin/pod:55:in `<top (required)>'
/usr/local/bin/pod:22:in `load'
/usr/local/bin/pod:22:in `<main>'
```
――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
[!] Oh no, an error occurred.
Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=%5B%21%5D+Dictionary+missing+%27%3B%27+after+key-value+pair+for+%22objects%22%2C+found+%22%22%0A+++++%23++-------------------------------------------%0A+++++%23++%09rootObject+%3D+P_4792647733563+%2F%2A+Project+object+%2A%2F%3B%0A+++++%23++%7D%0A12620%3E++%0A++++++++%5E%0A+++++%23++-------------------------------------------%0A&type=Issues
If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new
Be sure to first read the contributing guide for details on how to properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md
Don't forget to anonymize any private data!
Looking for related issues on cocoapods/cocoapods...
/Library/Ruby/Gems/2.3.0/gems/gh_inspector-1.1.3/lib/gh_inspector/sidekick.rb:95:in `parse_results': undefined method `map' for nil:NilClass (NoMethodError)
Did you mean? tap
from /Library/Ruby/Gems/2.3.0/gems/gh_inspector-1.1.3/lib/gh_inspector/sidekick.rb:34:in `search'
from /Library/Ruby/Gems/2.3.0/gems/gh_inspector-1.1.3/lib/gh_inspector/inspector.rb:68:in `search_query'
from /Library/Ruby/Gems/2.3.0/gems/gh_inspector-1.1.3/lib/gh_inspector/inspector.rb:62:in `search_exception'
from /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/user_interface/error_report.rb:119:in `search_for_exceptions'
from /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/command.rb:67:in `report_error'
from /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:396:in `handle_exception'
from /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:337:in `rescue in run'
from /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:324:in `run'
from /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/lib/cocoapods/command.rb:52:in `run'
from /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.6.0.beta.2/bin/pod:55:in `<top (required)>'
from /usr/local/bin/pod:22:in `load'
from /usr/local/bin/pod:22:in `<main>'