Xcode 10.2.1 Riot-iOS Project not building on real device iPhone 7

1.8k views Asked by At

When I build a application on real device its showing error. While I run on simulator its working fine.

:-1: unexpected service error: build aborted due to an internal error: unable to write manifest to '/Users/premkumar/Library/Developer/Xcode/DerivedData/Riot-fnfjowwnlogoplabpdycfbxnfphu/Build/Intermediates.noindex/XCBuildData/bc7aae4cefeb8078053bdd3a99d3fcca-manifest.xcbuild': fwrite(): No space left on device (28)

I was quit Xcode and reopened and tested and also created and set custom location for derived Data.

Still its not happening.

1

There are 1 answers

0
TJ Olsen On

I ran into this issue and while I had plenty of space left on physical device (iPad 8 in my case), I didn't have much disk space available on my Mac.

After clearing my Mac storage, everything started working fine. Which is odd that it was working on a simulator but that did the trick for me.