profile
viewpoint
Tyler Benton tjbenton Greensboro, NC

bentonam/fakeit 86

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket

tjbenton/docs 4

Document anything, in any language

ma-shop/common 0

utils to help with projects for ma-shop developers

ma-shop/html-banner 0

This shows how to use html banners

tjbenton/animate.css 0

Cross-browser CSS3 animations. Plug and play. Do a little dance.

tjbenton/AnimateTransition 0

Library for transition animations between blocks (pages) in the application.

created tagma-shop/common

tag@ma-shop/components@0.0.19

utils to help with projects for ma-shop developers

created time in 21 days

push eventma-shop/common

Tyler Benton

commit sha e1018555bc350afb9d94b0709678e8dc4fc56052

Publish - @ma-shop/components@0.0.19

view details

push time in 21 days

push eventma-shop/common

Tyler Benton

commit sha d84e1cf7c2d9706db15e1ddb09d9dd1e474ceeb4

Fix: phone number validation

view details

push time in 21 days

issue commentfastlane/fastlane

gym error on macOS Ventura 13.0, Xcode 14.0.1 & Xcode 14.1

on another project I also had to add these to the Podfile. As well as going into xcode and change it in the build settings to get it to run on the simulator. Seems to be related to the the new Apple M2 Chip because it wasn't needed for other team members with older machines

config.build_settings['ONLY_ACTIVE_ARCH'] = 'YES'
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"

Screenshot 2023-04-05 at 12 54 30 PM

Daemonson

comment created time in 2 months

issue commentfastlane/fastlane

gym error on macOS Ventura 13.0, Xcode 14.0.1 & Xcode 14.1

This seemed to solve the problem for our app by adding this to the Podfile. Hope this helps someone with the pending apple requirement starting in April to build on xcode 14

post_install do |installer|
  installer.generated_projects.each do |project|
    project.targets.each do |target|
      target.build_configurations.each do |config|
        config.build_settings["DEVELOPMENT_TEAM"] = "XXXXX"
        # This is necessary for Xcode 14, because it signs resource bundles by default
        # when building for devices
        config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO' 
      end
    end
  end
  
  react_native_post_install(installer)
  __apply_Xcode_12_5_M1_post_install_workaround(installer)
end
Daemonson

comment created time in 2 months

created tagma-shop/common

tag@ma-shop/components@0.0.18

utils to help with projects for ma-shop developers

created time in 3 months

push eventma-shop/common

Tyler Benton

commit sha 8eb2bcf2b4a482caa9b1333c3d1ef64479a82c26

Publish - @ma-shop/components@0.0.18

view details

push time in 3 months

push eventma-shop/common

Tyler Benton

commit sha e7013cf2e71c60047f12731be4933394aadcfa65

fixes Radio It now handles empty lists correctly, and it fixes an issue that was causing a redscreen with mapOptions

view details

push time in 3 months

more