Saturday, May 25, 2024
HomeiOS Developmentios - How one can take away arm64 from the Excluded Architectures...

ios – How one can take away arm64 from the Excluded Architectures Xcode


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.
enter image description here
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.
enter image description here

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)?

enter image description here



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments