Shubham0812 / HabitTracker_UI

Habits and Goal Tracker application using the SwiftUI Framework
Apache License 2.0
59 stars 26 forks source link

Project is not building - Command PhaseScriptExecution failed with a nonzero exit code #35

Closed myawesomehub closed 3 years ago

myawesomehub commented 3 years ago

Bug Description After forking the project and cloning, I am creating a branch. And then it's not building and throwing an error : "Command PhaseScriptExecution failed with a nonzero exit code". The same error is throwing after just cloning the main project without forking it.

Things I have tried

Mac :- Big Sur 11.4 - Non-M1 Xcode :- 13

I don't think it's only happening on my device??

myawesomehub commented 3 years ago

Is everyone facing this, or only me? @Shubham0812

andreynho2006 commented 3 years ago

It this en error from SwiftLint? After I fork the project , I coudn’t run it. After I installed SwiftLint and fixed all the errors, the problem was fixed.

În joi, 21 oct. 2021 la 15:06 Mohammad Yasir @.***> a scris:

Is everyone facing this, or only me ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Shubham0812/HabitTracker_UI/issues/35#issuecomment-948546315, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC5CSOPDTLXNU7PONCNU4HLUH762RANCNFSM5GNKGWJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

--

myawesomehub commented 3 years ago

@andreynho2006 Yaah, it resolved after installing swiftlint !

Thanks buddy !