xcode8watchkitcrashlyticstwitter-fabricmopub

Fabric won't let app run


Guys I keep getting this error after running my app! I have no idea why this just started to happen but I can't seem to get it to work now. Anyone know how to fix this?

WatchKit v3 app has disallowed Info.plist key: Fabric


    <key>Fabric</key>
<dict>
    <key>APIKey</key>
    <string>mykey</string>
    <key>Kits</key>
    <array>
        <dict>
            <key>KitInfo</key>
            <dict/>
            <key>KitName</key>
            <string>MoPub</string>
        </dict>
    </array>
</dict>

Solution

  • Fabric doesn't support Watch OS 3.

    This thread appears to suggest it isn't, and I couldn't find any changes to the documentation to suggest it is.