satya164 / PocketGear

A clean and simple Pokédex app for Pokémon GO
199 stars 54 forks source link

Can't build the app #15

Closed giedriusr closed 7 years ago

giedriusr commented 7 years ago

Trying to build this app and getting:

** BUILD FAILED **

The following commands produced analyzer issues:
    Analyze RCTVibration.m

(1 command with analyzer issues)

The following build commands failed:
    CompileC /Users/user/Projects/reactnative/PocketGear/ios/build/Build/Intermediates/RCTVibration.build/Debug-iphonesimulator/RCTVibration.build/Objects-normal/x86_64/RCTVibration.o RCTVibration.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Installing build/Build/Products/Debug-iphonesimulator/PocketGear.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/PocketGear.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

My environment:

$ node -v
v7.5.0
$ react-native -v
react-native-cli: 2.0.1
react-native: 0.41.2

This seems like a configuration issue or smth as I am also getting similar issue in other apps. Please help.