Giter Site home page Giter Site logo

reactvision / starter-kit Goto Github PK

View Code? Open in Web Editor NEW
131.0 6.0 95.0 865 KB

React Native project setup with Viro 🚀

License: MIT License

JavaScript 9.89% Ruby 21.13% Objective-C 20.63% TypeScript 14.86% Kotlin 26.20% Objective-C++ 7.28%
viro android ios augmented-reality viro-community

starter-kit's Introduction

Viro Starter Kit

This is a new React Native project, set up with @reactvision/react-viro.

How to Install Viro in an existing project?

If you are integrating ViroReact into an existing project, have a look at our Installation instructions.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions. Stop before you get to the Creating a new application section; we have done that for you!

Step 1: Install Dependencies

npm install

iOS only:

cd ios
pod install
cd ..

Step 2: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

npm start

Step 3: Start your Application

Warning: Due to limitations of the Apple Simulator and the Android Emulator, you must run your project on a physical device.

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

# iOS
npx react-native run-ios
# Android
npx react-native run-android

If everything is set up correctly, you should see your new app running on you device.

Install CocoaPods

cd ios
pod install
cd ..
# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

Step 4: Modifying your App

Now that you have successfully run the app, let's modify it.

  1. Open App.tsx in your text editor of choice and edit some lines.
  2. For Android: Press the R key twice or select "Reload" from the Developer Menu (Ctrl + M (on Window and Linux) or Cmd ⌘ + M (on macOS)) to see your changes!

Next Steps

Check out our documentation for guides, examples, and more!

Need help?

Reach us in Discord. or submit an issue!

starter-kit's People

Contributors

doranteseduardo avatar dependabot[bot] avatar robertjcolley avatar adelarsq avatar tomsotte avatar bilewinters avatar mariansam avatar geo-vi avatar equationalapplications avatar tufanlodos avatar

Stargazers

Fatah avatar  avatar Christopher-John Cassar avatar kasungaya avatar  avatar Chu Viet Hung avatar Conor Kennedy avatar Callum Saxon avatar Niraj Niroula avatar Ben Nguyen avatar Yuri Pourre avatar Wayne avatar Yerzhan avatar  avatar Mateus Leonardo avatar Colas NAUDI avatar Saúl Castillo avatar  avatar Dmitry Priborovich avatar Justin avatar KowalewskiPawel avatar Edward Brunetiere avatar  avatar Jose Bhrayn Colina avatar Agbegbe Technology Solutions Inc avatar Michael Allen avatar Dududu avatar Kay André avatar Santosh avatar Stephen Karl Larroque avatar  avatar ARA Digital avatar Wisdom Ekpotu avatar Alexander avatar M Abrar Khalid avatar Muhammad Bilal avatar Xupeng (Tony) Tong avatar Cyberlife avatar  avatar Diogo Silva avatar Oyewo Oluwafemi avatar Lucas Viana avatar maheraladdin avatar Ezefferth Chlysman Araujo Fernandes avatar Guilherme Pontes avatar BZK avatar Sarvagnya Purohit avatar  avatar Keon Monroe avatar Paulo Soares avatar Ish avatar Deny avatar Andre Abtahi avatar Fatih Mert Doğancan avatar ymfeelcn avatar Khurshid avatar Paul Oskar Soe avatar Wildan Zulfikar avatar Joaquin alan valdez lom avatar Martín avatar Merouane avatar Gustavo Lobo avatar Andrey Ramirez avatar Jerrad Patch avatar Ali Faruk Yücel avatar  avatar Gaston Pisacco avatar Kenneth Chan avatar Le Port Enzo avatar Tin Nguyen avatar Vinicius G. Martin avatar ncoss avatar Jonathan Hudak avatar Caio Valtécio avatar Nader Nasr avatar Gladwin Kurian avatar Sinar avatar  avatar (ツ)_/¯Kiafuka avatar Sambat Lim avatar eren okur avatar Thomas Alcala Schneider avatar Ovidiu Cristescu avatar Yönet avatar Riley avatar  avatar Dimitris Stefanakis avatar Диканский Андрей avatar Leslie Owusu-Appiah avatar silvia avatar Jio Buenviaje avatar Walderlan Sena avatar Zain Sajjad avatar Roman Hossain Shaon avatar Jacob avatar Farid avatar Nagasai Basvoju avatar  avatar Ahmad Syarifuddin Randiko avatar junghsuan avatar

Watchers

 avatar James Cloos avatar tranKILL.be avatar  avatar  avatar  avatar

starter-kit's Issues

Undefined constant when building using a locally built viro-react

Using node v16.3.0 on windows, in package.json

    "@viro-community/react-viro": "file:../ns-viro/viro-community-react-viro-2.23.0.tgz",
    "react": "17.0.2",
    "react-native": "0.65.1"

I got an error when trying to run npm run android

TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[4], "@viro-community/react-viro").ViroConstants.TRACKING_NORMAL')

The app opens for some seconds and the camera seems to work before it crashes.

Related to #37

Error: Cannot find module 'signal-exit'

Setting this up on Mac OS X Big Sur 11.6.1 with node version v16.13.0 and ran the commands in the readme until this one failed. Installed signal-exit with npm install -g signal-exit but that didn't help.

$ npx react-native run-android
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
error Failed to run jetifier.
Error: Cannot find module 'signal-exit'
Require stack:
- /Users/dsterry/code/viro-starter/node_modules/@react-native-community/cli-platform-android/node_modules/execa/index.js
- /Users/dsterry/code/viro-starter/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/index.js
- /Users/dsterry/code/viro-starter/node_modules/@react-native-community/cli-platform-android/build/commands/index.js
- /Users/dsterry/code/viro-starter/node_modules/@react-native-community/cli-platform-android/build/index.js
- /Users/dsterry/code/viro-starter/node_modules/react-native/react-native.config.js
- /Users/dsterry/code/viro-starter/node_modules/cosmiconfig/node_modules/import-fresh/index.js
- /Users/dsterry/code/viro-starter/node_modules/cosmiconfig/dist/loaders.js
- /Users/dsterry/code/viro-starter/node_modules/cosmiconfig/dist/createExplorer.js
- /Users/dsterry/code/viro-starter/node_modules/cosmiconfig/dist/index.js
- /Users/dsterry/code/viro-starter/node_modules/react-native/node_modules/@react-native-community/cli/build/tools/config/readConfigFromDisk.js
- /Users/dsterry/code/viro-starter/node_modules/react-native/node_modules/@react-native-community/cli/build/tools/config/index.js
- /Users/dsterry/code/viro-starter/node_modules/react-native/node_modules/@react-native-community/cli/build/commands/install/install.js
- /Users/dsterry/code/viro-starter/node_modules/react-native/node_modules/@react-native-community/cli/build/commands/index.js
- /Users/dsterry/code/viro-starter/node_modules/react-native/node_modules/@react-native-community/cli/build/index.js
- /Users/dsterry/code/viro-starter/node_modules/react-native/cli.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/Users/dsterry/code/viro-starter/node_modules/@react-native-community/cli-platform-android/node_modules/execa/index.js:10:16)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
info Run CLI with --verbose flag for more details.

Does this project support Meta/Oculus Quest?

Hi, I recently found this project and I am wondering if it can generate .APK files compatible with Oculus Quest devices.

Does it support Oculus Quest devices out of the box?
Is there any change that is needed?

Edit:
I tried to run this example, I could successfully generate and execute the apk in an Oculus Quest 2 device. For around 1 minute I could see the loading dots. And after a while I had only black screen, no image on that. I modified the example to use the one found at the test-bed repo:

https://github.com/NativeVision/viro-test-bed/blob/main/src/screens/demos/VR.tsx

Thank you in advance

'gflags/gflags.h' file not found on iOS

Hey there it might be related to another cause, but i just checked out latest repo, installed mode modules, ran pod install and getting an import error regarding 'gflags/gflags.h' file not found.

I did see that this repos is using RN version 0.65 and that did not include M1 Chip support.

Does anyone have a workaround without upgrading to latest RN version? ( i would like to just investigate and play around a bit ) The effort to upgrade rn-version all the way up to .70 seems to be a lot :

https://react-native-community.github.io/upgrade-helper/?from=0.65.1&to=0.70.0

thanks for any advise:

Undefined is not an object

Hello

I have followed closely each instruction in React Native docs to set up the development environment (React Native CLI Quickstart > Windows > Android), on a machine running Windows 10 and another machine running a fresh install of Windows 11.

I then cloned this repository, followed each instruction (excluding the npx pod-install command since I'm on Windows) without modifying any file, the only exception being a local.properties file I added in starter-kit\android\ with this one line inside: sdk.dir="C:\Users\Fabio\\AppData\Local\Android\Sdk".

After connecting a physical device (Samsung SM-A505FN, running Android 11), which is listed in adb devices I tried running npx react-native run-android, which resulted in the app being built and installed on my device successfully.

As the app opens though I'm having a TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[4], "@viro-community/react-viro").ViroConstants.TRACKING_NORMAL') both in Metro and on my device, signaling an error in App.js at line 15.
The camera is being used and I can see "Initializing AR..."
This exact same error happens on both my machines, with multiple devices (Samsung Galaxy A50 with Android 11, Huawei P20 lite with Android 9, Honor Play with Android 9).

How can I solve this and have "Hello World" appear instead of "initializing AR..." without that error?

Here are some images (from the Samsung Galaxy A50 running Android 11)...
Screenshot_20220330-100026_My Viro App
Screenshot_20220330-100056_My Viro App

Stuck

I'm trying to run Hello World app on my Android device (version 11) but it gets stuck on the "Initializing AR... " screen and crash app.

BUILD Failed IOS

For the new starter kit, I follow the new installation process with pod install in ios but unfortunately still not working.
Asking for your kind response.

Related to #66
Here's the error:

