error - ERROR {"code":2100} on Xcode when running Ionic Angular App on iOS 15.6.1 - ios15

We are running an Ionic Angular app on iphone with xcode. The cards should show the task end and start date, and a snippet of the task notes. The dates are displayed on iOS 16 but not on iOS 15. The error we get is [error] - ERROR {"code":2100}.
We tried to run on iOS 16.0.3 and error 2100 does not come up and the dates are displayed properly.

iOS doesn't support Angular pipes. Try using moment_js

Related

Plugins or methods not found in Android Studio in an Ionic and Capacitor project

Sorry if my English is bad, my level is not very high.
I am developing a mobile app with Ionic and Capacitor. Some Capacitor plugins like Share or Splash Screen were installed.
These are the versions:
ionic: 6.12.4
capacitor: 4.1.0
In Android Studio I have SDK version 9 and Gradle version 7 installed and I ran into the following issue since I added Capacitor.
When I open Android Studio and try to create an APK, I get errors like 'package not found...' for the plugins mentioned above. I have tried installing jetifier but it keeps giving me the same error.
I put an example screenshot of what appears to me with the Capacitor Share plugin but it also happens to me with the other Splash Screen add-on.
example bug Android Studio
Thanks.

Problem processing route in Ember.js app when building and running app in Android studio emulator

Trying to build and run an Ember app with Capacitor on virtual device in Android studio. Build and installation goes fine until the app is launched and stops when trying to process a spesific route. The problem only occurs when building from windows, no problem on Mac. The app is communicating with a jsonapi.
Error message in chrome device inspector: "Error while processing route [routename]"
I have tried with physical device connected getting the same message. Also tried with Genymotion plugin.
Capture of browser console:
chrome console error
And this is what logcat is giving:
logcat error
I also have some errors reported from the IDE (Android Studio) not related to running the Emulator but occurs when opening the IDE:
Android Studio errors. In case this has something to do with it.
Solution in this case:
Had to reinstall node js with another older version. Did an npm cache clean and built the app all over again. Also made sure to open the project with npx cap open android.

Iam getting an error when building the ionic app or running it live

ionic [cordova] Execution failed for task ':app:mergeDebugResources'. on ionic cordova run android -l
I tried everything, still i cant solve this error
For the current error which is androidx:
cordova plugin add cordova-plugin-androidx
cordova plugin add cordova-plugin-androidx-adapter
So these two will allow androidX to be enabled in your project, plus with these 2, you'll get better library support and thus better performance plus working on all android sdk platforms including 29+.

running sencha touch apps in emulators under osx/linux

I'm trying to test Sencha Touch with phonegap under OSX 10.10.1.
I have android-sdk-manager installed and on the PATH with latest android sdk installed.
I created a nexus 7 emulator running android.
I started the android emulator and the IOS emulator from xcode.
I created a new Sencha project by running the following command:
sencha -sdk /path/to/sdk generate app MyAlcoholist MyAlcoholist
then I enabled phonegap using the following command:
sencha phonegap init com.tuxin.MyAlcoholist
then I started the app using the following command:
sencha app build -run native
the last line of output:
[INF] [Phonegap] Attempting PhoneGap local run for ios android
i don't see any error but the application is not being deployed and executed on any of the emulators.
I configured "android ios" in app.json
any ideas?
update
I also have gentoo linux at work, there i only configured android as the platform
and the results are the same. i see the Attempting Phonegap local run for android
and then nothing.

Not able to run simple app using Titanium

I'm new to Titanium Framework. I've created a new project, and without making any modifications to ma code, I get errors when I try to Compile/Run for iPhone.
Here is the complete log that I get in console:
[INFO] One moment, building ...
[INFO] Titanium SDK version: 1.8.0.1 (12/22/11 13:09 fbdc96f)
[INFO] iPhone Device family: universal
[INFO] iPhone SDK version: 5.0
[INFO] iPhone simulated device: ipad
[INFO] Performing full rebuild. This will take a little bit. Hold tight...
[INFO] Skipping JS compile, running from simulator
[ERROR] /Users/bhaveshjain/Documents/Titanium Studio Workspace/TitaAppDemo/build/iphone/Classes/GDataXMLNode.h:39:9: fatal error: 'libxml/tree.h' file not found [2]
[ERROR] /Users/bhaveshjain/Documents/Titanium Studio Workspace/TitaAppDemo/build/iphone/Classes/GDataXMLNode.h:39:9: fatal error: 'libxml/tree.h' file not found [2]
[ERROR]
[ERROR] Error: Traceback (most recent call last):
Also, one important thing, I have two Xcode installed in my Mac.
Xcode: 3.2.4 with iOS 4.2
Xcode: 4.2 with iOS5
I had the same problem as i was having Xcode 4.0 and 4.2 installed..
With two Xcode installed in my mac i was not able to run the application from my titanium studio.
So to run the app goto your titanium workspace and under your project >>build>>iphone.
you will find the xcode project of your titanium app. run that project with your xcode 3.2.4.
if you have updated your titanium sdk to the latest one i.e 1.7.x then you can run it with ios sdk 5 too..
As for now i have removed my older xcode and by doing it everything works fine.

Resources