Im trying to run the IOS9 iphone 6 app in Xcode 7 and swift 2.0, but I can\'t. If I reset the content and Simulator settings, the first time works but the second one fails agai
Based on error description Error=PackagePatchFailed, ErrorDescription=Could not hardlink copy we would say the compiler couldn't find the path of the resource such as frameworks, images. But the main problem probably is Pod. So try to delete all the cached files by following these steps
Cheers