cSquirrel
cSquirrel

Reputation: 1432

Xcode Instruments error: "Allocations tracking library was not loaded in time"

Problem started when installed Xcode5 bundle. I'm using Mavericks - not sure if that is relevant.

Cannot profile allocations in simulator. Instruments would load and start app in the simulators but instead of allocations log I see this: screenshot

Did anyone face this problem?

Upvotes: 11

Views: 2389

Answers (1)

oskarsprima
oskarsprima

Reputation: 109

Also got this error: If the simulator was set to "iPhone" (iOS6), and active scheme was iOS7, then I got this error as well.

Solution: So either set your active scheme to an iOS6 device, or change hardware in the simulator to an iOS7 device.

Upvotes: 4

Related Questions