You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flipper desktop app can see the app build with Catalyst, but can't connect due to idb. Flipper tries to init certs exchange that uses idb file pull, but it surely fails, because idb can see only Xcode simulators or real iOS devices.
idb says:
Ignoring device as cannot obtain ECID for it Reported 30 targets to stdout 2022-01-26 08:50:31,644 [DEBUG] - idb - list_targets succeeded 2022-01-26 08:50:31,644 [DEBUG] - idb - FSPullCommand failed Cannot spawn companion for 0F157BCB-E831-5FEA-AF60-C3D4513157FD, no matching target in available udids
Reproduction
Create new React Native app with npx react-native init AwesomeProject
No idea. I realize that it's rather uncommon case, but it would be interesting, is there anything that could be done on the idb side to fix that behavior? Technically, Catalyst app is just a regular iOS app running on Mac using iOS SDK.
Additional Information
idb revision: 1.1.6
The text was updated successfully, but these errors were encountered:
Description
Flipper desktop app can see the app build with Catalyst, but can't connect due to idb. Flipper tries to init certs exchange that uses idb file pull, but it surely fails, because idb can see only Xcode simulators or real iOS devices.
idb says:
Ignoring device as cannot obtain ECID for it
Reported 30 targets to stdout
2022-01-26 08:50:31,644 [DEBUG] - idb - list_targets succeeded
2022-01-26 08:50:31,644 [DEBUG] - idb - FSPullCommand failed
Cannot spawn companion for 0F157BCB-E831-5FEA-AF60-C3D4513157FD, no matching target in available udids
Reproduction
npx react-native init AwesomeProject
react-native/scripts/react_native_pods.rb
with fixed xcframework creation (pod 'Flipper-DoubleConversion', :git => 'https://github.com/Arkkeeper/double-conversion.git', :configurations => configurations
) (explained here 🐛 MacCatalyst Does not Build on RN above 64 because of RCT-Folly (1/2 Fix Included Here!) flipper#3117)idb --log DEBUG file pull --udid HERE_IS_YOUR_MAC_UDID --bundle-id org.reactjs.native.example.AwesomeProject ~/Library/Containers/org.reactjs.native.example.AwesomeProject/Data/Library/Application Support/sonar/app.csr ~/Downloads
Solution
No idea. I realize that it's rather uncommon case, but it would be interesting, is there anything that could be done on the idb side to fix that behavior? Technically, Catalyst app is just a regular iOS app running on Mac using iOS SDK.
Additional Information
idb
revision: 1.1.6The text was updated successfully, but these errors were encountered: