EmergeTools / ETTrace

Easily and accurately profile iOS apps
https://www.emergetools.com/ettrace
MIT License
570 stars 23 forks source link

Unable to pod install #23

Closed SandeepAggarwal closed 1 year ago

SandeepAggarwal commented 1 year ago

Error

RuntimeError - Expected target or target_proxy, from which to fetch a uuid for target ''.Find and clear the PBXTargetDependency entry with uuid 'F4BDB20729B693CA00996FDB' in your .xcodeproj.

Command

/Users/Sandeep/.gem/ruby/3.1.2/bin/pod install

Report

Stack

   CocoaPods : 1.11.3
        Ruby : ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [arm64-darwin21]
    RubyGems : 3.3.7
        Host : macOS 13.1 (22C65)
       Xcode : 14.3 (14E222b)
         Git : git version 2.39.2 (Apple Git-143)
Ruby lib dir : /Users/Sandeep/.rubies/ruby-3.1.2/lib
Repositories : cocoapods - git - https://github.com/CocoaPods/Specs.git @ e2a7a88e0839c19fdaf525b5c67a47eb291f34b8
               trunk - CDN - https://cdn.cocoapods.org/

Plugins

cocoapods-deintegrate : 1.0.5
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.1
cocoapods-trunk       : 1.6.0
cocoapods-try         : 1.2.0
noahsmartin commented 1 year ago

Thanks for reporting! We looked into this but haven't been able to reproduce yet on a new clone of the repo.

SandeepAggarwal commented 1 year ago

I tried to debug it previously and found that it was related to ArgumentParser which is used as a dependency in the project. Today, when I reopened the project, found null instead of the ArgumentParser

image
denghuihua commented 1 year ago

Is your problem resolved? I have the same problem and have not resolved yet

noahsmartin commented 1 year ago

We just switched to building entirely with SPM so there aren't any project files and no need to pod install, so if you pull the latest main the step that caused this issue is no longer relevant