iOS 15: Cannot launch enterprise signed application

Hi @brianbyun

See this comment.

According to that comment, the classic build system (expo build:ios) should work.

Thanks wodin. The problem is that I am trying to move to EAS build because I am now using @stripe/stripe-react-native which I don’t believe is supported through expo build:ios…

sdk 41 is using older xcode image by default, to use xcode 13 you need to specify it via image field in build profile in eas.json

you can set it to latest or specific image name

1 Like

I see. Although, custom native code is more likely to work with SDK 42 (or 43) than with SDK 41. So you might want to upgrade soon anyway.

1 Like

Thank you resolved it!

Thank you resolved it!!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.