I installed the package, modified the files:
AppDelegate.swift
Style.xml
AndroidManifest.xml
MainActivity.java
I have followed your guide up to this point :
In your app’s MainActivity.java, add a call to SplashScreen.initLaunchTime():
Then I launched ‘npx cap sync’ and got this error:
✖ Updating iOS native dependencies with pod install - failed!
✖ update ios - failed!
[error] Ignoring ffi-1.13.1 because its extensions are not built. Try: gem pristine ffi --version 1.13.1
Analyzing dependencies
[!] Unable to find a specification for `AparajitaCapacitorLogger` depended upon by
`AparajitaCapacitorSplashScreen`
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Could you please help me, I decided to try your package because I have problems with the standard capacitor 4 package.
With 3 everything was working perfectly and I don’t need animations or anything, I just want it to work properly on Android again.
So I managed to install it with pnpm. Android is fine now but on iOS I have a new splash for a while and then I can see stratched another one. Could you please help?