Posts

Post not yet marked as solved
12 Replies
Thank you very much! This helped me!
Post not yet marked as solved
12 Replies
Sorry, this is a question post, not an answer reply.What's a standard way to fix this issue? Or how to rebuild all dependencies?Based on my research, a lot of answers said to run : carthage update --platform iOS --no-use-binariesUnfortunately we are not using carthage to manage our frameworks and modules, so we can't use this.Any other solution to solve this problem?For example, one of my error message is:module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1 compiler: /Users/...blahblahblah.../lib/Nativform/Nativform.framework/Modules/Nativform.swiftmodule/x86_64.swiftmoduleThanks in advance!