`error Failed to build iOS project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'ViroStarterKit.xcworkspace'.
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace ViroStarterKit.xcworkspace -configuration Debug -scheme ViroStarterKit -destination id=388A9DC2-F583-4EE9-8F79-E8DC8FD34E20

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

Prepare packages

Computing target dependency graph and provisioning inputs

Create build description
Build description signature: 1c3f2d819080b0bab5eb69bd80412097
Build description path: /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/XCBuildData/1c3f2d819080b0bab5eb69bd80412097-desc.xcbuild

note: Building targets in dependency order
warning: Run script build phase '[CP-User] [Hermes] Replace Hermes for the right configuration, if needed' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'hermes-engine' from project 'Pods')
PhaseScriptExecution [CP-User]\ [Hermes]\ Replace\ Hermes\ for\ the\ right\ configuration,\ if\ needed /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Script-46EB2E0001E170.sh (in target 'hermes-engine' from project 'Pods')
cd /Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=YES
export ALLOW_TARGET_PLATFORM_SPECIALIZATION=NO
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=cjv
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export APPLY_RULES_IN_COPY_HEADERS=NO
export ARCHS=arm64
export ARCHS_STANDARD=arm64\ x86_64
export ARCHS_STANDARD_32_64_BIT=arm64\ i386\ x86_64
export ARCHS_STANDARD_32_BIT=i386
export ARCHS_STANDARD_64_BIT=arm64\ x86_64
export ARCHS_STANDARD_INCLUDING_64_BIT=arm64\ x86_64
export ARCHS_UNIVERSAL_IPHONE_OS=arm64\ i386\ x86_64
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME=AccentColor
export ASSETCATALOG_FILTER_FOR_DEVICE_MODEL=iPhone14,6
export ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION=16.2
export ASSETCATALOG_FILTER_FOR_THINNING_DEVICE_CONFIGURATION=iPhone14,6
export AVAILABLE_PLATFORMS=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=YES
export BUILD_COMPONENTS=headers\ build
export BUILD_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products
export BUILD_LIBRARY_FOR_DISTRIBUTION=NO
export BUILD_ROOT=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/hermes-engine
export BUNDLE_CONTENTS_FOLDER_PATH_deep=Contents/
export BUNDLE_EXECUTABLE_FOLDER_NAME_deep=MacOS
export BUNDLE_EXTENSIONS_FOLDER_PATH=Extensions
export BUNDLE_FORMAT=shallow
export BUNDLE_FRAMEWORKS_FOLDER_PATH=Frameworks
export BUNDLE_PLUGINS_FOLDER_PATH=PlugIns
export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH=PrivateHeaders
export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH=Headers
export CACHE_ROOT=/var/folders/yc/j2kl5d892kl9_fk8wjff1qrm0000gn/C/com.apple.DeveloperTools/14.2-14C18/Xcode
export CCHROOT=/var/folders/yc/j2kl5d892kl9_fk8wjff1qrm0000gn/C/com.apple.DeveloperTools/14.2-14C18/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED=YES
export CLANG_ANALYZER_NONNULL=YES
export CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION=YES_AGGRESSIVE
export CLANG_CXX_LANGUAGE_STANDARD=c++20
export CLANG_CXX_LIBRARY=compiler-default
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_ENABLE_OBJC_WEAK=NO
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/cjv/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_DOCUMENTATION_COMMENTS=YES
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER=NO
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNGUARDED_AVAILABILITY=YES_AGGRESSIVE
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/hermes-engine/
export CODE_SIGNING_ALLOWED=NO
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
export CODE_SIGN_IDENTITY=-
export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMPILER_INDEX_STORE_ENABLE=Default
export COMPOSITE_SDK_DIRS=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/hermes-engine
export CONFIGURATION_TEMP_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk
export CORRESPONDING_DEVICE_SDK_NAME=iphoneos16.2
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=undefined_arch
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES=11.0\ 11.1\ 11.2\ 11.3\ 11.4\ 12.0\ 12.1\ 12.2\ 12.3\ 12.4\ 13.0\ 13.1\ 13.2\ 13.3\ 13.4\ 13.5\ 13.6\ 14.0\ 14.1\ 14.2\ 14.3\ 14.4\ 14.5\ 14.6\ 14.7\ 15.0\ 15.1\ 15.2\ 15.3\ 15.4\ 15.5\ 15.6\ 16.0\ 16.1\ 16.2
export DERIVED_FILES_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/DerivedSources
export DERIVED_FILE_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=en
export DONT_GENERATE_INFOPLIST_FILE=NO
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/Pods.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/hermes-engine
export DYNAMIC_LIBRARY_EXTENSION=dylib
export EAGER_LINKING=NO
export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_APP_SANDBOX=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_DEFAULT_SEARCH_PATHS=YES
export ENABLE_HARDENED_RUNTIME=NO
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=NO
export ENABLE_PREVIEWS=NO
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export ENABLE_TESTING_SEARCH_PATHS=NO
export ENABLE_USER_SCRIPT_SANDBOXING=NO
export ENTITLEMENTS_DESTINATION=__entitlements
export ENTITLEMENTS_REQUIRED=YES
export EXCLUDED_ARCHS=i386
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=.DS_Store\ .svn\ .git\ .hg\ CVS
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES=*.nib\ *.lproj\ *.framework\ *.gch\ .xcode\ .xcassets\ ()\ .DS_Store\ CVS\ .svn\ .git\ .hg\ *.pbproj\ *.pbxproj
export FILE_LIST=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/FixedFiles
export FRAMEWORK_SEARCH_PATHS=\ "/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal"\ "/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/hermes-engine/Pre-built"
export FRAMEWORK_VERSION=A
export FUSE_BUILD_PHASES=YES
export FUSE_BUILD_SCRIPT_PHASES=NO
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu11
export GCC_DYNAMIC_NO_PIC=NO
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OBJC_LEGACY_DISPATCH=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS=c\ objective-c\ c++\ objective-c++
export GCC_PREPROCESSOR_DEFINITIONS=POD_CONFIGURATION_DEBUG=1\ DEBUG=1\ \ COCOAPODS=1\ HERMES_ENABLE_DEBUGGER=1
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATED_MODULEMAP_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator
export GENERATE_INFOPLIST_FILE=NO
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=NO
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS=\ "/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/Headers/Private"\ "/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/Headers/Private/hermes-engine"\ "/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/Headers/Public"\ "/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/Headers/Public/hermes-engine"
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/cjv
export HOST_PLATFORM=macosx
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PREPROCESS=NO
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/Pods.dst
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=cjv
export INSTALL_ROOT=/tmp/Pods.dst
export IPHONEOS_DEPLOYMENT_TARGET=13.4
export JAVAC_DEFAULT_FLAGS=-J-Xms64m\ -J-XX:NewSize=4M\ -J-Dfile.encoding=UTF8
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS=+E\ +OLDCSO
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Objects-normal/undefined_arch/hermes-engine_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/hermes-engine-LinkMap-normal-undefined_arch.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=\ @executable_path/Frameworks
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_DEXT_INSTALL_PATH=/Library/DriverExtensions
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_arm64=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Objects-normal/arm64/hermes-engine.LinkFileList
export LINK_OBJC_RUNTIME=YES
export LINK_WITH_STANDARD_LIBRARIES=YES
export LLVM_TARGET_TRIPLE_OS_VERSION=ios13.4
export LLVM_TARGET_TRIPLE_SUFFIX=-simulator
export LLVM_TARGET_TRIPLE_VENDOR=apple
export LOCALIZATION_EXPORT_SUPPORTED=YES
export LOCALIZED_STRING_MACRO_NAMES=NSLocalizedString\ CFCopyLocalizedString
export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods
export LOCSYMROOT=/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods
export MAC_OS_X_PRODUCT_BUILD_VERSION=21G72
export MAC_OS_X_VERSION_ACTUAL=120500
export MAC_OS_X_VERSION_MAJOR=120000
export MAC_OS_X_VERSION_MINOR=120500
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/hermes-engine/
export MODULE_CACHE_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
export MTL_ENABLE_DEBUG_INFO=INCLUDE_SOURCE
export MTL_FAST_MATH=YES
export NATIVE_ARCH=arm64
export NATIVE_ARCH_32_BIT=arm
export NATIVE_ARCH_64_BIT=arm64
export NATIVE_ARCH_ACTUAL=arm64
export NO_COMMON=YES
export OBJC_ABI_VERSION=2
export OBJECT_FILE_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Objects
export OBJECT_FILE_DIR_normal=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Objects-normal
export OBJROOT=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=YES
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_LDFLAGS=\
export PASCAL_STRINGS=YES
export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Users/cjv/Desktop/React-Native/viro/starter-kit/node_modules/.bin:/Users/cjv/Desktop/React-Native/viro/node_modules/.bin:/Users/cjv/Desktop/React-Native/node_modules/.bin:/Users/cjv/Desktop/node_modules/.bin:/Users/cjv/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/Users/cjv/.nvm/versions/node/v18.12.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/Users/cjv/.nvm/versions/node/v18.12.1/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES=/usr/include\ /usr/local/include\ /System/Library/Frameworks\ /System/Library/PrivateFrameworks\ /Applications/Xcode.app/Contents/Developer/Headers\ /Applications/Xcode.app/Contents/Developer/SDKs\ /Applications/Xcode.app/Contents/Developer/Platforms
export PER_ARCH_OBJECT_FILE_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Objects-normal/undefined_arch
export PER_VARIANT_OBJECT_FILE_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Objects-normal
export PKGINFO_FILE_PATH=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export PLATFORM_DISPLAY_NAME=iOS\ Simulator
export PLATFORM_FAMILY_NAME=iOS
export PLATFORM_NAME=iphonesimulator
export PLATFORM_PREFERRED_ARCH=x86_64
export PLATFORM_PRODUCT_BUILD_VERSION=20C52
export PLIST_FILE_OUTPUT_FORMAT=binary
export PODS_BUILD_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products
export PODS_CONFIGURATION_BUILD_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator
export PODS_DEVELOPMENT_LANGUAGE=en
export PODS_ROOT=/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods
export PODS_TARGET_SRCROOT=/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/hermes-engine
export PODS_XCFRAMEWORKS_BUILD_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PRODUCT_BUNDLE_IDENTIFIER=org.cocoapods.hermes-engine
export PRODUCT_MODULE_NAME=hermes_engine
export PRODUCT_NAME=hermes-engine
export PRODUCT_SETTINGS_PATH=
export PROFILING_CODE=NO
export PROJECT=Pods
export PROJECT_DERIVED_FILE_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/DerivedSources
export PROJECT_DIR=/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods
export PROJECT_FILE_PATH=/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/Pods.xcodeproj
export PROJECT_NAME=Pods
export PROJECT_TEMP_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build
export PROJECT_TEMP_ROOT=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex
export REACT_NATIVE_PATH=/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/../../node_modules/react-native
export RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET=12.5
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export REZ_COLLECTOR_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/ResourceManagerResources/Objects
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_INPUT_FILE_LIST_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk
export SDK_DIR_iphonesimulator=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk
export SDK_DIR_iphonesimulator16_2=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk
export SDK_NAME=iphonesimulator16.2
export SDK_NAMES=iphonesimulator16.2
export SDK_PRODUCT_BUILD_VERSION=20C52
export SDK_VERSION=16.2
export SDK_VERSION_ACTUAL=160200
export SDK_VERSION_MAJOR=160000
export SDK_VERSION_MINOR=160200
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=NO
export SHARED_DERIVED_FILE_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/hermes-engine/DerivedSources
export SHARED_PRECOMPS_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/PrecompiledHeaders
export SKIP_INSTALL=YES
export SOURCE_ROOT=/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods
export SRCROOT=/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods
export STRINGSDATA_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Objects-normal/undefined_arch
export STRINGSDATA_ROOT=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build
export STRINGS_FILE_INFOPLIST_RENAME=YES
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=NO
export STRIP_INSTALLED_PRODUCT=NO
export STRIP_STYLE=all
export STRIP_SWIFT_SYMBOLS=YES
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS=iphoneos\ iphonesimulator
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_ACTIVE_COMPILATION_CONDITIONS=DEBUG
export SWIFT_EMIT_LOC_STRINGS=NO
export SWIFT_OPTIMIZATION_LEVEL=-Onone
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SWIFT_RESPONSE_FILE_PATH_normal_arm64=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Objects-normal/arm64/hermes-engine.SwiftFileList
export SWIFT_VERSION=5.0
export SYMROOT=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built\ Examples
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Graphics\ Tools
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Java\ Tools
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Performance\ Tools
export SYSTEM_DEVELOPER_RELEASENOTES_DIR=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_ENABLE_PROJECT_HEADERS=NO
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=hermes-engine
export TARGET_BUILD_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/hermes-engine
export TARGET_DEVICE_IDENTIFIER=388A9DC2-F583-4EE9-8F79-E8DC8FD34E20
export TARGET_DEVICE_MODEL=iPhone14,6
export TARGET_DEVICE_OS_VERSION=16.2
export TARGET_DEVICE_PLATFORM_NAME=iphonesimulator
export TARGET_NAME=hermes-engine
export TARGET_TEMP_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build
export TEMP_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build
export TEMP_FILES_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build
export TEMP_FILE_DIR=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build
export TEMP_ROOT=/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex
export TEST_FRAMEWORK_SEARCH_PATHS=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/Developer/Library/Frameworks
export TEST_LIBRARY_SEARCH_PATHS=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNSTRIPPED_PRODUCT=NO
export USER=cjv
export USER_APPS_DIR=/Users/cjv/Applications
export USER_LIBRARY_DIR=/Users/cjv/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export USE_HERMES=true
export USE_LLVM_TARGET_TRIPLES=YES
export USE_LLVM_TARGET_TRIPLES_FOR_CLANG=YES
export USE_LLVM_TARGET_TRIPLES_FOR_LD=YES
export USE_LLVM_TARGET_TRIPLES_FOR_TAPI=YES
export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES=YES
export VALIDATE_DEVELOPMENT_ASSET_PATHS=YES_ERROR
export VALIDATE_PRODUCT=NO
export VALID_ARCHS=arm64\ arm64e\ i386\ x86_64
export VERBOSE_PBXCP=NO
export VERSION_INFO_BUILDER=cjv
export VERSION_INFO_FILE=hermes-engine_vers.c
export VERSION_INFO_STRING="@(#)PROGRAM:hermes-engine\ \ PROJECT:Pods-"
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=14C18
export XCODE_VERSION_ACTUAL=1420
export XCODE_VERSION_MAJOR=1400
export XCODE_VERSION_MINOR=1420
export XPCSERVICES_FOLDER_PATH=/XPCServices
export YACC=yacc
export arch=undefined_arch
export variant=normal
/bin/sh -c /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Script-46EB2E0001E170.sh
Node found at: /Users/cjv/.nvm/versions/node/v18.12.1/bin/node
No previous build detected, but Debug Configuration. No need to replace Hermes engine

warning: Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'ViroStarterKit' from project 'ViroStarterKit')
CompileStoryboard /Users/cjv/Desktop/React-Native/viro/starter-kit/ios/ViroStarterKit/LaunchScreen.storyboard (in target 'ViroStarterKit' from project 'ViroStarterKit')
cd /Users/cjv/Desktop/React-Native/viro/starter-kit/ios
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module ViroStarterKit --output-partial-info-plist /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/ViroStarterKit.build/Debug-iphonesimulator/ViroStarterKit.build/LaunchScreen-SBPartialInfo.plist --auto-activate-custom-fonts --target-device iphone --minimum-deployment-target 13.4 --output-format human-readable-text --compilation-directory /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/ViroStarterKit.build/Debug-iphonesimulator/ViroStarterKit.build /Users/cjv/Desktop/React-Native/viro/starter-kit/ios/ViroStarterKit/LaunchScreen.storyboard

CompileAssetCatalog /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/ViroStarterKit.app /Users/cjv/Desktop/React-Native/viro/starter-kit/ios/ViroStarterKit/Images.xcassets (in target 'ViroStarterKit' from project 'ViroStarterKit')
cd /Users/cjv/Desktop/React-Native/viro/starter-kit/ios
/Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/ViroStarterKit.build/Debug-iphonesimulator/ViroStarterKit.build/assetcatalog_dependencies --output-partial-info-plist /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/ViroStarterKit.build/Debug-iphonesimulator/ViroStarterKit.build/assetcatalog_generated_info.plist --app-icon AppIcon --compress-pngs --enable-on-demand-resources YES --filter-for-thinning-device-configuration iPhone14,6 --filter-for-device-os-version 16.2 --development-region en --target-device iphone --minimum-deployment-target 13.4 --platform iphonesimulator --compile /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/ViroStarterKit.app /Users/cjv/Desktop/React-Native/viro/starter-kit/ios/ViroStarterKit/Images.xcassets

Ld /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/ViroStarterKit.app/ViroStarterKit normal (in target 'ViroStarterKit' from project 'ViroStarterKit')
cd /Users/cjv/Desktop/React-Native/viro/starter-kit/ios
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-ios13.4-simulator -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/EagerLinkingTBDs -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/lib/swift -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/CocoaAsyncSocket -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/DoubleConversion -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/Flipper -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/Flipper-Boost-iOSX -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/Flipper-Fmt -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/Flipper-Folly -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/Flipper-PeerTalk -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/FlipperKit -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/RCT-Folly -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/RCTTypeSafety -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-Codegen -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-Core -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-CoreModules -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-Fabric -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-FabricImage -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-ImageManager -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-Mapbuffer -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-NativeModulesApple -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-RCTAnimation -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-RCTAppDelegate -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-RCTBlob -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-RCTFabric -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-RCTImage -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-RCTLinking -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-RCTNetwork -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-RCTSettings -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-RCTText -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-RCTVibration -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-cxxreact -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-debug -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-graphics -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-hermes -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-jserrorhandler -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-jsi -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-jsiexecutor -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-jsinspector -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-logger -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-nativeconfig -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-perflogger -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-rendererdebug -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-runtimescheduler -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/React-utils -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/ReactCommon -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/SocketRocket -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/Yoga -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/fmt -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/glog -L/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/libevent -L/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/../../node_modules/@viro-community/react-viro/ios/dist/lib -F/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/EagerLinkingTBDs -F/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator -F/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/../../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer -F/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/Flipper-DoubleConversion/Frameworks -F/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/Flipper-Glog/Frameworks -F/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/cjv/Desktop/React-Native/viro/starter-kit/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal -F/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/Flipper-DoubleConversion -F/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/Flipper-Glog -F/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL-Universal -F/Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/hermes-engine/Pre-built -filelist /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/ViroStarterKit.build/Debug-iphonesimulator/ViroStarterKit.build/Objects-normal/arm64/ViroStarterKit.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/ViroStarterKit.build/Debug-iphonesimulator/ViroStarterKit.build/Objects-normal/arm64/ViroStarterKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -stdlib=libc++ -fobjc-arc -fobjc-link-runtime -ObjC -lCocoaAsyncSocket -lDoubleConversion -lFlipper -lFlipper-Boost-iOSX -lFlipper-Fmt -lFlipper-Folly -lFlipper-PeerTalk -lFlipperKit -lRCT-Folly -lRCTTypeSafety -lReact-Codegen -lReact-Core -lReact-CoreModules -lReact-Fabric -lReact-FabricImage -lReact-ImageManager -lReact-Mapbuffer -lReact-NativeModulesApple -lReact-RCTAnimation -lReact-RCTAppDelegate -lReact-RCTBlob -lReact-RCTFabric -lReact-RCTImage -lReact-RCTLinking -lReact-RCTNetwork -lReact-RCTSettings -lReact-RCTText -lReact-RCTVibration -lReact-cxxreact -lReact-debug -lReact-graphics -lReact-hermes -lReact-jserrorhandler -lReact-jsi -lReact-jsiexecutor -lReact-jsinspector -lReact-logger -lReact-nativeconfig -lReact-perflogger -lReact-rendererdebug -lReact-runtimescheduler -lReact-utils -lReactCommon -lSocketRocket -lViroReact -lYoga -lc++ -lc++abi -lfmt -lglog -licucore -llibevent -lstdc++ -framework Accelerate -framework AudioToolbox -framework CFNetwork -framework JavaScriptCore -framework MobileCoreServices -framework OpenSSL -framework Security -framework UIKit -framework ViroKit -framework double-conversion -framework glog -framework hermes -ObjC -lc++ -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/ViroStarterKit.build/Debug-iphonesimulator/ViroStarterKit.build/ViroStarterKit.app-Simulated.xcent -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __ents_der -Xlinker /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/ViroStarterKit.build/Debug-iphonesimulator/ViroStarterKit.build/ViroStarterKit.app-Simulated.xcent.der -lPods-ViroStarterKit -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Intermediates.noindex/ViroStarterKit.build/Debug-iphonesimulator/ViroStarterKit.build/Objects-normal/arm64/ViroStarterKit_dependency_info.dat -o /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/ViroStarterKit.app/ViroStarterKit
ld: in /Users/cjv/Desktop/React-Native/viro/starter-kit/node_modules/@viro-community/react-viro/ios/dist/lib/libViroReact.a(VRTPortalScene.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/cjv/Desktop/React-Native/viro/starter-kit/node_modules/@viro-community/react-viro/ios/dist/lib/libViroReact.a' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** BUILD FAILED **

The following build commands failed:
Ld /Users/cjv/Library/Developer/Xcode/DerivedData/ViroStarterKit-gymlfgcudljvipcflrvbizkyzxns/Build/Products/Debug-iphonesimulator/ViroStarterKit.app/ViroStarterKit normal (in target 'ViroStarterKit' from project 'ViroStarterKit')
(1 failure)
`

