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

"Xcodeproj doesn't know about the following attributes" in Xcode 10 GM #608

Closed
WilsonGramer opened this issue Sep 15, 2018 · 4 comments
Closed

Comments

@WilsonGramer
Copy link

When running pod install in my project created with the Xcode 10 GM, I receive this warning in CocoaPods:

[!] [!] Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>[], "outputFileListPaths"=>[]} for the 'PBXShellScriptBuildPhase' isa.
If this attribute was generated by Xcode please file an issue: https://github.com/CocoaPods/Xcodeproj/issues/new

I think this has to do with the [CP] Check Pods Manifest.lock build phase, as there are two new fields below it:
screen shot 2018-09-15 at 4 53 49 pm

@dnkoutso
Copy link
Contributor

This has already been fixed. Can you update your xcodeproj gem?

@amorde
Copy link
Member

amorde commented Dec 27, 2018

Going to close as this is fixed in the latest release

@amorde amorde closed this as completed Dec 27, 2018
@ramunasjurgilas
Copy link

I still getting this type of error.

I did update cocoapods to latest:

[project](master)$ sudo gem install cocoapods
Password:
Successfully installed cocoapods-1.5.3
Parsing documentation for cocoapods-1.5.3
Done installing documentation for cocoapods after 2 seconds
1 gem installed

And after pod install getting error like shown on top:

[myproject](master)$ pod install
Analyzing dependencies
Downloading dependencies
... pods downloaded ...
Pod installation complete! There are 5 dependencies from the Podfile and 5 total pods installed.

[!] [!] Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>[], "outputFileListPaths"=>[]} for the 'PBXShellScriptBuildPhase' isa.
If this attribute was generated by Xcode please file an issue: https://github.com/CocoaPods/Xcodeproj/issues/new

Can someone assist regarding this error?

@amorde
Copy link
Member

amorde commented Jan 17, 2019

@ramunasjurgilas please update Xcodeproj with gem update xcodeproj

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

4 participants