[TIMOB-26383] Hyperloop: iOS - Localytics errors when project path has whitespace in it
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Hyperloop 3.1.3 |
| Fix Version/s | n/a |
| Components | Hyperloop |
| Labels | n/a |
| Reporter | Eric Wieber |
| Assignee | Jan Vennemann |
| Created | 2018-09-11T21:47:45.000+0000 |
| Updated | 2018-10-25T16:11:16.000+0000 |
Description
When trying to build a project with whitespace in the project path, the build fails with a localytics error:
[ERROR] The following build commands failed:
[ERROR] CompileSwift normal x86_64 /Users/Eric/Downloads/hyperloop-examples-master\ 2/src/MySwift.swift
[ERROR] CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
[ERROR] (2 failures)
*Steps to reproduce*
1. Download the Hyperloop-Examples project
2. Modify the project path to have a space in it
3. Build the project
*Expected Results*
The project builds successfully
*Actual Results*
The project fails with the above error
No comments