Closed SavitaJuyal closed 8 years ago
Hi @zippy1978
No my project is running successfully on all devices and simulator but not with SonarQube. I have attached the project properties settings for my project, please check and tell me know if I am missing something.
On 5/6/16 2:27 AM, Gilles Grousset wrote:
Hi @SavitaJuyal https://github.com/SavitaJuyal, You need to set the correct workspace in you sonar-project.properties. But... your problems seems to be related to Google Maps pod. When sonar script is running, your application is built in Debug for the Simulator (not the same arch as a real device). Did you try building and running you app on the simulator to check if you have the problem ?
Regards, Gilles
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/Backelite/sonar-swift/issues/21#issuecomment-217277727
##########################
##########################
sonar.projectKey=com.netsolutions sonar.projectName=Friendin sonar.projectVersion=1.0
sonar.language=swift sonar.profile=SwiftLint
sonar.projectDescription=FriendIn
sonar.sources=/Users/savitajuyal/Desktop/Friendin
sonar.swift.simulator=platform=iOS Simulator,name=iPhone 5,OS=9.3
sonar.swift.project=Friendin.xcodeproj sonar.swift.workspace=Friendin.xcworkspace
sonar.swift.appScheme=Friendin
##########################
##########################
sonar.sourceEncoding=UTF-8
sonar.swift.excludedPathsFromCoverage=.Tests.
Hi @zippy1978 ,
Please revert asap.
Regards Savita
Hi @SavitaJuyal, You need to set the correct workspace in you sonar-project.properties. But... your problems seems to be related to Google Maps pod. When sonar script is running, your application is built in Debug for the Simulator (not the same arch as a real device). Did you try building and running you app on the simulator to check if you have the problem ?
Regards, Gilles