Android build failed

Hello guys, I'm facing a build error when trying to build for android. I have no idea how to fix this.

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:mergeDebugAssets'.
Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not resolve project :react-viro.
     Required by:
         project :app
No matching configuration of project :react-viro was found. The consumer was configured to find a runtime of a component, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug' but:
          - None of the consumable configurations have attributes.

3d Models don't work

I am following this tutorial here

I've added the following code inside the ViroARScene

<Viro3DObject
  source={require('./res/emoji_smile/emoji_smile.vrx')}
  position={[0, 0, -1]}
  scale={[.2, .2, .2]}
  type="VRX"
  dragType="FixedDistance" onDrag={()=>{}} // allows user to drag 3D object around with finger
/>

And I've added the relative file in my project (res folder and I'm sure the full path exists /res/emoji_smile/emoji_smile.vrx).

But this error happens

image

I tried also with other files (.glb would be my ideal solution), but nothing works.

Project on Android not not starting

Hi everyone, I followed the installations instruction but when I run the command npx react-native run-android, is stuck on "Starting JS server".

Command output:

$ npx react-native run-android                    
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
Jetifier found 874 file(s) to forward-jetify. Using 12 workers...
info Starting JS server...

I'm on Fedora 35, Node version v16.14.0

is there anyone else with this problem?

