Skip to content
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

Intermittent problem when analysing complex workspaces with Swift development CocoaPods #29

Open
dcutting opened this issue Jan 28, 2018 · 4 comments
Labels
bug Something isn't working

Comments

@dcutting
Copy link
Owner

No description provided.

@dcutting dcutting added the bug Something isn't working label Jan 28, 2018
@dcutting dcutting added this to the v1 milestone Feb 5, 2018
@dcutting
Copy link
Owner Author

dcutting commented Feb 9, 2018

Looks like this may be a bug in xcodebuild when handling Swift pods: CocoaPods/CocoaPods#3555

@dcutting
Copy link
Owner Author

dcutting commented Feb 9, 2018

May also be the problem we had with tests, just due to the very complex nature of CocoaPods dependencies in this project.

/Users/dcutting/Library/Developer/Xcode/DerivedData/Rocket-dvbrmgjcdanzbhapdjbpdxmfgcln/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/LoadablePodResource.build/unextended-module.modulemap:2:19: error: umbrella header 'LoadablePodResource-umbrella.h' not found umbrella header "LoadablePodResource-umbrella.h" ^ <unknown>:0: error: could not build Objective-C module 'LoadablePodResource'

@dcutting
Copy link
Owner Author

dcutting commented Feb 9, 2018

@dcutting dcutting changed the title Problem when analysing Rocket+RocketApp modules Intermittent problem when analysing complex workspaces with Swift development CocoaPods Feb 9, 2018
@dcutting dcutting removed this from the v1 milestone Feb 9, 2018
@dcutting
Copy link
Owner Author

dcutting commented Feb 9, 2018

Since it's intermittent and fails at different times with different modules, it is probably related to something cached in DerivedData or similar. Clearing this between building each module may help, but possibly slow things down even more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant