Google Fabric in Xcode 10 beta

I had same problem, if your info.plist is in your root directory like this:

Root directory tree

yo should change $(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH) like this:

Path image


For Xcode 10 only, user's who face issue in final setup of fabric is your project.

From Xcode 10 you need to make one more setup in Build Phase's Input Files field.

Simply You need to copy this $(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH) and paste to Build Phase's Input Files field under Run Script as display in below image.

enter image description here

Read more on this link : https://fabric.io/kits/ios/crashlytics/install