When i try to use assets in starter-kit viro project, the app would crash

Encountering an issue, whenever I attempt to utilize assets in the Viro project's starter kit, leads to the application crashing. This occurs while running the app on my Android device. Is there a solution to resolve this problem?

This i my full code:

import {
  ViroARScene,
  ViroText,
  ViroTrackingStateConstants,
  ViroARSceneNavigator,
  ViroTrackingReason,
  ViroBox,
  ViroMaterials
} from "@viro-community/react-viro";

const InitialScene = () => {
  ViroMaterials.createMaterials({
    wood:{
      diffuseTexture:require('./assets/wood.png')
    }
  })

  return(
    <ViroARScene>
    <ViroBox 
    height={2}
    length={2}
    width={2}
    scale={[0.2, 0.2, 0.2]}
    position={[0, -1, -1]}
    materials={['wood']}
    />
  </ViroARScene>
  );
};
export default () => {
  return (
    <ViroARSceneNavigator 
    initialScene={{
      scene:InitialScene
    }}
    style={{flex:1}}
    />
  );
};

Here's where i try to use assets :

const InitialScene = () => {
  ViroMaterials.createMaterials({
    wood:{
      diffuseTexture:require('./assets/wood.png')
    }
  })

Here's the assets:
image

I try with other thing like ViroImage and Viro360Image. And it do the same thing.
I'm sorry for my poor english

Crashes when start the app on android

Hi

Have Android A10 (low-end model) , trying to run the app on it but it's crashes directly when I start the app !

I tried with all updates for packages and OS version and cleaning up the caches and all these stuff but it's still same issue
No error or log either

Tried to run it from terminal and from Android studio .
Any ideas ?
Thanks

Crashes on android just app start

LOG guncelleme 1 4
ERROR TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[4], "@viro-community/react-viro").ViroConstants.TRACKING_NORMAL')

