injectionforxcode icon indicating copy to clipboard operation
injectionforxcode copied to clipboard

*** Build Failed with status: 65. You may need to open and edit the bundle project to reso...

Open dallasjohnson opened this issue 8 years ago • 1 comments

Hi John, Thank you for all your hard work on this. I have been able to get the plugin to work with a new project without any trouble but when trying to inject into an old one (which includes Objective C, Swift, Cocoapods etc) the injector Bundle fails to build. I have followed the advice of some of the other issues related to ...status 65 including adding ../** to the Bundle Framework path, clean etc and still suffer the same problem.

Here is the end of the console output:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/dallasjohnson/Documents/Code/iOS/Solera/dg-ios/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle.bundle/InjectionBundle -o /Users/dallasjohnson/Documents/Code/iOS/Solera/dg-ios/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle.bundle.dSYM
error: cannot parse the debug map for "/Users/dallasjohnson/Documents/Code/iOS/Solera/dg-ios/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle.bundle/InjectionBundle": No such file or directory

Touch build/Debug-iphonesimulator/InjectionBundle.bundle
 cd /Users/dallasjohnson/Documents/Code/iOS/Solera/dg-ios/iOSInjectionProject
 export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
 /usr/bin/touch -c /Users/dallasjohnson/Documents/Code/iOS/Solera/dg-ios/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle.bundle

** BUILD FAILED **


The following build commands failed:
 Ld build/Debug-iphonesimulator/InjectionBundle.bundle/InjectionBundle normal x86_64
 GenerateDSYMFile build/Debug-iphonesimulator/InjectionBundle.bundle.dSYM build/Debug-iphonesimulator/InjectionBundle.bundle/InjectionBundle
(2 failures)

*** 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/dallasjohnson/Library/Application Support/Developer/Shared/Xcode/Plug-ins/InjectionPlugin.xcplugin/Contents/Resources/common.pm line 57.
 main::error('Build Failed with status: 65. You may need to open and edit t...') called at /Users/dallasjohnson/Library/Application Support/Developer/Shared/Xcode/Plug-ins/InjectionPlugin.xcplugin/Contents/Resources/injectSource.pl line 465
**_ Bundle build failed ***



Thank you for any help.

dallasjohnson avatar Jul 15 '16 07:07 dallasjohnson

I also have this problem you. injection Console

*** 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/Summer/Library/Application Support/Developer/Shared/Xcode/Plug-ins/InjectionPlugin.xcplugin/Contents/Resources/common.pm line 57.
 main::error('Build Failed with status: 65. You may need to open and edit t...') called at /Users/Summer/Library/Application Support/Developer/Shared/Xcode/Plug-ins/InjectionPlugin.xcplugin/Contents/Resources/injectSource.pl line 465
**_ Bundle build failed ***

My Xcode Version 7.3.1 , Project Language OC

zedxpp avatar Jul 16 '16 07:07 zedxpp