FAQ iOS
How to fix build error after adding PayU framework via pods?
dyld: Library not loaded: @rpath/SocketIO.framework/SocketIO
Referenced from: /Users/umang.arya/Library/Developer/CoreSimulator/Devices/DE6170BD-7841-496B-B533-F22AE109FEB6/data/Containers/Bundle/Application/2540A914-43AA-45B4-A71E-5559942E3B94/app.app/Frameworks/PayUCheckoutProKit.framework/PayUCheckoutProKit
Reason: image not found $dynamic_framework = ['PayUAssetLibraryKit', 'PayUBizCoreKit', 'PayUCheckoutProBaseKit', 'PayUCheckoutProKit', 'PayUCustomBrowser', 'PayULoggerKit', 'PayUNetworkingKit', 'PayUUPICoreKit', 'PayUUPIKit', 'Socket.IO-Client-Swift', 'Starscream', 'PayUOlaMoneySDK']
pre_install do |installer|
Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
installer.pod_targets.each do |pod|
if $dynamic_framework.include?(pod.name)
def pod.build_type;
Pod::BuildType.dynamic_framework
end
end
end
endCompile time error while compiling PayU Frameworks like below:
Failed to build module 'XXXXXXX' from its module interface;
the compiler that produced it, 'Apple Swift version 5.3
(swiftlang-1200.0.29.2 clang-1200.0.30.1)',
may have used features that aren't supported by this compiler,
'Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)'Facing compile time error like below

UPI Transaction getting failed with below error message

App crash with following reason
Last updated