Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcode 8 gm build finished but run script fail need identity? #166

Open
gakaki opened this issue Sep 8, 2016 · 4 comments
Open

xcode 8 gm build finished but run script fail need identity? #166

gakaki opened this issue Sep 8, 2016 · 4 comments

Comments

@gakaki
Copy link

gakaki commented Sep 8, 2016

PhaseScriptExecution Run\ Script /Users/g/Library/Developer/Xcode/DerivedData/InjectionPlugin-bubisoevirxjksfrgvbzxcubaduf/Build/Intermediates/InjectionPlugin.build/Debug/InjectionPlugin.build/Script-BB749D7C16A5F32E006C993B.sh
cd /Users/g/injectionforxcode/InjectionPluginLite
/bin/sh -c /Users/g/Library/Developer/Xcode/DerivedData/InjectionPlugin-bubisoevirxjksfrgvbzxcubaduf/Build/Intermediates/InjectionPlugin.build/Debug/InjectionPlugin.build/Script-BB749D7C16A5F32E006C993B.sh

2016-09-08 14:09:55.510 xcodebuild[6937:120642] [MT] PluginLoading: Required plug-in compatibility UUID ACA8656B-FEA8-4B6D-8E4A-93F4C95C362C for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SparkInspectorXcodePlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2016-09-08 14:09:55.683 xcodebuild[6937:120642] Build settings from command line:
2016-09-08 14:09:55.683 xcodebuild[6937:120642] TOOLCHAINS = com.apple.dt.toolchain.XcodeDefault
2016-09-08 14:09:55.684 xcodebuild[6937:120642] XCODE_DEFAULT_TOOLCHAIN_OVERRIDE = /Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
Build settings from command line:
SDKROOT = iphonesimulator9.3

=== BUILD TARGET InjectionBundle OF PROJECT InjectionLoader WITH CONFIGURATION Debug ===

Check dependencies

** BUILD SUCCEEDED **

/Users/g/injectionforxcode/InjectionPluginLite
iPhone Developer: no identity found
Command /bin/sh failed with exit code 1

@johnno1962
Copy link
Owner

johnno1962 commented Sep 8, 2016

You need to codesign now with Xcode 8. Edit the “Run Script” build pahse of the injection project to change to your identity.

@jb522185660
Copy link

Specific how can i do that to edit the run script

@johnno1962
Copy link
Owner

It’s in the README.md

@johnno1962
Copy link
Owner

You shouldn’t need to worry about this with recent releases which use the “Ad-hoc” signing identity “-“. Otherwise try the new Injection standalone App: http://johnholdsworth.com/injection.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants