prscX / react-native-app-tour

React Native: Native App Tour Library
Apache License 2.0
640 stars 119 forks source link

[iOS] Error in pod update (installation) #96

Closed andyrobert3 closed 4 years ago

andyrobert3 commented 4 years ago

Actions to reproduce:

yarn add react-native-app-tour

Added the following pods into ios/Podfile as per ReadMe instructions

  use_native_modules!

  pod 'RNAppTour', :path => '../node_modules/react-native-app-tour/ios'

  use_frameworks!

  pod 'MaterialShowcase'

Then ran pod update

The current version of Cocoapods: 1.9.1

Error happened below image

gitcoinbot commented 4 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


This issue now has a funding of 5.0 DAI (5.0 USD @ $1.0/DAI) attached to it.

gitcoinbot commented 4 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Work has been started.

These users each claimed they can complete the work by 3 weeks, 3 days from now. Please review their action plans below:

1) tristangodfrey has been approved to start work.

Just out of curiosity, which version of CocoaPods are you using? A quick google search told me that:


CocoaPods version 1.3.1 and earlier do not support static framework dependencies.

CocoaPods 1.4.0 adds the static_framework option in #6811 that enables you to specify building a pod as a static_framework, which unlike dynamic frameworks, can have static framework dependencies. 2) dsp1589 has been approved to start work.

Rebuilding the pods module for the app

Learn more on the Gitcoin Issue Details page.

iMokhles commented 4 years ago

my fork should solve this issue https://github.com/iMokhles/react-native-app-tour

ravi-poonia commented 4 years ago

@iMokhles Does your fork also requires to use use_framework! ?

iMokhles commented 4 years ago

@ravi-poonia non