Esqarrouth / QorumLogs

:closed_book: Swift Logging Utility for Xcode & Google Docs
MIT License
786 stars 84 forks source link

Error post cocapods installtion #30

Closed r0h1t4sh closed 8 years ago

r0h1t4sh commented 8 years ago

Hey,

I have been trying to use QorumLogs for a project of mine and I installed using cocoapods(0.39.0). After install when I try to build the project I get following errors.

screen shot 2016-05-12 at 3 47 11 pm

Following are the content of my cocoapods file

target 'MyApp' do
  source 'https://github.com/CocoaPods/Specs.git'
  platform :ios, '8.0'
  use_frameworks!
  pod 'Alamofire', '~> 3.1.3'
  pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
  pod 'QorumLogs'
end

I am really sorry if its a basic issue I am new to iOS development

Esqarrouth commented 8 years ago

You may have added a random comma in the code somewhere? Are the other pods working? I am using the same cocoapod version with this

platform :ios, '8.0'
use_frameworks!

target 'MyApp' do
pod 'QorumLogs'

end
r0h1t4sh commented 8 years ago

Sorry my bad. I was supposed to upgrade to El Captain and latest xcode.