ionic-zone / fastlane-plugin-upgrade_super_old_xcode_project

Upgrades super old Xcode projects to Xcode 8
MIT License
11 stars 3 forks source link

Seems to be a very old project file format - please open your project file in a more recent version of Xcode #2

Open bartvollebregt opened 6 years ago

bartvollebregt commented 6 years ago

After installing and running the plugin in the Fastfile, I'm still getting this error: Seems to be a very old project file format - please open your project file in a more recent version of Xcode

This is caused by the TargetAttributes missing in the project file.

Related to: https://github.com/fastlane/fastlane/issues/9270#issuecomment-331618833

If you need any specific information, please let me know. I'll gladly help you debug this.

janpio commented 6 years ago

Thanks for moving this over here ;)

I think you are the first user of this after my own usage :D

  1. What kind of project is this?
  2. How exactly did you run the plugin action?
  3. What output did it give you?
  4. What changed in the .xcodeproj file (best check via Git, or make a manual copy before and after running the action)?
janpio commented 6 years ago

(You can also upload or send me [last name @ gmail] the .xcodeproject file if I should look at it)

janpio commented 6 years ago

Here is an example Cordova project which has a fastfile using this plugin: https://github.com/janpio/cordova-fastlane-plugin-upgrade_super_old_xcode_project-test Running the lane upgrades the .xcodeproj file so other logic actions should work.

AshHimself commented 6 years ago

Anyone still getting this issue? I am :(

janpio commented 6 years ago

Please answer my questions from above: https://github.com/ionic-zone/fastlane-plugin-upgrade_super_old_xcode_project/issues/2#issuecomment-337575226