Ok sounds good.
Step 1 : Download Xcode
Step 2 : Open Terminal
Step 3 : type in commands
if you have a src directory in Documents
cd ~/Documents/src
git clone https://github.com/QuantumExplorer/dashwallet.git
otherwise
cd ~/Documents
mkdir src
cd src
git clone https://github.com/QuantumExplorer/dashwallet.git
Step 4 : Navigate to project in finder, open DashWallet.xcodeproj
Step 5 : Plug in phone
Step 6 : Press Run (top left play style button)
Can someone test this out for me to make sure I didn't forget anything? (I already changed the id of the project.)
I don't have an iPhone handy right now, but if I compile without one, I get the following error:
ValidateEmbeddedBinary Library/Developer/Xcode/DerivedData/DashWallet-cpvgksatpsacznezinmawmqmlbtg/Build/Products/Debug-iphonesimulator/dashwallet.app/PlugIns/TodayExtension.appex
cd dashwallet
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
builtin-embeddedBinaryValidationUtility Library/Developer/Xcode/DerivedData/DashWallet-cpvgksatpsacznezinmawmqmlbtg/Build/Products/Debug-iphonesimulator/dashwallet.app/PlugIns/TodayExtension.appex -info-plist-path Library/Developer/Xcode/DerivedData/DashWallet-cpvgksatpsacznezinmawmqmlbtg/Build/Products/Debug-iphonesimulator/dashwallet.app/Info.plist
error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier.
Embedded Binary Bundle Identifier: com.darkcoinfoundation.dashwallet.TodayExtension
Parent App Bundle Identifier: com.darkcoinfoundation.dashwallettest
Embedded Binary Bundle Identifier: com.darkcoinfoundation.dashwallet.TodayExtension
Parent App Bundle Identifier: com.darkcoinfoundation.dashwallettest