johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.56k stars 565 forks source link

Inject source failed for Swift #47

Closed hyouuu closed 9 years ago

hyouuu commented 9 years ago

Could not locate compile command for /Users/hyou/Dropbox\ (Personal)/dev/Noter/Noter/TagEntryCell.swift at /Users/hyou/Library/Application Support/Developer/Shared/Xcode/Plug-ins/InjectionPlugin.xcplugin/Contents/Resources/common.pm line 51.
 main::error(‘Could not locate compile command for /Users/hyou/Dropbox\ (P…’) called at /Users/hyou/Library/Application Support/Developer/Shared/Xcode/Plug-ins/InjectionPlugin.xcplugin/Contents/Resources/injectSource.pl line 190
* Bundle build failed *
Check Bundle project.

Thoughts?

johnno1962 commented 9 years ago

Hi Seems like you have a project path with special characters in it "()". Move it into your main development area.

hyouuu commented 9 years ago

Ah I see thanks. Could we add support to brackets in paths though since it's my main development area?

On Sun, Jun 7, 2015 at 3:47 AM John Holdsworth notifications@github.com wrote:

Hi Seems like you have a project path with special characters in it "()". Move it into your main development area.

— Reply to this email directly or view it on GitHub https://github.com/johnno1962/injectionforxcode/issues/47#issuecomment-109735059 .

johnno1962 commented 9 years ago

sorry, have tried in the past but found this rather difficult alas.