pCloud / pcloud-sdk-swift

The official pCloud Swift SDK for iOS and macOS for integration with the pCloud API.
MIT License
22 stars 7 forks source link

Fatal error: Unable to bridge NSNumber to Int - when parsing audio metadata. #19

Closed everappz closed 2 years ago

everappz commented 2 years ago
  1. Upload example.mp3 from example.mp3.zip to "Test" folder on your account.
  2. Run Example_iOS on iOS simulator.
  3. Open "Test" folder.
  4. Fatal error: Unable to bridge NSNumber to Int. Screen Shot 2022-08-31 at 21 03 57

Resources: example.mp3.zip

tmpit commented 2 years ago

This issue was fixed in 3.0.1, but the version of the SDK in the example project is 3.0.0. It hasn't been updated recently. Could you run a pod update and try again?

everappz commented 2 years ago

Thanks! This helps.