-
Notifications
You must be signed in to change notification settings - Fork 14
Fabric API key still required in info.plist #130
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
Comments
can link the documentation where the API key isn't needed anymore? cannot find it |
it basically means you don't have to add it manually. |
This is what I'm trying to tell you: you have to add it manually, otherwise you get the following error when the application starts:
|
could you try with 2.0.2? |
Looks the same with 2.0.2. Just tested. Even after manually adding it in the Info.plist, I get the following error during build:
|
that's strange. CI is working so far even for iOS. Can you share your project? Which NativeScript version you're using? |
I have the same issue and tried adding the key to the plist file but received the same error as @etabakov. Interesting that the error shows is looking for the build phase in Fabric.framework/run but the hook has it writing to Fabric/run. I tried changing the hook to write to Fabric.framework/run but this didn't work either. Xcode: 9.4 |
I can confirm same error happens for me. Xcode 9.4 |
Hi guys, Now it is working.. Cheers, |
Same here. I had to add this to my
|
The documentation mentions the configuration for iOS is not needed anymore, but when building for iOS I got an error that the Fabric key was missing from info.plist dict.
I managed to find the needed info.plist code in an older version of the readme.
I'm using the @next version.
The text was updated successfully, but these errors were encountered: