Estimote / iOS-Proximity-SDK

Estimote Proximity SDK for iOS
https://developer.estimote.com
Apache License 2.0
61 stars 26 forks source link

XCode 10/iOS 12 - dyld: Symbol not found: __T0BOWV #30

Closed mdanks closed 5 years ago

mdanks commented 5 years ago

Hi,

We just updated to the Released XCode 10 and iOS 12 today. After compiling and running our app, I get a runtime crash at startup:

dyld: Symbol not found: __T0BOWV
Referenced from: /private/var/containers/Bundle/Application/70736500-5A67-4B5D-8D00-31C4C355E6D9/<>.app/Frameworks/EstimoteProximitySDK.framework/EstimoteProximitySDK
  Expected in: /private/var/containers/Bundle/Application/70736500-5A67-4B5D-8D00-31C4C355E6D9/<>.app/Frameworks/libswiftCore.dylib
 in /private/var/containers/Bundle/Application/70736500-5A67-4B5D-8D00-31C4C355E6D9/<>.app/Frameworks/EstimoteProximitySDK.framework/EstimoteProximitySDK

From a quick Google, looks like you may need to release a new version of the library? We are currently on EstimoteProximitySDK 1.1.0

Thanks! Mark

chwastek commented 5 years ago

Hey @mdanks we release this one https://github.com/Estimote/iOS-Proximity-SDK/releases/tag/v1.1.0-swift4.2 about a week ago. Please check with this version and let us know if there are any problems. Thanks Filip

mdanks commented 5 years ago

Hi @chwastek ,

I'll take a look, but from the other bug reports, this is a stop gap solution. Are you planning to update the released version so we don't have to do workarounds?

Thanks! Mark

chwastek commented 5 years ago

@mdanks actually we stumbled upon this issue in the meantime: https://github.com/Estimote/iOS-Proximity-SDK/issues/29 so yes, another release is coming very soon 😉

chwastek commented 5 years ago

@mdanks https://github.com/Estimote/iOS-Proximity-SDK/releases/tag/v1.2.0 here you go!

leonardoRestrepoIndesap commented 5 years ago

Cocoa pod still being 1.1.0

After add frameworks manually my app runs normally on my Iphone device but when i try Validate App for appstore upload this error appear:

Code signing "EstimoteBluetoothScanning.framework" failed.

Thanks for the help

chwastek commented 5 years ago

@leonardoRestrepoIndesap please double check with current version 1.2.0 on Cocoapods (https://cocoapods.org/pods/EstimoteProximitySDK) and confirm if you have any issues

leonardoRestrepoIndesap commented 5 years ago

Cocoapods version is 1.2.0 now and is working, thank you so much ;)

irvingdp commented 5 years ago

Hi @chwastek , We also encountered the same issue, but we are currently on EstimoteProximitySDK 0.13.1, may you also release a version for swift 4.2. thanks~

ShugaSvc commented 5 years ago

hi @@chwastek will we also get a release for 0.13.1?