ld: warning: arm64 function not 4-byte aligned: _dc_ffi_call_SYSV from [SourcePath]/libs/UniSDK/liblibPGInvocation.a(sysv_arm64.o)
ld: warning: arm64 function not 4-byte aligned: _ffi_closure_SYSV from [SourcePath]/libs/UniSDK/liblibPGInvocation.a(sysv_arm64.o)
ld: warning: dylib ([PackagePath]/wgtRoot/"xxxxxxappiId"/nativeplugins/spiral_pay/ios/IntegratedPaymentSolutionSDK.xcframework/ios-arm64//IntegratedPaymentSolutionSDK.framework/IntegratedPaymentSolutionSDK) was built for newer iOS version (12.1) than being linked (11.0)
ld: warning: Could not find or use auto-linked library 'swiftCompatibility56'
Undefined symbols for architecture arm64:
\"swift_FORCELOAD$_swiftCompatibility56\", referenced from:
swift_FORCELOAD$swiftCompatibility56$_EightPaySDK in libEightPaySDK.a(Unit.o)
(maybe you meant: __swift_FORCELOAD$swiftCompatibility56$_EightPaySDK)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
插件作者打包就可以正常制作自定义基座 他是xcode14,
我的是xcode14.3我打包插件然后制作自定义基座就会报上面的错误,求问题原因

哈哈6
- 发布:2023-06-02 17:58
- 更新:2023-06-02 18:06
- 阅读:664

FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
was built for newer iOS version (12.1) than being linked (11.0)
最低支持版本号改为 12.1
哈哈6 (作者)
试过了不行,还是报一样的错(xcode 里面把插件工程改成了12.1)
2023-06-02 18:08
哈哈6 (作者)
回复 哈哈6:在调试的时候11也是运行正常的
2023-06-02 18:09