I am trying to download the POS SDK from this link https://github.com/square/SquarePointOfSaleSDK-iOS.
I followed the instructions on the repo and am trying to use the example Coffee Shop. However when I compile it tells me that it is missing a SquarePointOfSaleSDK.xcodeproj. I did the git submodule but the project file does not exist. Only the xcworkspace exists.
I am also getting this error once I’ve added my Application ID for the code piece below: Type of expression is ambiguous without more context
return try SCCAPIRequest(callbackURL: callbackURL,
amount: amount,
userInfoString: nil,
locationID: nil,
notes: order.description,
customerID: nil,
supportedTenderTypes: TenderTypes,
clearsDefaultFees: false,
returnAutomaticallyAfterPayment: true)