-
Notifications
You must be signed in to change notification settings - Fork 1
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
iOS bindings #3
iOS bindings #3
Conversation
f43ed66
to
61c84b1
Compare
I'm getting this error when trying to install the pods from the
Any ideas on how to resolve this? I am able to create and run a brand new ReactNative app so I think my machine is setup correctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, so I did npm install expo
and now I'm getting this error:
$ pod install
Using Expo modules
[Expo] Enabling modular headers for pod ExpoModulesCore
Auto-generating `.xcode.env.local` with
$NODE_BINARY=/Users/jamal/.nvm/versions/node/v16.16.0/bin/node
Auto-linking React Native modules for target `lncmobiledemo`: RNCMaskedView, RNGestureHandler, RNReanimated, RNScreens, lnc-rn, react-native-encrypted-storage, and react-native-safe-area-context
[Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json
Analyzing dependencies
Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
[Codegen] Found FBReactNativeSpec
Fetching podspec for `RCT-Folly` from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`
Fetching podspec for `boost` from `../node_modules/react-native/third-party-podspecs/boost.podspec`
Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
[!] CocoaPods could not find compatible versions for pod "Expo":
In Podfile:
Expo (from `../node_modules/expo`)
Specs satisfying the `Expo (from `../node_modules/expo`)` dependency were found, but they required a higher minimum deployment target.
I assume that I may need to install an older version of the expo
package which supports the deployment target of 12.0 specified in the Podfile
. I have the latest expo
v47.0.6 installed now which is throwing this error.
Is this correct? If so, what version are you using?
@jamaljsr looks like I have expo v6.0.2 installed 😲 something must have gotten messed up when getting this branch up to sync though as I'm having issues finding my Also throwing on Investigating |
When I use
|
Ah ok. I've been following the React Native CLI Quickstart instructions which uses |
f771bcc
to
716b6ce
Compare
Closed in favor of #7 |
These are the full iOS bindings for LNC-rn.
To test, run the
connect-demo
ormulti-connect-demo