LiYanan2004 / MarkdownView

Rendering Markdown text natively in SwiftUI.
https://liyanan2004.github.io/MarkdownView/documentation/markdownview/
MIT License
195 stars 18 forks source link

Could not find module 'MarkdownView' for target 'x86_64-apple-ios-simulator' #11

Closed fahidattique55 closed 8 months ago

fahidattique55 commented 1 year ago

I am facing this issue. I have excluded arch arm64 in my build setting. Any idea how I can get rid of this issue?

image
LiYanan2004 commented 1 year ago

Have you ever tried to clean the build folder via Command Shift K, and then build it again?

fahidattique55 commented 1 year ago

Yes, It didn't work. Try using any cocoapods with this package in your project and exclude arm64. you should see this error.

LiYanan2004 commented 1 year ago

Which version of Xcode are you using now?

LiYanan2004 commented 1 year ago

@fahidattique55 I can't reproduce this on my side. I'm not quite familiar with CocoaPods.

But still found some solutions: https://stackoverflow.com/questions/56957632/could-not-find-module-for-target-x86-64-apple-ios-simulator/.

This forum may help you. If that helps you solve the issue, don't forget to share the solution with me. Thanks

LiYanan2004 commented 8 months ago

Closed due to the unresponsiveness. If you still experience the issue, please reopen this issue and offer more context.