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

iOS & CocoaPods bug #3

Open
xgqfrms opened this issue Sep 7, 2019 · 11 comments
Open

iOS & CocoaPods bug #3

xgqfrms opened this issue Sep 7, 2019 · 11 comments
Labels
bug Something isn't working iOS & CocoaPods bug iOS & CocoaPods bug React Native & bug React Native & bug

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Sep 7, 2019

iOS & CocoaPods bug

CocoaPods bug

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects.

It has over 65 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your projects elegantly.

https://cocoapods.org/

Installing required CocoaPods dependencies
? CocoaPods (https://cocoapods.org/) is not installed. It's necessary for iOS project to run correctly. Do you want to install it? Yes

$ cd ./qrcode_app/ios && pod install
@xgqfrms
Copy link
Owner Author

xgqfrms commented Sep 7, 2019

image
image

@xgqfrms
Copy link
Owner Author

xgqfrms commented Sep 7, 2019

react native run all emulator

https://facebook.github.io/react-native/docs/running-on-simulator-ios

https://github.com/facebook/react-native/blob/master/scripts/run-android-emulator.sh

$ react-native run-ios

$ react-native run-android
# qrcode-reader-app
$ react-native init qrcode_reader_app

# iOS
$ cd qrcode_reader_app && react-native run-ios
# Open qrcode_reader_app\ios\qrcode_reader_app.xcodeproj in Xcode or run "xed -b ios"
# Hit the Run button

# Have an Android emulator running (quickest way to get started), or a device connected.
# Open Android Studio > AVD
# Android
$ cd qrcode_reader_app && react-native run-android

flutter run all emulator

https://stackoverflow.com/questions/49045393/flutter-run-no-connected-devices

$ flutter devices

$ flutter run  

$ flutter emulators

$ flutter run -d 




xgqfrms added a commit that referenced this issue Sep 8, 2019
# iOS bug

> pod install failed

#3
@xgqfrms-GitHub
Copy link
Contributor

xgqfrms-GitHub commented Sep 8, 2019

iOS bug

pod install failed

image

image

@xgqfrms-GitHub
Copy link
Contributor

@xgqfrms-GitHub xgqfrms-GitHub added iOS & CocoaPods bug iOS & CocoaPods bug bug Something isn't working React Native & bug React Native & bug labels Sep 8, 2019
@xgqfrms-GitHub
Copy link
Contributor

iOS bug

https://cocoapods.org/

$ sudo gem install cocoapods

$ cd /ios && pod install

image

@xgqfrms
Copy link
Owner Author

xgqfrms commented Sep 8, 2019

image

@xgqfrms-GitHub
Copy link
Contributor

React-Native Tutorials

https://egghead.io/courses/react-native-fundamentals

part free

https://egghead.io/courses/react-testing-cookbook

https://egghead.io/courses/react-native-fundamentals

https://egghead.io/courses/react-flux-architecture-es6

all free

https://egghead.io/courses/building-react-applications-with-idiomatic-redux

https://egghead.io/courses/getting-started-with-redux

https://egghead.io/courses/react-fundamentals

https://egghead.io/courses/manage-complex-state-in-react-apps-with-mobx

Dependencies for Windows + Android

You will need node.js, the React Native command line tools, Watchman, and Android Studio.

install

$ npm install --save react react-native-cli 

# test 

$ react-native init AwesomeProject
$ cd AwesomeProject
$ react-native run-android
# OR 
$ react-native run-ios

$ react-native start

@xgqfrms-GitHub
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working iOS & CocoaPods bug iOS & CocoaPods bug React Native & bug React Native & bug
Projects
None yet
Development

No branches or pull requests

2 participants