Getting Analyzer error when creating new app

Hi,

I am new to using Bitrise. Its great but I am having an issue uploading my first app. The app is an iOS app that uses Cocoapods. I was able to do the first two steps in the process. But when I do the third step of validation, I get an error about not finding a user defined project path even though it detected the .xcodeproj file and that it detected a Podfile. Here is a screenshot of the error from the build log:


I am not sure what I am doing wrong at this step. Because I am using Cocoapods and it has a workspace file, do I need to do a manually configuration instead without the validation scanner?

1 Like

Hi,

Thanks for reporting @eman6576!

We’ll check this ASAP (@godreikrisztian & @tamaspapik ping :wink: ) - in the meantime you can use the β€œskip scanner” option, to only validate the repository access - related docs: http://devcenter.bitrise.io/adding-a-new-app/setting-up-configuration/#skipping-the-scanner-full-manual-configuration

Oh ok, I also opened an issue here in the corresponding repo for the scanner: https://github.com/bitrise-steplib/steps-project-scanner/issues/31

1 Like

Thank you @eman6576 - the guys will check this ASAP, it’s at the top of their task list (just bumped it there :wink: )

Hi @eman6576,

thanks for the report!

May i ask you to:

  • share your Podfile’s content with us?
  • share your repository’s file list (by calling tree . -L 3 in your project root directory and copy-past the output) with us?

tree is available as a brew package, on macOS you can install it with: brew install tree

1 Like

