My challenge simply upgraded the “CalculateCalendarLogic” SDK to model 0.7.1, and now it may well’t construct with the simulator on chip Apple M serial.
I seen that this model added the next two strains of code (Refer hyperlink), which included arm64 in Excluded Architectures in my construct settings.
I adopted some ideas as proven under, however they solely modified the settings within the pods challenge, not within the construct settings of my challenge.
post_install do |installer|
installer.pods_project.build_configurations.every do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = ""
finish
finish
How can I take away arm64 from the Excluded Architectures in my challenge (crimson arrow) utilizing code (e.g., utilizing the Podfile or anything)?