Estimote / react-native-proximity

React Native wrapper for Estimote Proximity SDK
Apache License 2.0
61 stars 38 forks source link

App crashes on iPhone using Xcode Version 11.3.1 #58

Closed stewartduffy closed 4 years ago

stewartduffy commented 4 years ago

When using the example app and trying to run on iPhone (using Xcode Version 11.3.1). When the app builds and copies to the device it crashes when trying to load the app.

I have set up device signing & included swift libraries. No luck.

I have tried both the example app and my own app following the installation guide and same result.

Any help would be much appreciated!

stewartduffy commented 4 years ago

Anyone?

ThijmenDeValk commented 4 years ago

Are you using a free developer account? Apple broke most libraries with iOS 13.3.1 for free developer accounts. It seems to be fixed with 13.4 (but haven't personally tested that yet).

stewartduffy commented 4 years ago

Oh yeah, it is a free account. Ok cool well I am upgrading now. Will I need an xcode upgrade too?

ThijmenDeValk commented 4 years ago

Yes, once your iPhone is on 13.4 and Xcode is updated to 11.4, you should be all set!

stewartduffy commented 4 years ago

Awesome thanks!

stewartduffy commented 4 years ago

This worked a charm thanks.