RedBearLab / iOS

Provides a BLE framework for developing BLE App on iOS/OSX platform using RBL BLE Service.
578 stars 288 forks source link

For me to run the simpleChat. Need to change the product name to SimpleChat... #15

Open zhu081607 opened 9 years ago

Cheong2K commented 9 years ago

Hi, what do you mean?

Dracos85 commented 9 years ago

I ran into the same issue. What he means is that under XCode 6.1, downloading and building the SimpleChat code fails with a Linker Issue. Going into the SimpleChat Target Build Settings, the Product Name is set to BLEChat and XCode is looking for that name when linking up. Changing that to SimpleChat fixes it.

pducks32 commented 9 years ago

Hi and how do you do that I'm having a similar problem except that I suck at Objective-C and am slightly out of my element here. Thanks.

Dracos85 commented 9 years ago

For those like pducks32 who are not sure where to go to change that, try this. https://youtu.be/CC8F7suqgts

Cheong2K commented 9 years ago

Hi, can you make a pull request for your fixes? Thanks.