We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

John B.41's avatar
John B.41
Explorer | Level 3
6 years ago

xcodebuild error in ObjectiveDropboxOfficial iOS build

Can't build new 3.9.4 version of ObjectiveDropboxOfficial framework in xcodebuild.  Message "DTDeviceKit: deviceType from 00008006-001710143AA2002E was NULL" Finally fails to write ~/Development/Ap...
  • Greg-DB's avatar
    Greg-DB
    6 years ago

    Thanks for the output. I see you're just running the standard `carthage update --platform iOS` command, which is the same as what I tried.

    To try to track down the issue here, can you also let me know:

    • What version of `carthage` do you have installed? You can check with `carthage version`. (I tested on 0.31.2.)
    • Are you using the standard documented Cartfile? If not, what do you have?
    • Can you also try this with the same Cartfile but with a new Xcode project? If it works with a new project, there may be a project setting causing the issue.