.
β”œβ”€β”€ BaseApp
β”‚ β”œβ”€β”€ AppDelegate.h
β”‚ β”œβ”€β”€ AppDelegate.m
β”‚ β”œβ”€β”€ Base.lproj
β”‚ β”‚ β”œβ”€β”€ LTF.storyboard
β”‚ β”‚ β”œβ”€β”€ LaunchScreen.xib
β”‚ β”‚ └── Localizable.strings
β”‚ β”œβ”€β”€ BaseApp-Bridging-Header.h
β”‚ β”œβ”€β”€ BaseAppTests-Bridging-Header.h
β”‚ β”œβ”€β”€ Categories
β”‚ β”‚ └── LTFCategories
β”‚ β”œβ”€β”€ Config.h
β”‚ β”œβ”€β”€ Constants.swift
β”‚ β”œβ”€β”€ Images.xcassets
β”‚ β”‚ β”œβ”€β”€ AppIcon.appiconset
β”‚ β”‚ β”œβ”€β”€ Backgrounds
β”‚ β”‚ β”œβ”€β”€ Buttons
β”‚ β”‚ β”œβ”€β”€ Contents.json
β”‚ β”‚ β”œβ”€β”€ Icons
β”‚ β”‚ β”œβ”€β”€ LTFIcons
β”‚ β”‚ β”œβ”€β”€ LaunchImage.launchimage
β”‚ β”‚ β”œβ”€β”€ Map
β”‚ β”‚ β”œβ”€β”€ Misc
β”‚ β”‚ β”œβ”€β”€ Navbar
β”‚ β”‚ β”œβ”€β”€ Placeholders
β”‚ β”‚ β”œβ”€β”€ Segmented
β”‚ β”‚ └── Tabbar
β”‚ β”œβ”€β”€ Info.plist
β”‚ β”œβ”€β”€ Models
β”‚ β”‚ β”œβ”€β”€ AbstractManagedModel.h
β”‚ β”‚ β”œβ”€β”€ AbstractManagedModel.m
β”‚ β”‚ β”œβ”€β”€ AbstractModel.h
β”‚ β”‚ β”œβ”€β”€ AbstractModel.m
β”‚ β”‚ β”œβ”€β”€ Device.h
β”‚ β”‚ β”œβ”€β”€ Device.m
β”‚ β”‚ β”œβ”€β”€ ExtendedError.h
β”‚ β”‚ β”œβ”€β”€ ExtendedError.m
β”‚ β”‚ β”œβ”€β”€ LTFModels
β”‚ β”‚ β”œβ”€β”€ Model.xcdatamodeld
β”‚ β”‚ β”œβ”€β”€ User.h
β”‚ β”‚ └── User.m
β”‚ β”œβ”€β”€ Resources
β”‚ β”‚ β”œβ”€β”€ Configs
β”‚ β”‚ β”œβ”€β”€ Fonts
β”‚ β”‚ └── Locations
β”‚ β”œβ”€β”€ ServiceClasses
β”‚ β”‚ β”œβ”€β”€ Factories
β”‚ β”‚ β”œβ”€β”€ LTFServiceClasses
β”‚ β”‚ β”œβ”€β”€ Paginators
β”‚ β”‚ └── Singletons
β”‚ β”œβ”€β”€ ViewControllers
β”‚ β”‚ β”œβ”€β”€ BaseVCs
β”‚ β”‚ └── LTFVCs
β”‚ β”œβ”€β”€ Views
β”‚ β”‚ β”œβ”€β”€ Buttons
β”‚ β”‚ β”œβ”€β”€ Cells
β”‚ β”‚ β”œβ”€β”€ LTFViews
β”‚ β”‚ └── TextFields
β”‚ β”œβ”€β”€ en.lproj
β”‚ β”‚ β”œβ”€β”€ LaunchScreen.strings
β”‚ β”‚ └── Localizable.strings
β”‚ └── main.m
β”œβ”€β”€ BaseApp.xcodeproj
β”‚ β”œβ”€β”€ project.pbxproj
β”‚ β”œβ”€β”€ project.xcworkspace
β”‚ β”‚ β”œβ”€β”€ contents.xcworkspacedata
β”‚ β”‚ └── xcshareddata
β”‚ └── xcuserdata
β”‚ └── Emanuel.xcuserdatad
β”œβ”€β”€ BaseApp.xcworkspace
β”‚ β”œβ”€β”€ contents.xcworkspacedata
β”‚ └── xcuserdata
β”‚ └── Emanuel.xcuserdatad
β”œβ”€β”€ BaseAppTests
β”‚ β”œβ”€β”€ BaseAppTests.m
β”‚ └── Info.plist
β”œβ”€β”€ Crashlytics.framework
β”‚ β”œβ”€β”€ Crashlytics -> Versions/Current/Crashlytics
β”‚ β”œβ”€β”€ Headers -> Versions/Current/Headers
β”‚ β”œβ”€β”€ Modules
β”‚ β”‚ └── module.modulemap
β”‚ β”œβ”€β”€ Resources -> Versions/Current/Resources
β”‚ β”œβ”€β”€ Versions
β”‚ β”‚ β”œβ”€β”€ A
β”‚ β”‚ └── Current -> A
β”‚ β”œβ”€β”€ run
β”‚ └── submit
β”œβ”€β”€ DerivedData
β”‚ β”œβ”€β”€ BaseApp
β”‚ β”‚ β”œβ”€β”€ Build
β”‚ β”‚ β”œβ”€β”€ FindHistory.xcfind
β”‚ β”‚ β”œβ”€β”€ Index
β”‚ β”‚ β”œβ”€β”€ Logs
β”‚ β”‚ β”œβ”€β”€ TextIndex
β”‚ β”‚ β”œβ”€β”€ info.plist
β”‚ β”‚ └── scm.plist
β”‚ └── ModuleCache
β”‚ β”œβ”€β”€ 110DKMZJETNYZ
β”‚ β”œβ”€β”€ 12VZRDMNES8W6
β”‚ β”œβ”€β”€ 1738FWIY8HXFQ
β”‚ β”œβ”€β”€ 1HKOGZZTYP53A
β”‚ β”œβ”€β”€ 1KIYVL4HQOUCR
β”‚ β”œβ”€β”€ 1MBWXQN0HWNUP
β”‚ β”œβ”€β”€ 1O0AYPHUWOGA7
β”‚ β”œβ”€β”€ 1PL6WG8TARVLG
β”‚ β”œβ”€β”€ 1RLNMMKXN82OT
β”‚ β”œβ”€β”€ 1Z7VMNW6M1Q8I
β”‚ β”œβ”€β”€ 20UKTMWORSO8G
β”‚ β”œβ”€β”€ 221VWQM4Y1NLY
β”‚ β”œβ”€β”€ 22H798Z81D05Q
β”‚ β”œβ”€β”€ 26A0F1VH5H9FU
β”‚ β”œβ”€β”€ 28MTWK6N5EXZZ
β”‚ β”œβ”€β”€ 29UPEUIAGVBAP
β”‚ β”œβ”€β”€ 2BV93RK2CM4XX
β”‚ β”œβ”€β”€ 2CAOJ9MKGU55R
β”‚ β”œβ”€β”€ 2F9VK53NXE26B
β”‚ β”œβ”€β”€ 2MOQHUFBZCVPA
β”‚ β”œβ”€β”€ 2NKNV66B6X1PX
β”‚ β”œβ”€β”€ 2YAEXG8HJ75JP
β”‚ β”œβ”€β”€ 314OQ67TVPXIS
β”‚ β”œβ”€β”€ 34X3JUA4WGZJ3
β”‚ β”œβ”€β”€ 37Y8MJ6ZLUL3A
β”‚ β”œβ”€β”€ 39SZQAPMXLDCL
β”‚ β”œβ”€β”€ 3D33K6X2T780T
β”‚ β”œβ”€β”€ 3DF8HTKB90T12
β”‚ β”œβ”€β”€ 3DSYJEJ5PEKGZ
β”‚ β”œβ”€β”€ 3E6BS24YVX83I
β”‚ β”œβ”€β”€ 3F4ULMVIGOK6
β”‚ β”œβ”€β”€ 3HYK6QZ75CA1M
β”‚ β”œβ”€β”€ 3ILU1AFFNH9TQ
β”‚ β”œβ”€β”€ 3VJOYD5VJFX0I
β”‚ β”œβ”€β”€ 6H3UBEJPUFXJ
β”‚ β”œβ”€β”€ CZ16W85ZMWRG
β”‚ β”œβ”€β”€ GWH66BEBRM51
β”‚ β”œβ”€β”€ GZNMILCRAPP9
β”‚ β”œβ”€β”€ HBW0CSBKLZMJ
β”‚ β”œβ”€β”€ HBYIFS2L9DDI
β”‚ β”œβ”€β”€ ILM7NRT15UTA
β”‚ β”œβ”€β”€ MJOGAXGAM3X0
β”‚ β”œβ”€β”€ QNOHEY9CJBTT
β”‚ β”œβ”€β”€ Session.modulevalidation
β”‚ β”œβ”€β”€ UXQQ9Q6MJ0AS
β”‚ β”œβ”€β”€ W6GA70VANX63
β”‚ β”œβ”€β”€ W7URVYFK3BF2
β”‚ β”œβ”€β”€ W90YP202IOMF
β”‚ β”œβ”€β”€ WVVMA3XPO29R
β”‚ β”œβ”€β”€ XDX6KEC5GHHQ
β”‚ β”œβ”€β”€ YUCYCC42LBJ6
β”‚ └── modules.timestamp
β”œβ”€β”€ History.md
β”œβ”€β”€ LinkToFitnessTests
β”‚ β”œβ”€β”€ Info.plist
β”‚ β”œβ”€β”€ LTFCategoriesTests
β”‚ β”‚ β”œβ”€β”€ LTFFormatter+ExtensionsTests.swift
β”‚ β”‚ └── LTFString+ExtensionTests.swift
β”‚ β”œβ”€β”€ LTFModelTests
β”‚ β”‚ β”œβ”€β”€ LTFEnthusiastTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFMuscleGroupTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFProgramTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFSectionTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFTrainerCertificationTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFTrainerLanguageTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFTrainerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFUserTests.swift
β”‚ β”‚ └── LTFWorkoutTests.swift
β”‚ β”œβ”€β”€ LTFServiceClassTests
β”‚ β”‚ β”œβ”€β”€ LTFFactoryTests
β”‚ β”‚ β”œβ”€β”€ LTFPaginatorTests
β”‚ β”‚ └── LTFUtilityTests
β”‚ β”œβ”€β”€ LTFSingletonTests
β”‚ β”‚ β”œβ”€β”€ LTFAgeGroupManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFAuthenicationManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFConfigManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFCustomFieldManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFEnthusiastManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFExerciseManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFLanguageManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFMuscleGroupManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFProgramManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFTrainerCertificationManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFTrainerEducationManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFTrainerExperienceManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFTrainerLanguageManagerTests.swift
β”‚ β”‚ β”œβ”€β”€ LTFTrainerManagerTests.swift
β”‚ β”‚ └── LTFWorkoutManagerTests.swift
β”‚ β”œβ”€β”€ LTFTestResources
β”‚ β”‚ β”œβ”€β”€ LTFTestHelpers
β”‚ β”‚ └── LTFTestJSON
β”‚ └── LinkToFitnessTests.swift
β”œβ”€β”€ Podfile
β”œβ”€β”€ Podfile.lock
β”œβ”€β”€ Pods
β”‚ β”œβ”€β”€ AIFlatSwitch
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── Source
β”‚ β”œβ”€β”€ AKPickerView
β”‚ β”‚ β”œβ”€β”€ AKPickerViewSample
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ ActionSheetPicker-3.0
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ Pickers
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ BPXLUUIDHandler
β”‚ β”‚ β”œβ”€β”€ BPXLUUIDHandler.h
β”‚ β”‚ β”œβ”€β”€ BPXLUUIDHandler.m
β”‚ β”‚ └── README.markdown
β”‚ β”œβ”€β”€ BRYSerialAnimationQueue
β”‚ β”‚ β”œβ”€β”€ Classes
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ BubbleTransition
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── Source
β”‚ β”œβ”€β”€ CRToast
β”‚ β”‚ β”œβ”€β”€ CRToast
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ CircleProgressBar
β”‚ β”‚ β”œβ”€β”€ CircleProgressBarDemo
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ CocoaLumberjack
β”‚ β”‚ β”œβ”€β”€ Classes
β”‚ β”‚ β”œβ”€β”€ Framework
β”‚ β”‚ β”œβ”€β”€ LICENSE.txt
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ Cosmos
β”‚ β”‚ β”œβ”€β”€ Cosmos
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ Crashlytics
β”‚ β”‚ β”œβ”€β”€ Crashlytics.framework
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ β”œβ”€β”€ iOS
β”‚ β”‚ └── submit
β”‚ β”œβ”€β”€ DZNEmptyDataSet
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── Source
β”‚ β”œβ”€β”€ Fabric
β”‚ β”‚ β”œβ”€β”€ Fabric.framework
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ β”œβ”€β”€ iOS
β”‚ β”‚ β”œβ”€β”€ run
β”‚ β”‚ β”œβ”€β”€ upload-symbols
β”‚ β”‚ └── uploadDSYM
β”‚ β”œβ”€β”€ Fusuma
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── Sources
β”‚ β”œβ”€β”€ GoogleAnalytics
β”‚ β”‚ β”œβ”€β”€ Libraries
β”‚ β”‚ └── Sources
β”‚ β”œβ”€β”€ Headers
β”‚ β”‚ β”œβ”€β”€ Private
β”‚ β”‚ └── Public
β”‚ β”œβ”€β”€ IQKeyboardManager
β”‚ β”‚ β”œβ”€β”€ IQKeyboardManager
β”‚ β”‚ β”œβ”€β”€ LICENSE.md
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ ISO8601DateFormatterValueTransformer
β”‚ β”‚ β”œβ”€β”€ Code
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ KIF
β”‚ β”‚ β”œβ”€β”€ Additions
β”‚ β”‚ β”œβ”€β”€ Classes
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ KIF-Kiwi
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ Pod
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ Kiwi
β”‚ β”‚ β”œβ”€β”€ Classes
β”‚ β”‚ β”œβ”€β”€ License.txt
β”‚ β”‚ └── Readme.md
β”‚ β”œβ”€β”€ Local\ Podspecs
β”‚ β”‚ β”œβ”€β”€ BPXLUUIDHandler.podspec.json
β”‚ β”‚ β”œβ”€β”€ BubbleTransition.podspec.json
β”‚ β”‚ β”œβ”€β”€ Cosmos.podspec.json
β”‚ β”‚ β”œβ”€β”€ PTPopupWebView.podspec.json
β”‚ β”‚ β”œβ”€β”€ SCLAlertView.podspec.json
β”‚ β”‚ └── YTVimeoExtractor.podspec.json
β”‚ β”œβ”€β”€ MGSwipeTableCell
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ MGSwipeTableCell
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ MMSegmentSlider
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ MMSegmentSlider
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ Manifest.lock
β”‚ β”œβ”€β”€ NVActivityIndicatorView
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ NVActivityIndicatorView
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ OHHTTPStubs
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ OHHTTPStubs
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ PTPopupWebView
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ Pod
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ Pods.xcodeproj
β”‚ β”‚ β”œβ”€β”€ project.pbxproj
β”‚ β”‚ └── xcuserdata
β”‚ β”œβ”€β”€ RKCLLocationValueTransformer
β”‚ β”‚ β”œβ”€β”€ Code
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ RKValueTransformers
β”‚ β”‚ β”œβ”€β”€ Code
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ RestKit
β”‚ β”‚ β”œβ”€β”€ Code
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ SCLAlertView
β”‚ β”‚ β”œβ”€β”€ LICENCE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── SCLAlertView
β”‚ β”œβ”€β”€ SOCKit
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.mdown
β”‚ β”‚ β”œβ”€β”€ SOCKit.h
β”‚ β”‚ └── SOCKit.m
β”‚ β”œβ”€β”€ SSBouncyButton
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── SSBouncyButton
β”‚ β”œβ”€β”€ SVProgressHUD
β”‚ β”‚ β”œβ”€β”€ LICENSE.txt
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── SVProgressHUD
β”‚ β”œβ”€β”€ Target\ Support\ Files
β”‚ β”‚ β”œβ”€β”€ AIFlatSwitch
β”‚ β”‚ β”œβ”€β”€ AKPickerView
β”‚ β”‚ β”œβ”€β”€ ActionSheetPicker-3.0
β”‚ β”‚ β”œβ”€β”€ BPXLUUIDHandler
β”‚ β”‚ β”œβ”€β”€ BRYSerialAnimationQueue
β”‚ β”‚ β”œβ”€β”€ BubbleTransition
β”‚ β”‚ β”œβ”€β”€ CRToast
β”‚ β”‚ β”œβ”€β”€ CircleProgressBar
β”‚ β”‚ β”œβ”€β”€ CocoaLumberjack
β”‚ β”‚ β”œβ”€β”€ Cosmos
β”‚ β”‚ β”œβ”€β”€ DZNEmptyDataSet
β”‚ β”‚ β”œβ”€β”€ Fusuma
β”‚ β”‚ β”œβ”€β”€ IQKeyboardManager
β”‚ β”‚ β”œβ”€β”€ ISO8601DateFormatterValueTransformer
β”‚ β”‚ β”œβ”€β”€ KIF
β”‚ β”‚ β”œβ”€β”€ KIF-Kiwi
β”‚ β”‚ β”œβ”€β”€ Kiwi
β”‚ β”‚ β”œβ”€β”€ MGSwipeTableCell
β”‚ β”‚ β”œβ”€β”€ MMSegmentSlider
β”‚ β”‚ β”œβ”€β”€ NVActivityIndicatorView
β”‚ β”‚ β”œβ”€β”€ OHHTTPStubs
β”‚ β”‚ β”œβ”€β”€ PTPopupWebView
β”‚ β”‚ β”œβ”€β”€ Pods
β”‚ β”‚ β”œβ”€β”€ Pods-BaseAppTests
β”‚ β”‚ β”œβ”€β”€ Pods-LinkToFitnessTests
β”‚ β”‚ β”œβ”€β”€ RKCLLocationValueTransformer
β”‚ β”‚ β”œβ”€β”€ RKValueTransformers
β”‚ β”‚ β”œβ”€β”€ RestKit
β”‚ β”‚ β”œβ”€β”€ SCLAlertView
β”‚ β”‚ β”œβ”€β”€ SOCKit
β”‚ β”‚ β”œβ”€β”€ SSBouncyButton
β”‚ β”‚ β”œβ”€β”€ SVProgressHUD
β”‚ β”‚ β”œβ”€β”€ TransitionKit
β”‚ β”‚ β”œβ”€β”€ UIColor-Hex
β”‚ β”‚ β”œβ”€β”€ UIImage+BetterAdditions
β”‚ β”‚ β”œβ”€β”€ UITextField+Shake
β”‚ β”‚ β”œβ”€β”€ XLPagerTabStrip
β”‚ β”‚ β”œβ”€β”€ YTVimeoExtractor
β”‚ β”‚ β”œβ”€β”€ YYCache
β”‚ β”‚ β”œβ”€β”€ YYImage
β”‚ β”‚ β”œβ”€β”€ YYWebImage
β”‚ β”‚ β”œβ”€β”€ iCarousel
β”‚ β”‚ └── pop
β”‚ β”œβ”€β”€ TransitionKit
β”‚ β”‚ β”œβ”€β”€ Code
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ UIColor-Hex
β”‚ β”‚ β”œβ”€β”€ Classes
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ UIImage+BetterAdditions
β”‚ β”‚ β”œβ”€β”€ LICENSE.txt
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ β”œβ”€β”€ UIImage+BetterAdditions.h
β”‚ β”‚ └── UIImage+BetterAdditions.m
β”‚ β”œβ”€β”€ UITextField+Shake
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── Source
β”‚ β”œβ”€β”€ XLPagerTabStrip
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── Sources
β”‚ β”œβ”€β”€ YTVimeoExtractor
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── YTVimeoExtractor
β”‚ β”œβ”€β”€ YYCache
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── YYCache
β”‚ β”œβ”€β”€ YYImage
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── YYImage
β”‚ β”œβ”€β”€ YYWebImage
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── YYWebImage
β”‚ β”œβ”€β”€ iCarousel
β”‚ β”‚ β”œβ”€β”€ LICENCE.md
β”‚ β”‚ β”œβ”€β”€ README.md
β”‚ β”‚ └── iCarousel
β”‚ └── pop
β”‚ β”œβ”€β”€ LICENSE
β”‚ β”œβ”€β”€ README.md
β”‚ └── pop
└── README.md

