IOS- cannot archive in Xcode 7

First of all, thanks for the amazing library.
I can build and run on both simulator and real devices, but got this error while archive:

No rule to make target ‘/MyPath-akncesafxlfywsfvljvotjwpwytg/Build/Intermediates/ArchiveIntermediates/’, needed by ‘dirs’. Stop.
Command /usr/bin/make failed with exit code 2

What could be wrong?

Deleted as problem solved

Can you post the entire build output? Try Product > Clean before building. I just tried it and it’s building successfully.

Hi, I had solved the problem.
The reason is my project folder name contains space, after replace the space with dash, I can archive the project :slight_smile:

You may delete the post.