bitrise-steplib / steps-ios-auto-provision

MIT License
20 stars 33 forks source link

Update xcodeproj for Xcode 11 support #84

Closed abarisain closed 5 years ago

abarisain commented 5 years ago

Hello,

My build outputs the following warning:

$ bundle exec ruby /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise759033711/step_src/step.rb
[!] Xcodeproj doesn't know about the following attributes {"platformFilter"=>"ios"} for the 'PBXBuildFile' isa.
If this attribute was generated by Xcode please file an issue: https://github.com/CocoaPods/Xcodeproj/issues/new

This seems to be a new Xcode 11 attribute. The "xcodeproj" maintainers seem to have released an update: https://github.com/CocoaPods/Xcodeproj/pull/687

Note that the build fails later with:

Error:
[Xcodeproj] Unknown object version.
Stacktrace (for debugging):
/Users/vagrant/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/xcodeproj-1.7.0/lib/xcodeproj/project.rb:223:in `initialize_from_file'

which seems to be fixable by updating xcodeproj too.

Could you please update the dependencies? Thanks.

mbuchetics commented 5 years ago

Yes! We are running into the same issue.

abarisain commented 5 years ago

Looks like this has been merged into master. We just need a tagged release now!

ghost commented 5 years ago

Hi everyone! 👋 Can I ask if anyone is still experiencing this issue with the latest version of the step?

abarisain commented 5 years ago

My build fails but it seems to be another issue, which possibly comes from my configuration..

I do not have this specific error anymore!