@godreikrisztian Above is the repo’s file list as well as the Podfile in use. Now the syntax of the Podfile looks outdated because for this repo, we are using version 0.39.0 for Cocoapods.

Hi @eman6576,

thanks for the infos. Could you please share the Podfile’s content in copy-past ready format (just copy-past the content). I would make some tests with your Podfile. If it contains private informations we can continue the conversation on bitrise on-site-chat.

platform :ios, '8.0'
inhibit_all_warnings!
use_frameworks!

target 'LinkToFitness' do
    pod 'ActionSheetPicker-3.0'
    pod 'AIFlatSwitch', '~> 1.0.1'
    pod 'AKPickerView', '~> 0.2.7'
    pod 'BPXLUUIDHandler', :git => 'https://github.com/silverlogic/BPXLUUIDHandler.git'
    pod 'BubbleTransition', :git => 'https://github.com/andreamazz/BubbleTransition.git'
    pod 'CircleProgressBar', '~> 0.32'
    pod 'CocoaLumberjack', '~> 2.0'
    pod 'Cosmos', :git => 'https://github.com/marketplacer/Cosmos.git'
    pod 'Crashlytics', '~> 3.8'
    pod 'CRToast', '~> 0.0.7'
    pod 'DZNEmptyDataSet', '~> 1.8.1'
    pod 'Fusuma', '~> 1.0'
    pod 'GoogleAnalytics', '~> 3.17'
    #pod 'GraphKit', '~> 1.1'
    pod 'iCarousel', '~> 1.8.2'
    pod 'IQKeyboardManager'
    pod 'MGSwipeTableCell', '~> 1.5'
    pod 'MMSegmentSlider', '~> 1.0.3'
    pod 'NVActivityIndicatorView', '~> 3.0'
    pod 'pop', '~> 1.0'
    pod 'PTPopupWebView', :git => 'https://github.com/pjocprac/PTPopupWebView.git'
    pod 'RestKit', '~> 0.27'
    pod 'RKCLLocationValueTransformer', '~> 1.1'
    #pod 'SocketRocket', '~> 0.3'
    pod 'SCLAlertView', :git => 'https://github.com/vikmeup/SCLAlertView-Swift'
    pod 'SSBouncyButton', '~> 1.0'
    pod 'SVProgressHUD'
    #pod 'SVPullToRefresh', '~> 0.4'
    #pod 'TestFlightSDK', '~> 3.0'
    pod 'UITextField+Shake', '~> 1.1'
    pod 'XLPagerTabStrip', '~> 6.0'
    pod 'YTVimeoExtractor', :git => 'https://github.com/lilfaf/YTVimeoExtractor', :commit => '44103fb06a102c7376ccd593b427f21154c8643d'
    pod 'YYWebImage'
    
    target 'BaseAppTests' do
        inherit! :search_paths
        pod 'KIF-Kiwi'
    end
    
    target 'LinkToFitnessTests' do
        inherit! :search_paths
        pod 'OHHTTPStubs'
        pod 'OHHTTPStubs/Swift'
    end
end

post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings['ENABLE_STRICT_OBJC_MSGSEND'] = "NO"
            config.build_settings['SWIFT_VERSION'] = '3.0'
        end
    end
end
1 Like

@godreikrisztian Here is the copy/paste version. We also recently migrated from version 0.39.0 to version 1.2.0 of Cocoapods.

Did you try to register the repo after the migration to CococaPods 1.2.0 ? Did that fail too?

That actually worked after migrating over and sharing the scheme.

1 Like

Should be fixed in:

If you’d see this Pod:: DSLError error again (or any other scanner/analyzer issue during Add New App), please let us know!

1 Like