-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error: cannot find protocol declaration for 'WebPolicyDelegate' #3
Comments
Prior to the OS X 10.11 SDK,
In the OS X 10.11 SDK, it became a formal protocol. You can do a couple of things.
That may allow the code to compile, though you may get warnings about not finding a definition for the protocol. 3.Alternatively, you could simply remove
to:
|
Looking into this more, and will try to make the project as backward compatible as possible. |
This issue should now be fixed in bfc5d04. |
My machine has the following configuration
OSX 10.10.5
Xcode 6.4
Build version 6E35b
I run the following build command
xcodebuild -project /tmp/ichm-1.5/ichm.xcodeproj/ -target "iChm" SYMROOT=build -verbose
And got this error
Full output of
xcodebuild
here https://gist.github.com/hanxue/c39b6ea7e8457ff2130278ff11c19b03The text was updated successfully, but these errors were encountered: