Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running react native iOS example app fails #180

Open
harry-anderson opened this issue Dec 27, 2023 · 0 comments
Open

Running react native iOS example app fails #180

harry-anderson opened this issue Dec 27, 2023 · 0 comments

Comments

@harry-anderson
Copy link

harry-anderson commented Dec 27, 2023

Hi there, I am trying to run the react-native IOS example app and found running yarn example ios fails.

My environment:

MacOs 14.2 (23C64)
Mac mini - Apple M2 Pro chip
XCode 15.1
Simulator - Device:IPhone 13 OS:15.0

Steps I tried:

cd wrappers/react-native
yarn install --frozen-lockfile
yarn bootstrap
yarn build:all
yarn example ios

yarn example ios command fails with the following output:
build-output.txt

/Users/harry/dev/mattrglobal/pairing_crypto/wrappers/react-native/ios/PairingCryptoRn.m:4:9: fatal error: 'bbs_signature.h' file not found
#import <bbs_signature.h>
        ^~~~~~~~~~~~~~~~~
1 error generated.
...
/Users/harry/dev/mattrglobal/pairing_crypto/wrappers/react-native/example/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.2.99. (in target 'YogaKit' from project 'Pods')

--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:459B934C-1016-4A63-9FB4-0E85E74512E9, OS:15.0, name:iPhone 13 }
{ platform:iOS Simulator, id:459B934C-1016-4A63-9FB4-0E85E74512E9, OS:15.0, name:iPhone 13 }
** BUILD FAILED **

Any advice would be much appreciated! Thanks in Advance 🙏

@harry-anderson harry-anderson changed the title Fail to run react native iOS example app Running react native iOS example app fails Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant