-
Notifications
You must be signed in to change notification settings - Fork 4
How to install to iOS #12
Comments
@noymer Thx for your dedicated info! We'll check your example later and could you possibly check the following points?
|
@hotchemi Thank you quick response! On Android, the sample works. I will try re-install. |
Unfortunatelly, even if I re-installed, The re-installed code is: |
Hi, After some searching, I found this issue. I modified code like this,
and both android and iOS builds succeeded! The build suceeded code is: |
@noymer Ooh thx for the investigation 🙇 # Your 'node_modules' directory is probably in the root of your project,
# but if not, adjust the `:path` accordingly
pod 'React', :path => '../node_modules/react-native', :subspecs => [
'Core',
'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43
'RCTText',
'RCTNetwork',
'RCTWebSocket', # needed for debugging
# Add any other subspecs you want to use in your project
]
# Explicitly include Yoga if you are using RN >= 0.42.0
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga' |
Addressed, thx guys! |
I have tried to install
react-native-td
, but build is failed.The failed repo is https://github.com/noymer/RNTreasureDataExample
How to install it?
questions
Isn't
pod install
is necessary?Could you write down installation process, like
how I did
below?how I did
Below is how I did in the repo.
In this timing code is: noymer/RNTreasureDataExample@088b748
And build was failed.
I tried
pod install
$ cd ios $ pod install
In this timing code is: noymer/RNTreasureDataExample@af86d97
But build failed again.
When I opened the workspace in xcode and tried to build, failed again.
The text was updated successfully, but these errors were encountered: