juspay / hyper-sdk-react

React Native Plugin over Hyper SDK
https://juspay.in
GNU Affero General Public License v3.0
5 stars 11 forks source link

Getting error while using Xcode Cloud, on local builds it's working fine ('VerifyHyperAssets.h' file not found) #29

Closed dhayaljaswantgit closed 10 months ago

dhayaljaswantgit commented 11 months ago

Compile HyperSdkReact.mm (arm64)

'VerifyHyperAssets.h' file not found

Screenshot 2023-10-30 at 1 33 25 PM
dhayaljaswantgit commented 10 months ago

I was able to fix it using below script

echo "=========> Installing node.js ‹ =========" brew install node

echo "==> Installing Coaopods" brew install cocoapods

echo "install yarn" npm install --global yarn

echo "==> Installing node modules:" yarn

echo "--> Moving into parent directory" cd ..

echo "--> Install dependencies you manage with CocoaPods." pod install