-
-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load bundle fail if serval Xcode exist. #6
Comments
I’ve pushed a change to include XCTest in iOSInjection.bundle which should solve this |
Are you sure you had included it? I had update the code, and I found I would get this error whether there are one or more xcode. |
And I had read the commits today. I didn't find anything about XCTest. |
There was a very small change to the InjectionBundle target to include XCTest.framework are you building from source or downloading the app? |
There were a couple of problems which should be ironed out now in the download and on github. |
I had updated the project. And It works well in my project. I will try it on my friend's project tomorrow. He have serval xcode. |
Good. I can’t promise it will work for a project that is only Objective-C when there isn’t an Xcode.app in the standard place due to the swift libraries. |
It works well now. But I didn't know why rename the |
Can’t say. It was difficult getting the “rpath” right and testing it properly. |
If somebody had serval Xcode in Applications, he will get the error like below:
All the Xcode is download through Internet and not from AppStore. At the beginning, I think maybe the problem is the
Xcode-GM.app
should change it's name toXcode.app
. But I found it doesn't work.The text was updated successfully, but these errors were encountered: