-
Notifications
You must be signed in to change notification settings - Fork 2.7k
XCode 10 Caching Pod builds (New build system) #7966
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
Comments
CocoaPods does not do any caching. |
I mean |
You are also using a pod not in development mode i.e using 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. |
Im not sure, but I think Im experiencing the similar behaviour. Im using Cocoapods with development pods like this |
Just confirming this is still very much an annoying issue in XCode 10 GM. EDIT: ah, looks like this is now tracked here -- #8073 |
means everytime I have to deal with clean build -> run -> change -> clean build -> run? |
Yes. Or you can just go back to the legacy build system on File -> Workspace Settings... |
With New Build System, add to your Podfile
|
Uh oh!
There was an error while loading. Please reload this page.
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
Installation Source
Plugins
Podfile
Project that demonstrates the issue
https://github.com/FreshApps/LoginKit.git
The text was updated successfully, but these errors were encountered: