GregWilson / react-native-apple-healthkit

A React Native bridge module for interacting with Apple HealthKit data
176 stars 42 forks source link

Trying to run: Error :CFBundleIdentifier #28

Open thanhtan1105 opened 7 years ago

thanhtan1105 commented 7 years ago

I have already try to follow step by step in README.md but I cannot run example This is error log: BUILD FAILED

The following build commands failed:

    CompileC /Users/lethanhtan/Desktop/react-native-apple-healthkit-master/examples/TestHealthy/ios/build/Build/Intermediates/RCTAppleHealthKit.build/Debug-iphonesimulator/RCTAp

pleHealthKit.build/Objects-normal/x86_64/RCTAppleHealthKit.o RCTAppleHealthKit/RCTAppleHealthKit.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure)

Installing build/Build/Products/Debug-iphonesimulator/TestHealthy.app An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2): Failed to install the requested application An application bundle was not found at the provided path. Provide a valid path to the desired application bundle. Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/TestHealthy.app/Info.plist Print: Entry, ":CFBundleIdentifier", Does Not Exist

Anyone knows about this project? Help me :)