QuickBlox / q-municate-ios

Q-municate iOS repository
http://q-municate.com
MIT License
163 stars 86 forks source link

Will not build in Xcode #305

Closed martyndix closed 6 years ago

martyndix commented 6 years ago

I am getting the following error when trying to build in Xcode:

/Users/XXXXXXX/Library/Developer/Xcode/DerivedData/Q-municate-hjmwzimjzrrjlnghteggabkoiipq/Build/Intermediates.noindex/Q-municate.build/Debug-iphonesimulator/Q-municate.build/Script-584B79C41C452A7A00356FB9.sh: line 2: /Users/XXXXXXX/Downloads/XXXXXXX: No such file or directory

Does anyone have any ideas please?

martyndix commented 6 years ago

I have cleaned the build, tried deleting derived data and restarted Xcode as well as my machine and I am getting the same problem.

martyndix commented 6 years ago

Ok, I have found the solution!

The path where your project is stored should have no spaces. I had mine in a folder with a space in the folder name and I had the problem. I re-named the folder replacing the space with a '-' and all was fine.

I hope someone else finds this useful - I have wasted hours trying to sort this!

Best wishes, Martyn.