Estimote / iOS-Proximity-SDK

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

[iOS] Could not find module 'EstimoteProximitySDK' #41

Closed gelodgreat closed 5 years ago

gelodgreat commented 5 years ago

Could not find module 'EstimoteProximitySDK' for architecture 'x86_64'; found: arm64, arm

XCode 10 beta 2

rogerdalal commented 5 years ago

Here we are again. Xcode 10.2 / Swift 5.0 officially out as of 3/25, and the EstimoteSDK isn't ready. Despite the above posted over a month ago.

magnuskahr commented 5 years ago

Here we are again. Xcode 10.2 / Swift 5.0 officially out as of 3/25, and the EstimoteSDK isn't ready. Despite the above posted over a month ago.

I got the following mail from the supportteam today regarding swift 5 Xcode 10.2:

Hi Magnus,

Thanks for getting in touch! We'll be updating the SDK in the next few days to make it fully compatible with the latest Xcode and Swift. We should be ready this week, but keep an eye on the repo. :)

Best regards,

— Rafal Customer Experience Estimote, Inc.

rogerdalal commented 5 years ago

Thank you @magnuskahr for the update. At least that's something.

dewey4iv commented 5 years ago

hey @magnuskahr -- I'm wondering if this is related to the same issue:

dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/<redacted>/Library/Developer/CoreSimulator/Devices/E1CC9BC6-E371-45B6-B766-251FEC25021F/data/Containers/Bundle/Application/4BF0219C-8E74-41E1-91AC-77252994A6C3/example.app/Frameworks/EstimoteProximitySDK.framework/EstimoteProximitySDK Reason: Incompatible library version: EstimoteProximitySDK requires version 1.0.0 or later, but libswiftCore.dylib provides version 0.0.0

I am on the newest Xcode (10.2) but using the 4.2.0 Swift toolchain.

magnuskahr commented 5 years ago

@dewey4iv well I have not myself been able to make the SKD run in Xcode 10.2, no matter what toolchain. So I guess its related!

rogerdalal commented 5 years ago

Latest update (v1.3.1) resolves these issues on iOS 12.2 and Xcode 10.2. Thank you, Estimote.

dewey4iv commented 5 years ago

I wanted to explicitly state that this resolve my issues. Thanks, Estimote! :)

ReemaAH commented 4 years ago

Hello, I'm facing the same issue here swift version: 4.2 and Xcode version 11.5 how to solve that?