anhhtbk
anhhtbk
I resolved this problem by add below to Podfile, and `pod install` again ``` post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings.delete('CODE_SIGNING_ALLOWED') config.build_settings.delete('CODE_SIGNING_REQUIRED') end end ```
@xpdavidx I create project with pod and it's not working. I have same error.
Check bank info. You need have `Paid Applications` in `Contracts In Effect`
> Use Plugin https://pub.dev/packages/flutter_esc_pos_utils > with codec utf8 @vipros123 how to use it with utf8?
How to remove them. I try delete files: HtmlHelper.php and FormHelper.php. But I still can't install BsHelpers on CakePHP 3.3
You can create a Fork and edit format in file `lib/src/date_format.dart`
You can create a Fork and edit format in file `lib/src/date_format.dart`
Can you provide an update on the progress?
In file `SlideMenuController.m` I edit: ``` -(BOOL)isLeftPointContainedWithinBezelRect:(CGPoint)point { CGRect leftBezelRect = CGRectZero; CGRect tempRect = CGRectZero; // CGFloat bezelWidth = CGRectGetWidth(self.view.bounds) - options.leftBezelWidth; CGRectDivide(self.view.bounds, &leftBezelRect, &tempRect, options.leftBezelWidth/*bezelWidth*/, CGRectMinXEdge); return CGRectContainsPoint(leftBezelRect,...
In method `didSelectSubRowAtIndexPath`, first I add a variable `long subRow = indexPath.subRow;`, after I use `subRow` instead `indexPath.subRow`. I don't understand it work correctly with me. 💃