johnno1962 / injectionforxcode

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

Build Failed with status: 65 #58

Closed neospirit closed 8 years ago

neospirit commented 9 years ago

Hi team,

great plugin by the way.

I downloaded the last version of the plugin and installed it, but it seems I have the same error than the previous issue closed.

Here's the log :


The following build commands failed:
  Ld build/Debug-iphonesimulator/InjectionBundle.bundle/InjectionBundle normal x86_64
(1 failure)

*** Build Failed with status: 65. You may need to open and edit the bundle project to resolve issues with either header include paths or Frameworks the bundle links against. ***

 at /Users/neospirit/Library/Application Support/Developer/Shared/Xcode/Plug-ins/InjectionPlugin.xcplugin/Contents/Resources/common.pm line 55.
    main::error('Build Failed with status: 65. You may need to open and edit t...') called at /Users/neospirit/Library/Application Support/Developer/Shared/Xcode/Plug-ins/InjectionPlugin.xcplugin/Contents/Resources/injectSource.pl line 445
*** Bundle build failed ***

```javascript

I didn't see any framework or header with spaces in my project as noted in the error message.

Can you help please ?

Thanks
neospirit
johnno1962 commented 9 years ago

Looks like a slightly different problem. I’d need to see more of the log to know what is is though. Can you paste it all here or email it to me?

neospirit commented 9 years ago

I prefer to email it to you.

Can you give me your email please ?

Thanks neospirit

Le 23 sept. 2015 à 19:26, John Holdsworth notifications@github.com a écrit :

Looks like a slightly different problem. I’d need to see more of the log to know what is is though. Can you paste it all here or email it to me?

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

johnno1962 commented 9 years ago

sure, support at injectionforxcode.com

lianghuiyuan commented 8 years ago

I think it's The same as #57 .