vibber / CefWithSyphon

A simple browser that shares the window using a Syphon server
89 stars 10 forks source link

Build Error #2

Closed tonioseiler closed 10 years ago

tonioseiler commented 10 years ago

When I Clean and rebuild the project in XCode I get the following error:

cefclient mac mm: Format String is not a string literal (potentially insecure)

What can I do???

vibber commented 10 years ago

Hello, As I see the error you might try substituting 'alternateButton:nil otherButton:nil' with empty strings instead of nil. I am not sure though as I cannot reproduce the error in my Xcode.