Hey everyone,
I have been trying to build a package for the iPhone that requires the use of libcache.dylib under the Xcode path, but I keep getting an error where it keeps looking for it in /usr/bin/libcache.dylib. I want it to use the Xcode one rather than the MacOS one because it does not have the required armv7 architecture for compiling the package for the iPhone properly. Does anyone know how I need to set the environment variables in my script to make this work? I am working with Xcode that includes iOS6.1 SDK.
Thanks
I have been trying to build a package for the iPhone that requires the use of libcache.dylib under the Xcode path, but I keep getting an error where it keeps looking for it in /usr/bin/libcache.dylib. I want it to use the Xcode one rather than the MacOS one because it does not have the required armv7 architecture for compiling the package for the iPhone properly. Does anyone know how I need to set the environment variables in my script to make this work? I am working with Xcode that includes iOS6.1 SDK.
Thanks