ptpwebcam icon indicating copy to clipboard operation
ptpwebcam copied to clipboard

XCode 13.4.1 build issue

Open tkircher opened this issue 1 year ago • 1 comments

Loading the project into XCode (and only changing the Signing), I get the following build errors

ptpwebcam/PtpWebcamAgent/PtpWebcamAgentAppDelegate.m:153:81: Cannot find protocol declaration for 'PtpWebcamAssistantDelegateProtocol'

ptpwebcam/PtpWebcamAgent/PtpWebcamAgentAppDelegate.m:162:44: No known instance method for selector 'pingService:'

and I did search through the repository and did not find any @protocol declaration for PtpWebcamAssistantDelegateProtocol, only four references to it.

tkircher avatar Oct 29 '22 01:10 tkircher

@tkircher did you select the right build target? The organization is not the best, some are just experiments that will not build.

dognotdog avatar Feb 25 '23 02:02 dognotdog