Closed privateOmega closed 7 years ago
“No such file or directory”, it seems that you did not install Xcode Command Line Tools
. and make sure 'plutil' could be found in $PATH;
@truebit Well I am unable to do so, since I am running xUnique on my ubuntu and I don't have access to a mac. I have encountered git merge conflict on project.pbxproj file while upgrading my react-native app.
After some searching , biplist maybe the only one tool to convert plist binary file to json in linux.
You could adapt pbxproj_to_json
method to use biplist instead of plutil.
@truebit Does this mean I have to alter the source code to change to biplist and build on my own from source?
Yes. writing a xcode project in non Mac OS X sytems is a very rare case after all.
Well all I tried to do was to develop a react-native app. Hell Hath no fury.
After some trial, I found that there is no tool in linux to parse .pbxproj
file (a.k.a old-style NeXT ASCII format). all tools are for modern property list file
So xunique could NOT be supported on Linux
Oh well I guess I have no way out of this mess. Can you help me out and remove conflicts in my .pbxproj
file
you could find someone who got a mac...
haha. well highly unlikely in my school. Will try anyways :D
I have referenced the file using git hook.