roboflow / external-bugtracker

1 stars 2 forks source link

Error when using iOS SDK: No Model Found #4

Open narner opened 1 year ago

narner commented 1 year ago

When using the mobile SD, regardless of the model or API key, I'm getting the following error:

2022-10-13 13:28:45.425727-0700 Roboflow Starter Project[47078:1092504] [coreml] Failed to get the home directory when checking model path.
2022-10-13 13:28:45.426605-0700 Roboflow Starter Project[47078:1092504] Failed to parse the model specification. Error: Field number 7 has wireType 4, which is not supported.
Failed to parse the model specification. Error: Field number 7 has wireType 4, which is not supported.
Optional("Failed to parse the model specification. Error: Field number 7 has wireType 4, which is not supported.")
No Model Found. Trying Again.
Optional("Failed to parse the model specification. Error: Field number 7 has wireType 4, which is not supported.")
No Model Found. Trying Again.
Error Loading Model. Check your API_KEY, project name, and version along with your network connection.
2022-10-13 13:28:45.831394-0700 Roboflow Starter Project[47078:1092501] [coreml] Failed to get the home directory when checking model path.
2022-10-13 13:28:45.832284-0700 Roboflow Starter Project[47078:1092501] Failed to parse the model specification. Error: Field number 7 has wireType 4, which is not supported.
Failed to parse the model specification. Error: Field number 7 has wireType 4, which is not supported.
Optional("Failed to parse the model specification. Error: Field number 7 has wireType 4, which is not supported.")
No Model Found. Trying Again.
Error Loading Model. Check your API_KEY, project name, and version along with your network connection.
Optional("Failed to parse the model specification. Error: Field number 7 has wireType 4, which is not supported.")
No Model Found. Trying Again.
Error Loading Model. Check your API_KEY, project name, and version along with your network connection.

This is encountered on two machines - an M1 Ultra Studio and an M2 MacBook Air, both running macOS Monterey 12.6

Both have the latest versions of CocoaPods installed.