How to install debug in IOS XCode Emulator like gradlew installDebug

when i built android Apps (in linux) im using gradlew installDebug for testing my apps.
right now i build ios apps, how to install debug apps into XCode emulator

NOTE: my apps cannot run in Expo app because using some native library (RNFirebase, OneSignal), and as far as i know Expokit cannot run with react native run

oh i found it here:

https://docs.expo.io/versions/v34.0.0/expokit/expokit/

works with my current apps which using SDK 34.
but i don’t know why it not works with Fresh expo apps (CocoaPods could not find compatible versions for pod "React/RCTAnimation")