error on start running

Hello, after following all the steps and launching the command npx react-native run-android I get the following error. How do I solve? Thank you

Failed to construct transformer: Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:133:10) at stableHash (D:\REACT NATIVE\starter-kit\node_modules\metro-cache\src\stableHash.js:19:8) at Object.getCacheKey (D:\REACT NATIVE\starter-kit\node_modules\metro-transform-worker\src\index.js:593:7) at getTransformCacheKey (D:\REACT NATIVE\starter-kit\node_modules\metro\src\DeltaBundler\getTransformCacheKey.js:24:19) at new Transformer (D:\REACT NATIVE\starter-kit\node_modules\metro\src\DeltaBundler\Transformer.js:48:9) at D:\REACT NATIVE\starter-kit\node_modules\metro\src\Bundler.js:22:29 { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' }

BUILD FAILED in ios

I followed the steps in the ReadMe but when when running npm run ios -- --simulator="iPhone 14" it's failing.

These are the steps that I did:

  • cloned the repo
  • run npm install
  • npm start
  • npm run ios -- --simulator="iPhone 14" (on a different terminal)

Asking for your kind guidance. Thank you

image

Image Recognition not working in starter kit

Hello.
I ran ImageRecognition in the starter-kit. It doesn't load my ViroText when I point the camera to the target.
Is there anything I'm doing wrong?

I have a minimal example of the issue here: https://github.com/ThomasCarstens/starter-kit/tree/testImageRecognition
(in the testImageRecognition branch)

Here is App.js :

import React, {useState} from 'react';
import {StyleSheet, View} from 'react-native';
import {
  ViroARScene,
  ViroText,
  ViroTrackingStateConstants,
  ViroARSceneNavigator,
  ViroARImageMarker,
  ViroARTrackingTargets,
  ViroAmbientLight,
} from '@viro-community/react-viro';


const HelloWorldSceneAR = () => {
  const [text, setText] = useState('Initializing AR...');

  ViroARTrackingTargets.createTargets({
    ben : {
      source : require('./assets/target.jpg'),
      orientation : "Up",
      physicalWidth : 0.08 // real world width in meters
    },
  })


  return(
    <View>
        <ViroARScene>
          <ViroAmbientLight color="#ffffff" intensity={200}/> 

        <ViroARImageMarker target={ViroARTrackingTargets.ben}>
            <ViroText text={"Hello World"} scale={[.2, .2, .2]}
            position={[0, .1, 0]} rotation={[-90, 0, 0]} style={styles.helloWorldTextStyle} />
        </ViroARImageMarker>
      

    </ViroARScene>
    </View>
    
    );
};

export default () => {
  return (
    <ViroARSceneNavigator
      autofocus={true}
      initialScene={{
        scene: HelloWorldSceneAR,
      }}
      style={styles.f1}
    />
  );
};

var styles = StyleSheet.create({
  f1: {flex: 1},
  helloWorldTextStyle: {
    fontFamily: 'Arial',
    fontSize: 30,
    color: '#ffffff',
    textAlignVertical: 'center',
    textAlign: 'center',
  },
});

Invalid `Podfile` file

pod install

[!] Invalid `Podfile` file: cannot load such file -- /Users/d/starter-kit/node_modules/react-native/scripts/react_native_pods.rb
Debugger attached.
Waiting for the debugger to disconnect....

 #  from /Users/d/starter-kit/ios/Podfile:2
 #  -------------------------------------------
 #  # Resolve react_native_pods.rb with node to allow for hoisting
 >  require Pod::Executable.execute_command('node', ['-p',
 #    'require.resolve(
 #  -------------------------------------------

ViroARObjectMarker (crashing)

Hi and thanks for amazing tools!

When ViroARObjectMarker founds an anchor the app crashing (iPhone 11 and iPad Pro, os = 14.4.2). ViroARImageMarker is everything ok. Сan I somehow solve this problem?

App crashes when using ar on Android device.

There was no problem when I built and executed the Android environment for using viroreact in my existing project.
Afterwards, to run the code in App.js of the starter-kit, I imported only the code into my project and ran it, but there is no error log, and the app keeps forcibly shutting down.
Can you come up with a solution for this part? Minimum sdk is set. Is there anything else I should do?

(APK Missing Viro Libs)Android Emulator Not Supported By Viro?

Sorry to bring this up again, but... Emulator Not Supported By Viro?

Google appears to have gone to some trouble creating a Virtual Scene as the source for the back camera on the emulator to allow AR testing to be done without requiring a physical device.

I could not determine why this option was not supported from the link in the Readme and the old documentation appears to be offline. Is this just a legacy reason?

For my situation, I unpacked the apk(x86_64) generated from this repo and it appears that none of the viro libraries were included... I am not sure what to make of that. Could I have done something wrong? I followed the instructions and I see that the jettify transforms were generated and selected from. The manifest merger report indicates that they were all accounted for. Not sure why they did not end up in the apk?

System:
OS: macOS 11.7.9
CPU: (4) x64 Intel(R) Core(TM) i5-4260U CPU @ 1.40GHz
Memory: 81.66 MB / 4.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.22.12 - ~/.nvm/versions/node/v12.22.12/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v12.22.12/bin/yarn
npm: 6.14.16 - ~/.nvm/versions/node/v12.22.12/bin/npm
Watchman: 2023.09.18.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.13.0 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3
Android SDK: 30, 33
IDEs:
Android Studio: 2022.3 AI-223.8836.35.2231.10671973
Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild
Languages:
Java: 11.0.20.1 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 17.0.2
react-native: ^0.65.1 => 0.65.3
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found

Android Build: Execution failed for task ':app:checkDebugAarMetadata' Min-SDK

Just cloned the Starter Repo and did a yarn install.
On running the yarn android (npx react-native run-android), I am getting a build failed error with the following message

The minCompileSdk (31) specified in a
     dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties)
     is greater than this module's compileSdkVersion (android-30).
     Dependency: androidx.appcompat:appcompat:1.4.1.

Library not loaded: @rpath/GTMSessionFetcher.framework/GTMSessionFetcher

On iOS the app launches and crashes on splash screen. It is looking for GTMSessionFetcher. "GTMSessionFetcher makes it easy for Cocoa applications to perform http operations." Why is this needed in this Viro starter kit?

dyld[64201]: Library not loaded: @rpath/GTMSessionFetcher.framework/GTMSessionFetcher
  Referenced from: <user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/ViroKit.framework/ViroKit
  Reason: tried: '~/starter-kit/ios/DerivedData/myviroapp/Build/Products/Debug-iphonesimulator/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/ViroKit.framework/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/../../Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/ViroKit.framework/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 15.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '/usr/lib/swift/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 15.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '/usr/lib/swift/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 15.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file)
Library not loaded: @rpath/GTMSessionFetcher.framework/GTMSessionFetcher
  Referenced from: <user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/ViroKit.framework/ViroKit
  Reason: tried: '~/starter-kit/ios/DerivedData/myviroapp/Build/Products/Debug-iphonesimulator/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' (no such file),
   '<user path>/Library/Developer/CoreSimulator/Devices/81337AB7-6E0C-416B-BFAA-3D5C417E2F7D/data/Containers/Bundle/Application/F5494F8F-2D62-4658-A6EC-FFC40DD8515F/myviroapp.app/Frameworks/ViroKit.framework/Frameworks/GTMSessionFetcher.framework/
(lldb) 

Please let me know if more information is needed.

Can't install pods

I run the command described in the README
npm install --save git+https://github.com/virocommunity/viro
This commands modifies the package.json and adds this line
"@viro-community/react-viro": "github:virocommunity/viro"
Which results in an error when installing Pods after adding the lines mentioned in the README
[!] No podspec found for ViroKit_static_lib in ../node_modules/react-viro/ios/dist/ViroRenderer/static_lib

This error clearly states where is the issue. I resolved it by putting this line to package.json (instead the one mentioning @viro-community)
"react-viro": "git+https://github.com/virocommunity/viro"

After you run NPM, everything works fine.

Error: Duplicate resources

Hello, i use starter kit and add Viro3DObject witch my resources

return (
    <ViroARScene onTrackingUpdated={onInitialized}>
      <ViroAmbientLight color={'#fff'} influenceBitMask={1} />

      <Viro3DObject
        source={require('./res/mycube/mycube.obj')}
        position={[0, -2, -4]}
        scale={[0.4, 0.4, 0.4]}
        type={'OBJ'}
        onDrag={() => {}}
        resources={[
          require('./res/mycube/mycube.mtl'), // <- problem here
          require('./res/mycube/canyon.jpg'),
          require('./res/mycube/buckle1.jpg'),
        ]}
      />
    </ViroARScene>
  );

and during build android studio returns exception:

Execution failed for task ':app:mergeReleaseResources'.
> [raw/res_mycube_mycube] /home/il/projects/starter-kit/android/app/build/generated/res/react/release/raw/res_mycube_mycube.mtl	[raw/res_mycube_mycube] /home/il/projects/starter-kit/android/app/build/generated/res/react/release/raw/res_mycube_mycube.obj: Error: Duplicate resources

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

if remove line require('./res/mycube/mycube.mtl') then build is success, but resources are not added to the object: mtl file doen't get into the apk build

I got this error both in my project and starter-kit project

Marker based AR not working

Hello

I need to implement an AR feature based on image tracking. I tried using this repo to try implementing part of that feature, and following the image recognition documentation I registered the target image and wrapped the "hello world" text in an image marker, resulting in the following (the ... represent code that hasn't been modified after cloning the repo):

import { ..., ViroARImageMarker, ViroARTrackingTargets } from '@viro-community/react-viro';

ViroARTrackingTargets.createTargets({
  "logo": {
      source: require('./logo.png'),
      orientation: "Up",
      physicalWidth: 0.1 // real world width in meters
      type: "Image"
  },
});

const HelloWorldSceneAR = () => {
  ...
  return (
    <ViroARScene onTrackingUpdated={onInitialized}>
      <ViroARImageMarker target={"logo"}>
        <ViroText
          text={text}
          scale={[0.5, 0.5, 0.5]}
          position={[0, 0, -1]}
          style={styles.helloWorldTextStyle}
        />
      </ViroARImageMarker>
    </ViroARScene>
  );
};
...

This is the aforementioned logo.png, however, the text isn't appearing over it when looking at it with the camera.
How can I solve this?

logo

App crashing on startup (Q Android 10.0 / 29 API AVD)

Just getting setup to try this and after getting the prerequisites in place. The app builds but crashes on startup. Will add more info as I research about getting info from the app crash.

Edit: Here's the logcat https://gist.github.com/weex/abe5b05214067e92936b5207c50744d5

$ npx react-native info
info Fetching system and libraries information...
System:
    OS: macOS 11.6.1
    CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
    Memory: 123.47 MB / 16.00 GB
    Shell: 3.2.57 - /bin/bash
  Binaries:
    Node: 16.13.0 - ~/.nvm/versions/node/v16.13.0/bin/node
    Yarn: 1.22.17 - /usr/local/bin/yarn
    npm: 8.1.0 - ~/.nvm/versions/node/v16.13.0/bin/npm
    Watchman: 2021.12.20.00 - /usr/local/bin/watchman
  Managers:
    CocoaPods: 1.11.2 - /Users/dsterry/.rbenv/shims/pod
  SDKs:
    iOS SDK:
      Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4
    Android SDK:
      API Levels: 29, 30, 32
      Build Tools: 29.0.2, 30.0.2, 32.0.0
      System Images: android-28 | Google APIs Intel x86 Atom, android-29 | Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom
      Android NDK: Not Found
  IDEs:
    Android Studio: 2020.3 AI-203.7717.56.2031.7935034
    Xcode: 12.5.1/12E507 - /usr/bin/xcodebuild
  Languages:
    Java: 1.8.0_292 - /usr/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: 17.0.2 => 17.0.2 
    react-native: 0.65.1 => 0.65.1 
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found

TypeError: undefined is not an object

Getting this error on Metro when running the "starter-kit" on an Android Device

ERROR TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[4], "@viro-community/react-viro").ViroConstants.TRACKING_NORMAL')
Any help? The app also turns to an screen with the same error

onClick prop does not work

Description

Hi, I am learning to use Viro and I am trying to add a click event to a ViroText component. I have tried to add the onClick prop to the ViroText component but it does not seem to work.
Error is Exception thrown while executing UI block: -[VRTNodeContainer setOnClick:]: unrecognized selector sent to instance 0x12f310a50 after setting onClick prop to ViroText component.
I am curious to know if there is a way to add a click event to a ViroText component or any other Viro component. Prop onPinch is working fine but onClick is not working.

Device

  • physical device: iPhone 11
  • OS: iOS 17.2.1

Code

import {
  ViroARScene,
  ViroARSceneNavigator,
  ViroCamera,
  ViroText,
  ViroTrackingReason,
  ViroTrackingStateConstants,
} from '@viro-community/react-viro';
import React, {useState} from 'react';
import {StyleSheet} from 'react-native';

const HelloWorldSceneAR = () => {
  const [text, setText] = useState('Initializing AR...');

  function onInitialized(state: any, reason: ViroTrackingReason) {
    console.log('onInitialized', state, reason);
    if (state === ViroTrackingStateConstants.TRACKING_NORMAL) {
      setText('Hello World!');
    } else if (state === ViroTrackingStateConstants.TRACKING_UNAVAILABLE) {
      // Handle loss of tracking
    }
  }

  const handleClick = () => {
    console.log('clicked1');
  };
  return (
    <ViroARScene onTrackingUpdated={onInitialized}>
      <ViroCamera position={[0, 0, 0]} active={true} />
      <ViroText
        style={styles.helloWorldTextStyle}
        text={text}
        scale={[0.5, 0.5, 0.2]}
        position={[0, 0, -2]}
        onClick={handleClick}
      />
    </ViroARScene>
  );
};

const SecondScene = (props: any) => {
  return (
    <ViroARScene>
      <ViroText
        text="This is the second scene!"
        position={[0, 0, -2]}
        style={styles.helloWorldTextStyle}
      />
    </ViroARScene>
  );
};

export default () => {
  return (
    <ViroARSceneNavigator
      autofocus={true}
      initialScene={{
        scene: HelloWorldSceneAR,
      }}
      style={styles.f1}
    />
  );
};

var styles = StyleSheet.create({
  f1: {flex: 1},
  helloWorldTextStyle: {
    fontFamily: 'Arial',
    fontSize: 30,
    color: '#ffffff',
    textAlignVertical: 'center',
    textAlign: 'center',
  },
});

Build Failed running starter kit

I cloned this repo and followed the instructions and am getting a build failed. I just upgraded my mac to big sur and updated xcode this morning. I searched from IPHONEOS_DEPLOYMENT_TARGET in the project and they all say 11.0. Any assistance would be appreciated!

/Users/jmsims2/starter-kit/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'boost-for-react-native' from project 'Pods')
warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the myviroapp editor. (in target 'myviroapp' from project 'myviroapp')
/Users/jmsims2/starter-kit/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.4, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flipper-PeerTalk' from project 'Pods')
/Users/jmsims2/starter-kit/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'YogaKit' from project 'Pods')
/Users/jmsims2/starter-kit/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flipper-Glog' from project 'Pods')

** BUILD FAILED **


The following build commands failed:
	Ld /Users/jmsims2/Library/Developer/Xcode/DerivedData/myviroapp-atbmxjqzpilodseztrkqztrcevmk/Build/Products/Debug-iphonesimulator/myviroapp.app/myviroapp normal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.