Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

Error ITMS-90206 Invalid bundle contains disallowed file 'Frameworks'

I have a problem uploading my application into the Store via Xcode, this one in particular. I saw a lot …

ios xcode cocoapods ios-frameworks swift-custom-framework
How to remove the Xcode warning Apple Mach-O Linker Warning 'Pointer not aligned at address

I have a slight issue when build my Xcode project, get tones of warning after update pod. It looks like …

ios xcode cocoapods warnings
podfile gives an error on install

I cloned a repo from git. Then removed the .git and .gitignore. The podFile looks like platform :ios, '6.1' …

cocoapods
Can not install Cocoapods with RubyGem 2.7.1

My Cocoapods did not work, therefore I did the following command: run this bash script to remove all the relevant …

rubygems cocoapods failed-installation
Undefined symbols for architecture armv7 for Cocoapods libraries

I stumbled upon a problem on a project that I need to work on. The project use Cocoapods for managing …

ios xcode cocoapods armv7 xcode-project
Xcode 10 unexpected duplicate task: CopyPlistFile

Today I updated my Xcode from v.9.4.1 to v.10.0. Now I try to build my tvOS project and I see …

xcode cocoapods plist tvos xcode10
Add Pod dependency with source to .podspec

I am trying to add the following dependency to my Podspec s.dependency 'Apollo/WebSocket', :git => 'https://github.com/…

ios swift dependencies cocoapods podspec
CocoaPods "target has transitive dependencies that include static binaries"

I'm trying to install a swift framework I found on GitHub along with the GoogleMaps, GooglePlaces into my Xcode project …

ios xcode google-maps cocoapods swift-framework
No such module 'GoogleMaps' found however it is installed

I have installed the 'GoogleMaps' pod using cocoa pods and the project was building correctly, however when I transferred my …

ios xcode swift cocoapods google-maps-sdk-ios
Can I use CocoaPods when creating a Cocoa Touch Framework?

I'm creating a new Cocoa Touch Framework (MyFramework.framework), which will have a dependency on Alamofire. This framework will be …

ios swift cocoa cocoapods cocoa-touch