xcode8google-fabricfabric.io

Adding a new app with Fabric from a Xcode project with multiple targets


I am trying to add multiple apps to Fabric, from a Xcode project with multiple targets. It wont work.

I have added a run script in BUILD PHASES for every target. When I am in the 'new app boarding' process while using the Fabric Mac App, I will not come past the 'Install the SDK Kits'. In the project the Fabric SDK Kits are already added.... And adding the SDK Kits to all the specific targets also does not work.

If I run the specific targets, I DO see a changing name of the original (first added to Fabric) app to the newly to be added target. I also DO see a changed bundle ID. But I just DONT see a new app added to the FAbric Mac App and also not to the Fabric Dashboard.

Does anybody has any extra recommendations for adding multiple target apps from one Xcode project? Would be much appreciated!


Solution

  • it sounds like you're close. As long as you have the run script for all targets and then build and run each target, it should get added. Are you able to share your bundle IDs or your account info? I can take a closer look.

    Update: Additionally, make sure that you're network is able to connect to our servers and that you allow HTTP Services in your simulator: Settings > Developer > Allow HTTP Services (turn on).