Closed JustinSeidl closed 3 years ago
@coreyphillips I am hoping you can help me understand what I am missing?
Hey @JustinSeidl. There are a few items that could be causing this issue. I'll list some potential items/solutions coming to mind at the moment:
pod install
. So just to be sure, updating cocoapods with sudo gem install cocoapods
may help.
git clone https://github.com/coreyphillips/moonshine && cd moonshine && yarn install && react-native run-ios
pod install
. If there were no errors attempt to start the project. moonshine/ios/moonshine.xcworkspace
, you'll see under "Signing & Capabilities" that "Ferryman Fin LLC" is set as the Team. This could be breaking the build. Changing this to a team of your own or "None" may help. Once done, attempt to start the project. @coreyphillips thank you for the assistance. I ended up having to update pods followed by the pods install.
➜ ios git:(master) pod install
Auto-linking React Native modules for target `moonshine`: BVLinearGradient, RNBootSplash, RNCAsyncStorage, RNCClipboard, RNKeychain, RNReactNativeHapticFeedback, RNReanimated, RNSVG, RNVectorIcons, TouchID, lottie-ios, lottie-react-native, react-native-blur, react-native-camera, react-native-netinfo, react-native-randombytes, react-native-slider, and react-native-tcp
Analyzing dependencies
Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
Fetching podspec for `Folly` from `../node_modules/react-native/third-party-podspecs/Folly.podspec`
Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
[!] CocoaPods could not find compatible versions for pod "FlipperKit/SKIOSNetworkPlugin":
In snapshot (Podfile.lock):
FlipperKit/SKIOSNetworkPlugin (= 0.54.0, ~> 0.54.0)
In Podfile:
FlipperKit/SKIOSNetworkPlugin (~> 0.54.0)
None of your spec sources contain a spec satisfying the dependencies: `FlipperKit/SKIOSNetworkPlugin (~> 0.54.0), FlipperKit/SKIOSNetworkPlugin (= 0.54.0, ~> 0.54.0)`.
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
➜ ios git:(master) pod repo update
Updating spec repo `trunk`
➜ ios git:(master) pod install
@coreyphillips next problem I am running into after installing cocoapods. Appears to be an issue with my bundle?
Looks like it might not have spawned the server, so you might need to do it manually. To test this, open up two terminals and navigate to moonshine in each. In one terminal type yarn start
and in the other run react-native run-ios
. That should get it going.
@coreyphillips thank you for the tip. It didn't solve my issue launching the iOS version but it did expose the error that I was able to investigate. It turns out the last issue I was experiencing was related to my node version. I was using 12.18.2, switched to 14.16.0 after investigating your package.json, and that solved the issue!
Excited to explore your wallet further. Thank you
Cloned the repository and trying to run an iOS build but am receiving the below error after following the installation commands: