EDIT PART 2 - It was due to XCode 7. Example now runs for me. Perhaps call it out a bit more in the README. Will close this issue.
EDIT - Missed the XCode 7 Requirement. Will try that now.
Been at this for a solid 8 hours now trying to get any of the examples to run. Many issues with code-signing, then I found these instructions to get past this issue.
Since then I've tried a few different ways of running the examples, but none work. I've tried:
click the Xcode Project file from a fresh clone of the repo
copy all files from the Beacon example into a new folder, then copy all files from the BlueCapKit folder, add the .framework into my project
copy all files from Beacon example, then use Carthage to add BlueCap as a dependency
fastlane
Xcode 6.4
OSX 10.10.5
I admit that I'm not an iOS developer, but I also can run a C compiler and have built other iOS projects in the past. But this I just cannot make work. Not sure why. If there's something missing from the README, that would be helpful to add in even more detail there.
EDIT PART 2 - It was due to XCode 7. Example now runs for me. Perhaps call it out a bit more in the README. Will close this issue.
EDIT - Missed the XCode 7 Requirement. Will try that now.
Been at this for a solid 8 hours now trying to get any of the examples to run. Many issues with code-signing, then I found these instructions to get past this issue.
Since then I've tried a few different ways of running the examples, but none work. I've tried:
Xcode 6.4 OSX 10.10.5
I admit that I'm not an iOS developer, but I also can run a C compiler and have built other iOS projects in the past. But this I just cannot make work. Not sure why. If there's something missing from the README, that would be helpful to add in even more detail there.