You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.install tailor using curl -fsSL https://tailor.sh/install.sh | sh
2.After successfully install tailor when trying to configure for my project using tailor --xcode /path/to/demo.xcodeproj/
give me the error like
Integration Error: Invalid .xcodeproj file
This command gives an error for this particular project only. I have tried with another project in that it's working fine. Also, I have tried to create a new project and give the same name then tried to configure and again it's giving the same error.
Not sure what happened with a particular project or with a project name.
Expected Behavior
Successfully integrate tailor and add run script in the project.
Actual Behavior
Giving error
Integration Error: Invalid .xcodeproj file
The text was updated successfully, but these errors were encountered:
Tailor relies on the xcodeproj gem to interact with Xcode, can you check if the gem is able to successfully manipulate the project file in this particular project? The workaround for this is to manually add a Build Phase Run Script that calls tailor in your target, see screenshot
I have same error in my projects. I am planning to explore Tailor but when I try every .xcodeproj files I get Integration Error: Invalid .xcodeproj file error. How can I check xcodeproj gem interaction like you mentioned?
Tailor Version: v0.12.0
Swift Version: 4.2
Platform (Mac/Linux/Windows/CI): Mac
Installation Method: Homebrew
Steps to Reproduce Issue
1.install tailor using curl -fsSL https://tailor.sh/install.sh | sh
2.After successfully install tailor when trying to configure for my project using
tailor --xcode /path/to/demo.xcodeproj/
give me the error like
This command gives an error for this particular project only. I have tried with another project in that it's working fine. Also, I have tried to create a new project and give the same name then tried to configure and again it's giving the same error.
Not sure what happened with a particular project or with a project name.
Expected Behavior
Successfully integrate tailor and add run script in the project.
Actual Behavior
Giving error
The text was updated successfully, but these errors were encountered: