-
Notifications
You must be signed in to change notification settings - Fork 236
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
0.5.2 is broken? (iOS) #196
Comments
can you share your error stacktrace? does this happen on android as well? cocoapods or react-native link? |
Haven't had time yet to test on Android. Using exact same code and settings that work without a problem using 0.5.1. Xcode version is 9.4.1. Using |
|
May not have unlinked before relinking. :/ Trying again. |
take a look at your |
0.5.2 has an issue in iOS where the header paths specified in the SMXXCrashlytics.xcodeproj is not being set correectly. A fix has been merged into master, but a new version of the package has not been released on NPM yet. reverting back to 0.5.1 or using the master branch of this repo in your package.json file should work. |
in which commit? |
@sibelius I'm looking through your commits and can't find anything recent that touched framework search paths directly - it was consistently setting a recursive search path that I had to change for the project to build correctly each time I installed 0.5.2, and when I attempted to use the master branch the search path was set correctly. Sorry I can't provide more info. Will try to dig deeper when I have time. |
maybe releasing another release can fix this? |
possibly 🤞 |
I haven't had a chance to look either, but i did notice that running |
Have the same exact problem with @TheRohitSharma |
I reproduce the problem on Android |
0.5.2 Works fine, but change the import to this : AND FABRIC.Answers.logContentView('Home', 'Simple view', 'page-view'); Works.. 0/ import FABRIC from 'react-native-fabric' doesn't works for me in latest version (0.5.2) |
I had to revert to 0.5.1 to get my build using React Native v0.55.4 to work with this module. I kept getting an error regarding Fabric being undefined when I attempted to use Fabric.Answers. Once I reverted to 0.5.1, it built just fine.
Not a big deal for me, but figured I'd give a heads up.
The text was updated successfully, but these errors were encountered: