Hey there, I’m following the steps under: http://shoutem.github.io/docs/ui-toolkit/introduction
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:10:
In file included from ../react-native/React/Base/RCTConvert.h:17:
/Users/alejandro/Code/projects/goskate/ui-kits/shoutem/ios/build/Build/Products/Debug-iphonesimulator/include/React/RCTLog.h:40:28: error: redefinition of 'RCTLogLevel'
typedef NS_ENUM(NSInteger, RCTLogLevel) {
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:9:
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.h:10:
../react-native/React/Base/RCTLog.h:40:28: note: previous definition is here
typedef NS_ENUM(NSInteger, RCTLogLevel) {
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:10:
In file included from ../react-native/React/Base/RCTConvert.h:17:
/Users/alejandro/Code/projects/goskate/ui-kits/shoutem/ios/build/Build/Products/Debug-iphonesimulator/include/React/RCTLog.h:41:3: error: redefinition of enumerator 'RCTLogLevelTrace'
RCTLogLevelTrace = 0,
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:9:
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.h:10:
../react-native/React/Base/RCTLog.h:41:3: note: previous definition is here
RCTLogLevelTrace = 0,
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:10:
In file included from ../react-native/React/Base/RCTConvert.h:17:
/Users/alejandro/Code/projects/goskate/ui-kits/shoutem/ios/build/Build/Products/Debug-iphonesimulator/include/React/RCTLog.h:42:3: error: redefinition of enumerator 'RCTLogLevelInfo'
RCTLogLevelInfo = 1,
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:9:
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.h:10:
../react-native/React/Base/RCTLog.h:42:3: note: previous definition is here
RCTLogLevelInfo = 1,
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:10:
In file included from ../react-native/React/Base/RCTConvert.h:17:
/Users/alejandro/Code/projects/goskate/ui-kits/shoutem/ios/build/Build/Products/Debug-iphonesimulator/include/React/RCTLog.h:43:3: error: redefinition of enumerator 'RCTLogLevelWarning'
RCTLogLevelWarning = 2,
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:9:
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.h:10:
../react-native/React/Base/RCTLog.h:43:3: note: previous definition is here
RCTLogLevelWarning = 2,
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:10:
In file included from ../react-native/React/Base/RCTConvert.h:17:
/Users/alejandro/Code/projects/goskate/ui-kits/shoutem/ios/build/Build/Products/Debug-iphonesimulator/include/React/RCTLog.h:44:3: error: redefinition of enumerator 'RCTLogLevelError'
RCTLogLevelError = 3,
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:9:
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.h:10:
../react-native/React/Base/RCTLog.h:44:3: note: previous definition is here
RCTLogLevelError = 3,
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:10:
In file included from ../react-native/React/Base/RCTConvert.h:17:
/Users/alejandro/Code/projects/goskate/ui-kits/shoutem/ios/build/Build/Products/Debug-iphonesimulator/include/React/RCTLog.h:45:3: error: redefinition of enumerator 'RCTLogLevelFatal'
RCTLogLevelFatal = 4
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:9:
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.h:10:
../react-native/React/Base/RCTLog.h:45:3: note: previous definition is here
RCTLogLevelFatal = 4
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:10:
In file included from ../react-native/React/Base/RCTConvert.h:17:
/Users/alejandro/Code/projects/goskate/ui-kits/shoutem/ios/build/Build/Products/Debug-iphonesimulator/include/React/RCTLog.h:51:28: error: redefinition of 'RCTLogSource'
typedef NS_ENUM(NSInteger, RCTLogSource) {
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:9:
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.h:10:
../react-native/React/Base/RCTLog.h:51:28: note: previous definition is here
typedef NS_ENUM(NSInteger, RCTLogSource) {
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:10:
In file included from ../react-native/React/Base/RCTConvert.h:17:
/Users/alejandro/Code/projects/goskate/ui-kits/shoutem/ios/build/Build/Products/Debug-iphonesimulator/include/React/RCTLog.h:52:3: error: redefinition of enumerator 'RCTLogSourceNative'
RCTLogSourceNative = 1,
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:9:
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.h:10:
../react-native/React/Base/RCTLog.h:52:3: note: previous definition is here
RCTLogSourceNative = 1,
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:10:
In file included from ../react-native/React/Base/RCTConvert.h:17:
/Users/alejandro/Code/projects/goskate/ui-kits/shoutem/ios/build/Build/Products/Debug-iphonesimulator/include/React/RCTLog.h:53:3: error: redefinition of enumerator 'RCTLogSourceJavaScript'
RCTLogSourceJavaScript = 2
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:9:
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.h:10:
../react-native/React/Base/RCTLog.h:53:3: note: previous definition is here
RCTLogSourceJavaScript = 2
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:11:
I
n file included from ../react-native/React/Base/RCTBridge.h:13:
/Users/alejandro/Code/projects/goskate/ui-kits/shoutem/ios/build/Build/Products/Debug-iphonesimulator/include/React/RCTBridgeModule.h:55:11: warning: duplicate protocol definition of 'RCTBridgeModule' is ignored
@protocol RCTBridgeModule <NSObject>
^
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.m:9:
In file included from /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/node_modules/react-native-vector-icons/RNVectorIconsManager/RNVectorIconsManager.h:9:
../react-native/React/Base/RCTBridgeModule.h:55:11: note: previous definition is here
@protocol RCTBridgeModule <NSObject>
^
1 warning and 9 errors generated.
** BUILD FAILED **
The following build commands failed:
CompileC /Users/alejandro/Code/projects/goskate/ui-kits/shoutem/ios/build/Build/Intermediates/RNVectorIcons.build/Debug-iphonesimulator/RNVectorIcons.build/Objects-normal/x86_64/RNVectorIconsManager.o RNVectorIconsManager/RNVectorIconsManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Installing build/Build/Products/Debug-iphonesimulator/shoutem.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/shoutem.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
Also my index.ios.js
look like:
/**
* Sample React Native App
* https://github.com/facebook/react-native
* @flow
*/
import React, { Component } from 'react';
import { AppRegistry } from 'react-native';
import { Examples } from '@shoutem/ui';
export default class shoutem extends Component {
render() {
return (
<Examples />
);
}
}
AppRegistry.registerComponent('shoutem', () => shoutem);
And got this bunch of errors. Any suggestion is appreciated.
I hope by the end of the week