Questions tagged [cocoapods-1.1.1]

For questions specific to the usage and features of CocoaPods version 1.1.1. Use the more generic [cocoapods] tag where possible.

22 questions
0
votes
0 answers

iOS Cocoapods Documentation Xcode 8

In Xcode 8, Apple integrated a comment documentation generator plugin. Select your method or function (Swift) and Menu -> Editor -> Structure -> Add Documentation. Example for Swift: /// Get the elevation of a point. /// /// - Parameters: /// …
Patrick Bodet
  • 641
  • 2
  • 8
  • 17
0
votes
1 answer

Use use_framework! in Podfile which have both Swift & Objective C/C Pod

I know use_framework! is used for swift libraries but what to do if want to use Obj-C and Swift libraries in one project Is there any method to use use_framework! for seperate pods
Usama Sadiq
  • 587
  • 1
  • 4
  • 21
0
votes
2 answers

After upgrading from Cocoapods 0.39 to 1.1.1, getting error saying FirebaseDatabase/FirebaseDatabase.h file not found in GeoFire.m

I recently upgraded my Cocoapods from version 0.39 to 1.1.1. I am using both Firebase and GeoFire in my project. The project would build and compile perfectly fine before the upgrade. After the upgrade, I get an error that says:…
Josh
  • 2,547
  • 3
  • 13
  • 28
0
votes
0 answers

Unable to install podfile to my Xcode project

When I try to $ pod install , I keep on getting this error: [!] Invalid `Podfile` file: syntax error, unexpected tIDENTIFIER, expecting keyword_end   pod ...rebase/Database' /Users/QusaiHussain/scheduler_1/Podfile:8: syntax error, unexpected…
0
votes
1 answer

Unable to load RealmSwift using Cocoa pods

I am using Xcode 8.1. I'm trying to install RealmSwift in my project using Cocoa Pods. Cocoa Pods version is 1.1.1. However, I'm getting the following error: Unable to find a specification for 'RealmSwift' The contents of my Podfile are given…
StudentX
  • 2,506
  • 5
  • 19
  • 28
0
votes
0 answers

Alamofire not working well with swift 3

I have a project written by swift 2. I updated to swift 3, I'm using Alamofire and swiftyjson so I updated their by cocoapods and I fixed all my project issues, after all that I got this error about Alamofire The following binaries use incompatible…
joda
  • 711
  • 2
  • 8
  • 16
0
votes
1 answer

Error when upgrading from CocoaPods 0.39 to 1.1.1

I'm trying to upgrade to the latest version of CocoaPods, but I'm running into an error. My previous Podfile looked something like this: target 'myapp-ios' do link_with *%w[myapp-dev myapp-qa myapp-prod] pod 'AFNetworking', '~> 2.6.3' #…
Andrew
  • 227,796
  • 193
  • 515
  • 708
1
2