CocoaPods / Xcodeproj

Create and modify Xcode projects from Ruby.

Home Page:http://rubygems.org/gems/xcodeproj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcodeproj doesn't know about the following attributes (Xcode 12.5)

burakpatat opened this issue · comments

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'

target 'UnityFramework' do
  pod 'AppLovinSDK', '10.3.3'
end
target 'Unity-iPhone' do
end

output

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

[!] [!] 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

[!] [!] 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've tried most things I've seen and it doesn't work.
gem update xcodeproj
output:

Updating installed gems
Nothing to update

try gem install xcodeproj:1.20.0 instead? It seems somewhere you locked this dependency.

Its probably true that Xcodeproj cannot process alwaysOutOfDate if I remember correctly but the other two are 100% supported.

Actually alwaysOutOfDate also is supported https://github.com/CocoaPods/Xcodeproj/blob/master/lib/xcodeproj/project/object/build_phase.rb#L41

closing for now. just need to manage to update your gem to latest version.