Mike Hughes

Results 62 comments of Mike Hughes

Note that issues with `native_pdf_view` package are now resolved as of v1.0.187, so anyone can pick this up and look at how @rockgecko-development did it already for the **Intubation Infographic**...

**ITMS-90078: Missing Push Notification Entitlement** Is a Flutter framework issue, that is being worked on but the consensus is to ignore it for now. See Flutter issue: https://github.com/flutter/flutter/issues/9984

**ITMS-90381: Too many symbol files** Crept in as a new issue with v1.0.101 when I locally updated brew, ruby and cocoapods to make sure we were using cocoapods v1.9.1. There...

Awesome thanks @yimingc2 . I'm also looking at this SO article to confirm syntax etc: https://stackoverflow.com/questions/54704207/the-ios-simulator-deployment-targets-is-set-to-7-0-but-the-range-of-supported-d So this is as per your solution above June and seems to be the...

Yeah working on a PR for a couple of App Store Connect things, so I'll do this fix and another in that PR shortly 👍

Still looking at this one, previous PR failed to fix the issue. @yimingc2 lets discuss the entry for `config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'` because it sems to be in there and yet...

UI fix failed, so discussed with @yimingc2 the Podfile change by adding this line: ``` post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['ENABLE_BITCODE'] = 'NO' config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'...

The warning **ITMS-90078: Missing Push Notification Entitlement** remains, but as per Flutter issue. But will ignore this for now as we track the flutter framework issue on this [issue](https://github.com/flutter/flutter/issues/9984)

The **ITMS-90381: Too many symbol** files is resolved. Now only the warning **ITMS-90078: Missing Push Notification Entitlement** remains. We'll see if this gets resolved once we move to a new...

Will retest when move to Flutter stable v1.17 as part of [issue 293](https://github.com/Western-Health-Covid19-Collaboration/wh_covid19_app/issues/293)