This repository was archived by the owner on Nov 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
createLargePersonGroup error with 1.4.0 #48
Comments
|
Hi, I am using 1.4.0 and if I try to use that method I have: 'addPersonFaceWithLargePersonGroupId(_:personId:data:userData:faceRectangle:completionBlock:)' has been renamed to 'addPersonFace(withLargePersonGroupId:personId:data:userData:faceRectangle:completionBlock:)' And does not compile. Also the group is a string. |
Please try to upgrade to 1.4.1 as it is a bug fix release. |
Hi, cocoa pod updated to 1.4.1 , forced group with a fixed string of a valid group, force PersonID with a fixed string of a valid person, nothing changed:
Can you please try the 1.4.1 on xcode9.3.1 with swift on the lab and let us know? We need to have this fixed as soon as possible. Thank you so much. |
Hi @huxuan , do you have any update on this please? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am using CocoaPod 1.4.0 , coding in Swift and have no issues with :
I am having issues when trying to add an image to the person.
Code:
Error:
Endpoint I am using works flawlessy with the other methods. Large Group ID exsist , PersonID exsist , Data is correct (I have the same error if I use url instead)
I need some guidance to identify the error , the error log is not helping , and solve the issue.
Thanks.
The text was updated successfully, but these errors were encountered: