rusel1989 / react-native-bluetooth-serial

Port of https://github.com/don/BluetoothSerial for react native
475 stars 292 forks source link

I want to run the example by the steps you suggested,but it always show an error CFBundleIdentifier", Does Not Exist,I don't why #41

Open frankFree opened 7 years ago

LingboTang commented 6 years ago

You can resolved the build issue like this:

  1. Remove everything in ios/ directory.
  2. Remove node_module/ and install them again via npm install
  3. react-native upgrade, answer every questions with n
  4. run your app with react-native run-ios
  5. It should work.