-
Notifications
You must be signed in to change notification settings - Fork 118
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
file not found in iOS and No resourcefound in android #3
Comments
Thanks @WCChimiiz for raising the issue. iOS: Did you followed iOS installation steps? Basically need to init and install Thanks |
@WCChimiiz
|
@prscX Let note it on read me or link to this issue :) thanks |
Thanks @congnguyen91 for the response. I will add this issue in Thanks |
@prscX @congnguyen91 |
No problem @WCChimiiz, Please feel free to share PR/Suggestions in case you feel something can be improved. Please let us know in case you face any issues, lets make community strong and help folks with our work 😄 Thanks |
@WCChimiiz I have seen your README.md - wonderful. Could you make a best clear README for this project :) like that about this iOS/Android issue. You are alway welcome 👍 to make a merge quest to master branch. |
After doing all above steps i am getting material showcase not found please help. |
Thanks @shubhanus for reporting the issue. We have added setup video on how to add the native library. Can you please try by following same steps. Let us know in case it does not work. Thanks |
Thanks i will try and let u know if anything wont workout. |
@prscX I have used old method and just we need to do pod install in ./node_modules/react-native-app-tour/ios then open xcode and follow @congnguyen91 instructions. if we get swift version is not define then in xcode click on frameworks>Pods.xcodeproj and search for swift language version and select Swift 3.3. and that will work!!!! I think in docs you should remove that video that might be confusing just keep that pod install line. |
I think the best solution is for the library owner to add a .podspec file to the project. React native is advising people to stop manual linking because they can break the code.Thank you. |
@lutakyn: Thanks for bringing this up, we have already added .podspec file to iOS folder and is compatible with latest RN61. Please follow installation steps. Let me know if you face any problem. |
Could you please share RN version. I would recommend to migrate to RN61, it is easy to do setup and has default pod support. |
I,m Using This version "react-native": "0.60.4" |
Is it possible to upgrade to RN61, it will be easy to do the setup. |
Thanks, I will check all impact area and upgrade RN61 then I will let you know. it's working or not. |
Hello @prscX , i am also stuck in the ios build and getting the below error. I am using RN0.61. added the materialshowcase in framework also. Please can you help, i am stuck for long in this, as android it is working fine |
'MaterialShowcase/MaterialShowcase-Swift.h' file not found error in AppTour.h. On pod update I can see the below logs : |
No pod file in or ios folder in node modules when installed. pod install in ./node_modules/react-native-app-tour/ios ---- no pods file to install |
I'm stuck in the same situation of @prateekchitransh1907 and @kgauravBridgera . |
when I run iOS
./node_modules/react-native-app-tour/ios/RNAppTour.h:3:9: fatal error: 'MaterialShowcase/MaterialShowcase-Swift.h' file not found
when I run android
/android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:4: AAPT: Error retrieving parent for item: No resourcefound that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.
/android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
/android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.
The text was updated successfully, but these errors were encountered: