octo-technology / sonar-objective-c

Sonar Plugin for Objective C
517 stars 208 forks source link

xctool failed with error code:1 #87

Open AllenLii opened 9 years ago

AllenLii commented 9 years ago

OS X Yosemite Xcode 6.1 xctool 0.2.3 SonarQube 4.5.4 Plugin 0.4.0

run-sonar.sh -v: ...

* CLEAN SUCCEEDED * (1880 ms)

cyupa commented 9 years ago

If you are using Cocoapods, please run a pod install first and then run-sonar.sh

zafarella commented 8 years ago

same issue with

Xcode 7.2
Build version 7C68
wangpc commented 8 years ago

same issue and already do pod install error still there ~

ledwards08 commented 8 years ago

I have same problem now. Is there any way to resolve this? I've installed pod and my XCode version is 7.3

NSCabezon commented 8 years ago

Hi, I'm having the same issue here Xcode 7.3.1. Anyone got it to work?

xiaogong-li commented 8 years ago

have the same issue.No one kowns the solution?

sergiobaro commented 7 years ago

I had this problem and I fixed it adding the workspace to the sonar properties file.

sonar.objectivec.workspace=MyApp.xcworkspace sonar.objectivec.project=MyApp.xcodeproj sonar.objectivec.appScheme=MyApp