Closed AlwaysLoveme closed 4 years ago
Can you provide a sample app?
Can you provide a sample app?
Can you provide a sample app?
I tried 2.0.0@beta.1, but also build error
I can't reproduce the library not found for -ljcore-ios-2.1.4
error, just the other one you reported yesterday
ζζ ζ³ιη°θ―₯
library not found for -ljcore-ios-2.1.4
ιθ――οΌδ» ζ―ζ¨ζ¨ε€©ζ₯εηε¦δΈδΈͺιθ――
since I add plugin "jpush-phonegap-plugin", Xcode build with error "library not found for -ljcore-ios-2.1.4"
I can't reproduce the
library not found for -ljcore-ios-2.1.4
error, just the other one you reported yesterday
so, the other one error can resolved?
there is something wrong with the jcore-ios.a file, I've reported it in their repository and proposed a possible solution they can implement https://github.com/jpush/cordova-plugin-jcore/issues/7
so, the problem is CocoaPods doesn't allow .a libraries without lib prefix in the name, I've patched the CLI to prepend lib to .a files if they didn't have it already.
so, the problem is CocoaPods doesn't allow .a libraries without lib prefix in the name, I've patched the CLI to prepend lib to .a files if they didn't have it already.
Hi, i copy this commit change to my local @capacitor/cli which is "fix(cordova): Add lib prefix to .a library names (#2636)", now Xcode build success width no errors, but the app in my iphone can not running, it is crashed, here is my demo: https://github.com/AlwaysLoveme/demo_.git
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
npx cap doctor
output:Affected Platform(s)
Current Behavior
xcode build error
Expected Behavior
xcode build success
Sample Code or Sample Application Repo
Reproduction Steps
Other Technical Details
npm --version
output: 6.13.4node --version
output: 12.16.1pod --version
output (iOS issues only): 1.9.1Other Information