I’m building for os 26 (macOS and iOS attempted) I am trying to use a model I’ve created in Roboflow. Following the instructions here I was able to connect my API, and build with the Swift Package.
However, I am finding I get the following error:
Model compilation/processing error: No relevant model files found in ZIP archive
I’ve verified:
Same error on macOS, iOS Simulator, iPhone HW
Verified I AM downloading a zip, but it’s 128 b so it’s just an empty zip
Verified the model, API key, etc are correct
Negative test: Confirmed that if I “incorrectly” input invalid model name it throws a different error
I’ve continued my research as I haven’t heard from support or other avenues. I’ve verified with the credentials in the Swift Package tests:
API Key: rf_EsVTlbAbaZPLmAFuQwWoJgFpMU82 Model: hat-1wxze-g6xvw Version: 1
I’ve verified within the Swift Package itself and a sample project I created to test that these details work. Noting that the API key appears to be the public one, I attempted to use mine as well with no improvement.
I triple checked that I am copying the correct values from the model and version per:
Thinking it might be an issue with my model being private I quickly made it public, tested again. Continued to not be able to access this model.
Unfortunately, after attempting multiple ways to get the CoreML model I ended up doing the following:
Downloading the database with annotations for YOLOv8
Running the annotations through another training session locally on my computer
CoreML model obtained
Pretty disappointed that a clear bug exists on the platform and seemingly no resolution or communication is possible with the team. In the end I guess I’ll use Roboflow for annotation until my current subscription lapses then either write my own tool or find a competitor.