phil

Results 27 comments of phil

do't set MainInterface ![main](https://user-images.githubusercontent.com/626401/48105962-7877c900-e274-11e8-8947-310ae510c423.png)

@aelkady I want setting the width to 100%, show all of the image, do not cut

May be you need to use [fastlane match] document: http://docs.fastlane.tools/actions/match/#match ```shell // appstore fastlane match appstore -u YOUR_APPLE_ACCOUNT -r https://github.com/someone/ioscert.git -a cc.app.id1,cc.app.id1 -b YOUR_TEAM_ID --force_for_new_devices true --readonly false // adhoc...

Managing a Distribution Certificate https://developer.apple.com/library/archive/documentation/ToolsLanguages/Conceptual/DevPortalGuide/ManaginganiOSDistributionCertificate/ManaginganiOSDistributionCertificate.html

hi, i use ios 9.2 and ios 10. i'm use version 0.8.1 find this bug. i found the alert object in tapBlock is nil by debug. i think, if user...

I have the same problem ``` INFO: Analyzed target //:app (0 packages loaded, 0 targets configured). INFO: Found 1 target... ERROR: /Users/cc/Documents/WorkSpace/iOSApp/BUILD:46:16: ImportedDynamicFrameworkProcessor app-intermediates/_imported_frameworks/app.framework.zip failed: (Exit 2): imported_dynamic_framework_processor failed: error...

> Hi @cdoky what iOS version you're using? and is it Simulator or physical device? iPhone 15 Pro Max Simulator and the main project is Objective-c...