Jeffrey Wang
Jeffrey Wang
Hi @cjoshi85 , curious if you are using code push? There is currently an issue: https://github.com/electrode-io/electrode-native/issues/1581 where the runner project does not use the right signature for the start method....
Hi @nadimalam, based on this error: `2021-03-09 16:46:26.739826+0000 ENPOCApp[77429:4473077] -[ENPOCApp.AppDelegate window]: unrecognized selector sent to instance 0x6000019fc1a0 ` can you add `var window: UIWindow?` as a property to AppDelegate?
@nadimalam Are you trying to debug with a packager? In that case, did you run `react-native start` ? Are you trying to run on simulator on device? If device, you...