mymonero / mymonero-app-ios

The MyMonero native iOS app
BSD 3-Clause "New" or "Revised" License
51 stars 18 forks source link

Swift Compiler Error Group #65

Closed skiddi3 closed 6 years ago

skiddi3 commented 6 years ago

Error while building: No such module 'PKHUD' /Users/user/mymonero-app-ios/Modules/WalletWizard/ViewControllers/CreateWallet_ConfirmMnemonic_ViewController.swift:36:8: No such module 'PKHUD'

Any idea how to fix that?

paulshapiro commented 6 years ago

Hello, per the installation instructions, you need to do a 'pod install'

skiddi3 commented 6 years ago

I did. Thats why I was asking how to fix it.

paulshapiro commented 6 years ago

This probably isn't an issue with the project but rather an issue with your dev env or workflow so in future I might close these sorts of questions, and so I would generally recommend popping into IRC for this sort of thing in the future so we can look at it more interactively.

For now, if you didn't get an error on installation and installation actually occurred, ensure you're opening the .xcworkspace file rather than the .xcodeproj file per Cocoapods usage guidelines.