NervJS / taro-native-shell

Taro 原生 React Native 壳子
MIT License
200 stars 106 forks source link

直接clone下来的项目通不过编译 #3

Closed wsxiaoluob closed 5 years ago

wsxiaoluob commented 5 years ago

环境: react-native-cli: 2.0.1 react-native: 0.59.9 react-native run-ios 报错信息如下: The following build commands failed: CompileC /Users/Xiaoluob/Desktop/taro-native-shell-master/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/vlog_is_on.o /Users/Xiaoluob/Desktop/taro-native-shell-master/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (1 failure)

Installing build/Build/Products/Debug-iphonesimulator/taroDemo.app An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22): Failed to install the requested application The bundle identifier of the application could not be determined. Ensure that the application's Info.plist contains a value for CFBundleIdentifier. Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/taroDemo.app/Info.plist Print: Entry, ":CFBundleIdentifier", Does Not Exist 是否是react-native的版本问题?

zhangzhenfei commented 5 years ago

请问怎么解决的,我这边也遇到这个问题了

Vidtion commented 5 years ago

一样

zouyang2015 commented 4 years ago

有解决吗?什么情况?