Closed Aggouri closed 8 years ago
@Aggouri interesting, thanks for the PR! And sorry for the late reply :)
Do you have a reference link for this, or you researched this on your own? I am wondering if it is only the case with spaces, or would also happen with some other special characters?
Hi, sorry I don't have a reference link. My app has a space in the name, so I found out the hard way. I'm afraid I don't remember where I found the info, but I guess it could happen with other characters :-(
@Aggouri that's fine, thanks
Swift class name resolution does not work when the App Name has spaces in it. The parser fails to find Swift classes and reports an error.
This pull request fixes the issue by replacing all occurrences of " " (space) in the App Name with "_" (underscore), when resolving the Swift class name.