Nicolas Michael

Results 9 comments of Nicolas Michael

> The Xcode14.0Beta2 fixed the problem. I am on beta 2 and I still see these error

lol, I thought I was losing my mind, this is just broken

I'm having issues with workspaces as well, can you share your madge config?

Fixed failing build by wrapping ios 16 code with `#ifdef __IPHONE_16_0` Here's a patch file I made if you're using patch-package https://gist.github.com/nicolas6422/80cbc4528b4d4798c53ffdd2f56c3625

@gramiro yes, `__IPHONE_16_0` will always be defined after for Xcode >= 14

@yarikpwnzer I'm running into this issue as well. Can you explain what you mean > Now from comment I see that I need to make event for creating user profile...

@vbabenkoru good to know. So assuming that happens automatically and I initialize the sdk and call `Iterable.setEmail(...)`, I should be able to search that user email at https://app.iterable.com/users/lookup Once I...

@param-finder I solved this by setting `autoPushRegistration` to false on iOS and then manually registering the token. We are also using [RNNotification](https://wix.github.io/react-native-notifications/docs/getting-started/) and my best guess is that these two...