lelandrichardson / native-navigation-boilerplate

MIT License
82 stars 20 forks source link

Error building #7

Open carinlynchin opened 6 years ago

carinlynchin commented 6 years ago

Followed directions but got this... not sure why

BUILD FAILED

The following build commands failed:

CompileSwift normal x86_64 /Users/xxx/Desktop/native-navigation-boilerplate/node_modules/native-navigation/lib/ios/native-navigation/ReactViewController.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler

(2 failures)

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

timhilgenstoehler commented 6 years ago

I got the same Error... Any News to this?

ewalti commented 6 years ago

I tried to upgrade to native-navigation 0.2.2 via: yarn add git+https://github.com/airbnb/native-navigation.git but it didn't seem to help.

my specific errors after doing such:

** BUILD FAILED **

The following build commands failed:
    CompileSwift normal x86_64 /Users/walti/Playground/react-native/native-navigation-boilerplate/node_modules/native-navigation/lib/ios/native-navigation/SharedElementGroupManager.swift
    CompileSwift normal x86_64 /Users/walti/Playground/react-native/native-navigation-boilerplate/node_modules/native-navigation/lib/ios/native-navigation/SharedElementManager.swift
    CompileSwift normal x86_64 /Users/walti/Playground/react-native/native-navigation-boilerplate/node_modules/native-navigation/lib/ios/native-navigation/TabBarViewManager.swift
    CompileSwift normal x86_64 /Users/walti/Playground/react-native/native-navigation-boilerplate/node_modules/native-navigation/lib/ios/native-navigation/TabViewManager.swift
    CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(5 failures)

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

Using XCode 9.2 on macOS Sierra 10.12.6