kazuki229
kazuki229
It is as follows. 
It is output in the injection console just before error as follows. ``` /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/***MYNAME***/Documents/iPhoneApp/OstomateNaviSwift/iOSInjectionProject/build/Debug-iphonesimulator -F/Users/***MYNAME***/Documents/iPhoneApp/OstomateNaviSwift/iOSInjectionProject/build/Debug-iphonesimulator -F/Users/***MYNAME***/Documents/iPhoneApp/OstomateNaviSwift/iOSInjectionProject -filelist /Users/***MYNAME***/Documents/iPhoneApp/OstomateNaviSwift/iOSInjectionProject/build/InjectionBundle.build/Debug-iphonesimulator/InjectionBundle.build/Objects-normal/x86_64/InjectionBundle.LinkFileList -mios-simulator-version-min=8.3 -Xlinker -objc_abi_version -Xlinker 2 x86_64/injecting_class.o...
Hi, I think below is "link command", will this do? Ld /Users/**MY NAME**/Library/Developer/Xcode/DerivedData/Build/Products/Debug-iphonesimulator/OstomateNaviSwift.app/OstomateNaviSwift normal x86_64 cd /Users/**MY NAME**/Documents/iPhoneApp/OstomateNaviSwift export IPHONEOS_DEPLOYMENT_TARGET=8.0 export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/**MY NAME**/Library/Developer/Xcode/DerivedData/Build/Products/Debug-iphonesimulator -F/Users/**MY...