[XCode, M1] no such module in simulator
no such module 'RxSwift'の場合Podfileに以下を追加
TARGETS -> Build Settings -> Architectures -> Excluded Architecturesに「arm64」追加
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
*実機にするときは「arm64」削除必要
Author And Source
この問題について([XCode, M1] no such module in simulator), 我々は、より多くの情報をここで見つけました https://qiita.com/Almond_0707/items/8453bc014e61b719c47c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .