square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.87k stars 595 forks source link

iOS 8 Issues #127

Closed justinmakaila closed 9 years ago

justinmakaila commented 9 years ago

Does anyone know anything about this? I've updated ponyd and I'm using the latest version from CocaPods:

screen shot 2014-09-11 at 5 33 47 pm 2

I can't click through to my device.

TAKeanice commented 9 years ago

I´m not having this issue using ios8 and Pony, except bonjour isn´t working properly. You can set the server manually, that worked for me (judging from your screenshot you also need ws://localhost:9000/device)

monjer commented 9 years ago

I run into the same problem , too .

firstim commented 9 years ago

In Info.plist file, add Bundle display name and set it to $(PRODUCT_NAME) or add this key and value

<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>

After this you will have a link to click through