Questions tagged «cocoapods»

CocoaPods是Cocoa项目的依赖项管理器。

12
Cocoapods命令失败,因为“没有这样的文件或目录@ dir_initialize-/ Users / <用户名> /。cocoapods / repos(Errno :: ENOENT)”
谁能帮助我解决以下堆栈跟踪中的错误?当我运行任何pod命令时,都会发生这种情况。我已经卸载并重新安装了gem,但是没有运气。 00:44:05-David~/dev/farecast-app (master)$ pod setup Setting up CocoaPods master repo /usr/local/rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/pathname.rb:422:in `open': No such file or directory @ dir_initialize - /Users/David/.cocoapods/repos (Errno::ENOENT) from /usr/local/rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/pathname.rb:422:in `foreach' from /usr/local/rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/pathname.rb:422:in `children' from /usr/local/rvm/gems/ruby-2.1.0/gems/cocoapods-0.34.4/lib/cocoapods/sources_manager.rb:63:in `all' from /usr/local/rvm/gems/ruby-2.1.0/gems/cocoapods-0.34.4/lib/cocoapods/user_interface/error_report.rb:127:in `repo_information' from /usr/local/rvm/gems/ruby-2.1.0/gems/cocoapods-0.34.4/lib/cocoapods/user_interface/error_report.rb:34:in `report' from /usr/local/rvm/gems/ruby-2.1.0/gems/cocoapods-0.34.4/lib/cocoapods/command.rb:63:in `report_error' from /usr/local/rvm/gems/ruby-2.1.0@global/gems/claide-0.7.0/lib/claide/command.rb:300:in `handle_exception' from /usr/local/rvm/gems/ruby-2.1.0@global/gems/claide-0.7.0/lib/claide/command.rb:274:in `rescue in run' from /usr/local/rvm/gems/ruby-2.1.0@global/gems/claide-0.7.0/lib/claide/command.rb:264:in …
208 cocoapods 


30
体系结构arm64的未定义符号
每次从CocoaPods导入文件时,我都遇到Apple Mach-O Linker错误。 Undefined symbols for architecture arm64: "_OBJC_CLASS_$_FBSession", referenced from: someFile ld: symbol(s) not found for architecture arm64 对于我使用的各种Pod,我大约有12种。 我正在尝试使用XCode 5为iPhone 5S进行构建。 我一直在尝试在SO上使用各种解决方案,但是还没有任何一种可以使用。 如何修复此Apple Mach-O链接器错误? 刚刚发现另一个可能有趣的警告,希望这可以引导我找到解决方案: Ignoring file ~/Library/Developer/Xcode/DerivedData/SomeApp/Build/Products/Debug-iphoneos/libPods.a, file was built for archive which is not the architecture being linked (arm64):~/Library/Developer/Xcode/DerivedData/someApp/Build/Products/Debug-iphoneos/libPods.a
200 ios  xcode  xcode5  cocoapods 


28
iOS-构建失败,CocoaPods无法找到头文件
我有一个使用CocoaPods的iOS项目。一切工作都顺利进行,直到另一个开发人员开始从事同一项目。他做了一些更改(据我所知仅对代码进行了更改),并在存储库中创建了一个新分支。我已经签出他的分支并尝试构建它,但出现错误:找不到ASLogger / ASLogger.h文件。 即使删除整个项目并重新制作副本并使用“ pods install”。构建失败仍然存在。您知道问题可能在哪里吗?如果您需要更多信息,请询问。

10
如何检查CocoaPods框架的版本
我已经通过CocoaPods更新了Flurry,但是如何检查Flurry是否已更新? 我的意思是终端向我显示一切正常: Installing FlurrySDK (4.2.3) Generating Pods project Integrating client project 但我不确定它是否已更新。
185 ios  version  cocoapods 

22
Xcode-ld:-lPods找不到库
尝试构建iOS应用程序时出现这些错误。 ld: library not found for -lPods clang: error: linker command failed with exit code 1 (use -v to see invocation) Ld /Users/Markus/Library/Developer/Xcode/DerivedData/Totalbox-clpeqwpfvwuhpleeejnzlavncnvj/Build/Products/Debug-iphonesimulator/Totalbox.app/Totalbox normal x86_64 cd /Users/Markus/Development/xcode/totalbox-ios export IPHONEOS_DEPLOYMENT_TARGET=7.1 export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -L/Users/Markus/Library/Developer/Xcode/DerivedData/Totalbox-clpeqwpfvwuhpleeejnzlavncnvj/Build/Products/Debug-iphonesimulator -F/Users/Markus/Library/Developer/Xcode/DerivedData/Totalbox-clpeqwpfvwuhpleeejnzlavncnvj/Build/Products/Debug-iphonesimulator -filelist /Users/Markus/Library/Developer/Xcode/DerivedData/Totalbox-clpeqwpfvwuhpleeejnzlavncnvj/Build/Intermediates/Totalbox.build/Debug-iphonesimulator/Totalbox.build/Objects-normal/x86_64/Totalbox.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -framework CoreGraphics -framework Foundation -framework …

