react-native-sound icon indicating copy to clipboard operation
react-native-sound copied to clipboard

Failue when archiving

Open LCD344 opened this issue 7 years ago • 5 comments

"react-native": "0.54.2", "react-native-sound": "^0.10.9",

Platform: iOS

Whenever I try to archive my app in xcode to upload it I get the following error: clang: error: no such file or directory: '/Users/user134811/Library/Developer/Xcode/DerivedData/RedPager-fiwbsrampqardnfiqojruokxexdf/Build/Intermediates.noindex/ArchiveIntermediates/RedPager/BuildProductsPath/Release-iphoneos/libRNSound.a'

React-native-sound linked then installed manually when that failed. The app builds and run when I do build it normally, it is specifically the archiving that fails. I also see that then file exists there but in a different place: /Users/user134811/Library/Developer/Xcode/DerivedData/RedPager-fiwbsrampqardnfiqojruokxexdf/Build/Intermediates.noindex/ArchiveIntermediates/RedPager/BuildProductsPath/Release-iphoneos/RNSound/libRNSound.a

I have been trying different things for 4 hours now... did anyone else get this? are there any solutions?

Thanks!

LCD344 avatar May 05 '18 21:05 LCD344