8000 XCode 10 Caching Pod builds (New build system) · Issue #7966 · CocoaPods/CocoaPods · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

XCode 10 Caching Pod builds (New build system) #7966

< 8000 div class="d-flex flex-order-2 flex-md-order-1 mx-2">
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
FreshApps opened this issue Aug 1, 2018 · 9 comments
Closed
1 task done

XCode 10 Caching Pod builds (New build system) #7966

FreshApps opened this issue Aug 1, 2018 · 9 comments

Comments

@FreshApps
Copy link
FreshApps commented Aug 1, 2018

Report

What did you do?

I have created a new project with Xcode 10 beta 5 and initialized pod

What did you expect to happen?

I wanted to change the pod with other content.

What happened instead?

The simulator is not showing the new content. When i clean the build and run again the new content is available

CocoaPods Environment

ℹ Please replace these two lines with the output of pod env.

Stack

   CocoaPods : 1.5.3
        Ruby : ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin17]
    RubyGems : 2.5.2.3
        Host : Mac OS X 10.13.6 (17G65)
       Xcode : 9.4.1 (9F2000)
         Git : git version 2.15.2 (Apple Git-101.1)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 33da041848cce2d1d33c29e32b7f6f734ddab858

Installation Source

Executable Path: /usr/local/bin/pod

Plugins

cocoapods-deintegrate : 1.0.2
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.0
cocoapods-stats       : 1.0.0
cocoapods-trunk       : 1.3.0
cocoapods-try         : 1.1.0

Podfile

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'loginkit' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for loginkit
  pod 'ILLoginKit'

end

Project that demonstrates the issue

https://github.com/FreshApps/LoginKit.git

@FreshApps FreshApps changed the title XCode 10 Caching Pod builds XCode 10 Caching Pod builds (New build system) Aug 1, 2018
@dnkoutso
Copy link
Contributor
dnkoutso commented Aug 1, 2018

CocoaPods does not do any caching.

@dnkoutso
Copy link
Contributor
dnkoutso commented Aug 1, 2018

I mean xcodebuild is related to running compilation and cleaning of artifacts.

@dnkoutso
Copy link
Contributor
dnkoutso commented Aug 1, 2018

You are also using a pod not in development mode i.e using :path directive. The sources of that pod will never change so you must be changing the sources of your own app which CocoaPods does not touch.

I am sorry, with this information I have I am unable to see this is a CocoaPods library issue. I am going to close and will re-open this if we can further derive this is a CocoaPods issue.

@dnkoutso dnkoutso closed this as completed Aug 1, 2018
@mkubista
Copy link

Im not sure, but I think Im experiencing the similar behaviour. Im using Cocoapods with development pods like this pod 'SwaggerClient', :path => './SwaggerClient'
When I need to change something in that library SwaggerClient and than try to recompile with New Build System without cleaning, the recompiled library isn't correctly copied into the new package. I checked DerivedData build folder and there is new recompiled version but in resulting package, there is the old one (checked by creation time of the files). The only way to incorporate changes to App is the clean build.

@xaphod
8000 Copy link
xaphod commented Sep 13, 2018

Just confirming this is still very much an annoying issue in XCode 10 GM.
@dnkoutso can you please explain your comment when you closed this. This worked fine in XCode 9, but doesn't work in XCode 10: when you use :path to develop a Pod in tandem with an app, as per official documentation, then changes to the Pod files are NOT picked up unless the entire build folder is cleaned, meaning you have to build the whole app again.

EDIT: ah, looks like this is now tracked here -- #8073

@dnkoutso
Copy link
Contributor

@xaphod see this #8073

It is a bug in Xcode that does not re-run the script phase even if the input/output paths have actually changed and hence it requires a clean build.

@intoxicated
Copy link

means everytime I have to deal with clean build -> run -> change -> clean build -> run?

@alejandroivan
Copy link

Yes. Or you can just go back to the legacy build system on File -> Workspace Settings...

@hstdt
Copy link
hstdt commented Apr 24, 2020

With New Build System, add to your Podfile

install! 'cocoapods', :disable_input_output_paths => true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
0