30
项目构建中的CocoaPods错误
我无法建立使用CocoaPods的项目。我收到以下错误: diff: /../Podfile.lock: No such file or directory diff: Manifest.lock: No such file or directory error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.` $ pod install似乎工作正常,Pods并向我的工作区添加了一个项目。我已经尝试过了,$ pod update但这无济于事。 似乎PODS_ROOT没有设置。 Podfile: platform :ios, '6.0' workspace 'Example.xcworkspace' xcodeproj 'example/Example.xcodeproj' pod 'TestFlightSDK', '~&gt; …


12
Poco安装在cocoapods版本1.0.0.beta.1中显示错误
我的Podfile正常运行,但是更新到cocoapods版本1.0.0.beta.1之后 pod安装显示以下错误 MacBook-Pro:iOS-TuneIn home$ pod install Fully deintegrating due to major version update Deleted 1 'Copy Pods Resources' build phases. Deleted 1 'Check Pods Manifest.lock' build phases. Deleted 1 'Embed Pods Frameworks' build phases. - libPods.a - Pods.debug.xcconfig - Pods.release.xcconfig Deleted 1 'Copy Pods Resources' build phases. Deleted 1 'Check …
175 ios  cocoapods 


23
CocoaPods无法在macOS High Sierra中工作
升级到macOS后,High Sierra CocoaPods无法正常工作。虽然很想摆脱CocoaPods,但不幸的是目前不在范围之内。错误消息如下。 zsh: /Users/****/.gems/bin/pod: bad interpreter: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin: no such file or directory 我意识到该错误源于Ruby的升级,但是简易修复程序是什么?尝试使CocoaPods使用新的红宝石版本会产生其他错误。 编辑:现在我安装Ruby 2.0与rvm install 2.0.0和rvm use 2.0.0,然后重新安装的CocoaPods sudo gem install cocoapods。似乎现在正在工作。


14
将CocoaPods与iOS逻辑测试一起使用时找不到库
我正在尝试针对一些项目中的类编写一些iOS逻辑测试,这些测试使用了podspec中某些库的功能。我正在使用Xcode中提供的标准单元测试包(尽管不是Application Tests,只是单元测试)。 例如,我使用Magical Record,并在podspec中链接了该库。它存在于我的工作区的Pods项目中,并且可以在模拟器或设备上运行该应用程序时按预期工作。但是,当我尝试链接到使用Magical Record的对象的测试时,出现链接器错误,指出它无法从Magical Record中找到选择器。我曾尝试在逻辑测试包中更新HEADER_SEARCH_PATH,甚至将其硬编码到CocoaPods创建的标头目录中,但没有运气。 我可以毫无问题地对不使用CocoaPods库的类进行单元测试。 我要解决这个错误吗?我是否应该做其他事情来让编译器查看CocoaPods库?

4
如何为我的Xcode项目在podfile中指定多个目标?
我在Xcode 4项目中使用CocoaPods,并且我的项目有三个目标(默认情况下,一个目标用于构建lite版本,一个目标用于构建演示版本)。所有目标都使用相同的库,但是CocoaPods仅将静态库和搜索路径添加到主要目标。我的podfile看起来像这样: platform :ios, '5.0' pod 'TestFlightSDK', '&gt;= 1.1' pod 'MBProgressHUD', '0.5' pod 'iRate', '&gt;= 1.6.2' pod 'TimesSquare', '1.0.1' pod 'AFNetworking', '1.1.0' pod 'KKPasscodeLock', '0.1.5' pod 'iCarousel', '1.7.4' 使我工作的唯一方法是使用列出的所有Pod分别指定每个目标。 platform :ios, '5.0' target :default do pod 'TestFlightSDK', '&gt;= 1.1' pod 'MBProgressHUD', '0.5' pod 'iRate', '&gt;= 1.6.2' pod 'TimesSquare', '1.0.1' pod …
142 xcode  target  cocoapods 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.