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 {"buildSettings"=>{}, "buildStyles"=>["8C16436754324772B7FB1D5E", "62BAAFD4F5354A03AFCE0F62"]} for the 'PBXProject' isa.

Lllong opened this issue · comments

commented

when i add a xxx.xcodeproj to yyyy.xcodeproj

commented

MB0 TestCreateProject % ruby generate_ios_flutter_proj.rb
Ignoring ffi-1.13.1 because its extensions are not built. Try: gem pristine ffi --version 1.13.1
/Users/xxxxxx/Desktop/TestCreateProject/generate_ios_flutter_proj.rb
[!] Xcodeproj doesn't know about the following attributes {"buildSettings"=>{}, "buildStyles"=>["8C16436754324772B7FB1D5E", "62BAAFD4F5354A03AFCE0F62"]} for the 'PBXProject' isa.

commented

project = Xcodeproj::Project.open(project_path)

group = project.main_group.find_subpath(File.join('TestCreateProject'), true)

file_ref = group.new_reference('../../ios/xxxxxx.xcodeproj')

commented

xxx.xcodeproj project is generated by CMake, not by XCode.

Please upload a sample project demonstrating the issue.