Facing the following issue while running the ionic ios project in Xcode.
Xcode version 10.0
Mac OS Version 10.13.6
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/tejaswinc/Library/Developer/CoreSimulator/Devices/5F582F5B-E258-44B3-A77A-8DBB06740812/data/Containers/Bundle/Application/B47ABDA0-0A86-4969-845A-8B985CC52490/Jeerapowder.app/Frameworks/Razorpay.framework/Razorpay
Reason: no suitable image found. Did find:
/usr/lib/swift/libswiftCore.dylib: mach-o, but not built for iOS simulator
Tried
Embed Swift Standard Libraries = YES
Clean and rebuilding project.
Manually adding the path of libraries
Quick help is appreciated.
Facing the following issue while running the ionic ios project in Xcode.
Xcode version 10.0
Mac OS Version 10.13.6
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/tejaswinc/Library/Developer/CoreSimulator/Devices/5F582F5B-E258-44B3-A77A-8DBB06740812/data/Containers/Bundle/Application/B47ABDA0-0A86-4969-845A-8B985CC52490/Jeerapowder.app/Frameworks/Razorpay.framework/Razorpay
Reason: no suitable image found. Did find:
/usr/lib/swift/libswiftCore.dylib: mach-o, but not built for iOS simulator
Tried
Embed Swift Standard Libraries = YES
Clean and rebuilding project.
Manually adding the path of libraries
Quick help is appreciated.