You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I clone the master branch and build from Xcode11.3, but failed with the following errors.
<unknown>:0: error: no such file or directory: '/Users/reeyon/monero-wallet-ios-app/WooKeyWallet/Modules/Add wallet/CurrencyPickerViewController.swift'
Command Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
So I cross check the missing file CurrencyPickerViewController.swift in Xcode and compare to master branch online, this filename is located in Modules\Common folder on github, and not in the Modules\Add wallet folder.
Screenshot of my Xcode project:
System: Catalina 10.15.2
The text was updated successfully, but these errors were encountered:
Hi, I clone the master branch and build from Xcode11.3, but failed with the following errors.
<unknown>:0: error: no such file or directory: '/Users/reeyon/monero-wallet-ios-app/WooKeyWallet/Modules/Add wallet/CurrencyPickerViewController.swift'
Command Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
So I cross check the missing file
CurrencyPickerViewController.swift
in Xcode and compare to master branch online, this filename is located inModules\Common
folder on github, and not in theModules\Add wallet
folder.Screenshot of my Xcode project:
System: Catalina 10.15.2
The text was updated successfully, but these errors were encountered: