-
Notifications
You must be signed in to change notification settings - Fork 356
Can't build in xCode. It's searching for a Pods folder that doesn't exist #714
Comments
Hey! Thanks for the issue, I'd be happy to help. Can you let me know what Xcode and macOS version that you're using? And can you confirm that you ran both of these commands, from the Readme? bundle install
bundle exec fastlane oss Thanks! |
I meant to say that I ran those commands before, but I am still experiencing the errors. |
@partnerings thanks for the response. Can I clarify, when you said "dozens of dependencies to update", did you mean downloading them? I want to make sure you didn't run rm -rf Pods
bundle install
bundle exec fastlane oss This is always a good step to try if you're having problems with dependencies like this. I ran into some problems installing the RubyGems dependencies from |
@ashfurrow yes I did mean downloading the dependencies. I updated the Ruby version and some other things the terminal told me were out of date. I don't think the Pod update was one of them. I've just deleted my previous repo of eidolon, downloaded again, run those commands, and updated fastlane. Now it's giving me this prompt: But it won't accept my password. When I deny it gives me the error template below, in bright red. +------+---------------------------------------------------------------+-------------+ [09:20:09]: fastlane finished with errors Looking for related GitHub issues on fastlane/fastlane... /Users/princespells/.rvm/gems/ruby-2.4.6/gems/fastlane-2.134.0/fastlane_core/lib/fastlane_core/ui/interface.rb:153:in `shell_error!': [!] (FastlaneCore::Interface::FastlaneShellError) Command
Report
Stack
Plugins
Podfilesource 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/artsy/Specs.git'
plugin 'cocoapods-keys', {
:project => 'Eidolon',
:keys => [
'ArtsyAPIClientSecret',
'ArtsyAPIClientKey',
'HockeyProductionSecret',
'HockeyBetaSecret',
'SegmentWriteKey',
'CardflightProductionAPIClientKey',
'CardflightProductionMerchantAccountToken',
'StripeProductionPublishableKey',
'CardflightStagingAPIClientKey',
'CardflightStagingMerchantAccountToken',
'StripeStagingPublishableKey'
]
}
platform :ios, '10.0'
use_frameworks!
# Yep.
inhibit_all_warnings!
target 'Kiosk' do
# Artsy stuff
pod 'Artsy+UIColors'
pod 'Artsy+UILabels'
pod 'Artsy-UIButtons'
if ENV['ARTSY_STAFF_MEMBER'] != nil || ENV['CI'] != nil
pod 'Artsy+UIFonts'
else
pod 'Artsy+OSSUIFonts'
end
pod 'ORStackView', '2.0'
pod 'FLKAutoLayout', '0.1.1'
pod 'ARCollectionViewMasonryLayout', '~> 2.0.0'
pod 'SDWebImage', '~> 3.7'
pod 'SVProgressHUD'
# Required as a workaround for https://github.com/bitstadium/HockeySDK-iOS/pull/421
pod 'HockeySDK-Source', git: 'https://github.com/bitstadium/HockeySDK-iOS.git'
pod 'ARAnalytics/Segmentio'
pod 'ARAnalytics/HockeyApp'
pod 'CardFlight-v4'
pod 'Stripe'
pod 'ECPhoneNumberFormatter'
pod 'UIImageViewAligned', :git => 'https://github.com/ashfurrow/UIImageViewAligned.git'
pod 'DZNWebViewController', :git => 'https://github.com/orta/DZNWebViewController.git'
pod 'ReachabilitySwift'
pod 'UIView+BooleanAnimations'
pod 'ARTiledImageView'
pod 'XNGMarkdownParser'
pod 'ISO8601DateFormatter'
# Swift pods
pod 'SwiftyJSON'
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxOptional'
pod 'Moya/RxSwift'
pod 'NSObject+Rx'
pod 'Action'
target 'KioskTests' do
inherit! :search_paths
pod 'FBSnapshotTestCase'
pod 'Nimble-Snapshots'
pod 'Quick'
pod 'Nimble'
pod 'RxNimble'
pod 'Forgeries'
pod 'RxBlocking'
end
end Error
――― TEMPLATE END ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― |
@partnerings the prompt asking for your password is to be expected, and it will ask you 11 times (once for each key). So it may be that it was accepting your password but was asking for it again. Does re-running the commands help? |
@ashfurrow Thanks! it worked. I followed through with the prompts and it loaded and built. There are a few errors still showing. I will try to work through them... I'll be back to ask more questions soon. Thanks a lot for your help. |
Awesome, glad it worked! Let me know if I can help. |
Hi, I'm new to coding, so please be gentle. I've downloaded all the dependencies, and I'm now trying to open this project in xCode, but I keep getting target integrity errors. I'm trying to attach a screenshot of the issue from xCode. Could you offer a solution, please?
It seems to be looking for a "Pods-KioskTest.debug.xcconfig" file in a folder that doesn't exist. How do I get it to stop doing this?
The text was updated successfully, but these errors were encountered: