CompileSwift normal x86_64 ( No such module 'SwiftyJSON')

Hello Team, I am using MacBook Pro (13-inch,M1,2020) chip Apple M1 and Xcode Version 12.4 (12D4e) with Swift Version 5, I am geting stuck with xcode issue which are given below.

After installing Pods While Debugging Project we get **"No Such module 'SwiftyJSON' "** Error in whole project, Below are the ScreenShot Please Have a Look. If There is any solution please Let us know.

  • Hi Vickey, this looks like a Swift compilation failure rather than a documentation building issue. Are you able to build your app or framework?

  • Thank for the comment, No , i am not able to build app, i have already tried to find this issue but not able to fix it.

  • @Vickey are you using CocoaPods (just a guess based on the Pods project in the screenshot)? Since it looks like the compiler can't find the SwiftJSON module, I would check that your project is linking the modules from the Pods project.

Add a Comment