FabricPlugin icon indicating copy to clipboard operation
FabricPlugin copied to clipboard

iOS Shell Script path error

Open emc2spider opened this issue 8 years ago • 1 comments

I have an app build on Cordova that runs both iOS and Android. When I set up the plugin, after tinkering with it a while I managed to get it working on iOS by changing the addShellScriptBuildPhase to use in the script instead of the path to /lib/ios/Crashlytics.framework... to /lib/ios/Fabric.framework... as it appears on the Fabric dashboard instructions. After this change, the data was loaded properly into Fabric dashboard.

emc2spider avatar Apr 07 '16 15:04 emc2spider

I'm using the plugin in production without any changes. Both crash reports and answers events are showing up. Sometimes the dashboard doesn't update immediately. I suspect this is due to load on the Fabric servers. I've had to wait as long as 2 hours for answers events to show up.

Either of those paths should work as they both point at a shell script that uploads the symbols.

Justin-Credible avatar Apr 07 '16 22:04 Justin-Credible