I'm trying to build my react native project onto my actual device but these errors are causing the build to fail.

CpResource /Users/maxwellgover/Desktop/nimbus/node_modules/native-base/Fonts/Arial\ Black.ttf /Users/maxwellgover/Library/Developer/Xcode/DerivedData/nimbus-dwhroufdxzvgkcajekmlbluemoyy/Build/Products/Debug-iphoneos/nimbus.app/Arial\ Black.ttf
cd /Users/maxwellgover/Desktop/nimbus/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/maxwellgover/Desktop/nimbus/node_modules/native-base/Fonts/Arial\ Black.ttf /Users/maxwellgover/Library/Developer/Xcode/DerivedData/nimbus-dwhroufdxzvgkcajekmlbluemoyy/Build/Products/Debug-iphoneos/nimbus.app
react-native-cli: 2.0.1
react-native: 0.44.0
nativebase: 0.2.0
Not cause the xcode build to fail.
Causes xcode build to fail.
Try building onto actual device.
ios
Going to resources folder in xcode and deleting all the fonts highlighted in red solved the issue.
Any guess why it happened?
Most helpful comment
Going to resources folder in xcode and deleting all the fonts highlighted in red solved the issue.