프로필

프로필 사진
Popomon
Frontend Developer
(2020/12 ~)

    카테고리

    포스트

    [macbook M1] Podfile 설정하기

    2021. 12. 7. 10:01

    꿈가게: To Do List - iOS

    꿈가게: To Do List - Android

    설정하기

    # M1 전용 설정
    post_install do |installer|
      installer.pods_project.build_configurations.each do |config|
        config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
        config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
      end
    end

    the ios simulator deployment target 'iphoneos_deployment_target' is set to 7.0

    the ios simulator deployment target 'iphoneos_deployment_target' is set to 8.0