Estimote / iOS-Proximity-SDK

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

Can not upload to App Store. “Error Unsupported Architectures EstimoteProcimitySDK.framework” #26

Closed tong9977 closed 6 years ago

tong9977 commented 6 years ago

I have a screen shot 2018-08-24 at 15 02 57 screen shot 2018-08-24 at 15 02 57

problem about unloading my app on the App Store. It shows “Error Unsupported Architectures for EstimoteBluetoothScaning.framework” and “EstimoteProcimitySDK.framework” (please find the attached photo)

tong9977 commented 6 years ago

screen shot 2018-08-24 at 15 00 49

heypiotr commented 6 years ago

We do include the simulator architectures in our build of the Proximity SDK. When uploading to the App Store however, Apple requires your to strip those architectures. CocoaPods does this by default, but if you're not using CocoaPods, you can simply add it to your build phase. There's a number of ready-made scripts to do that on the Internet, so you should be able to find something that works for you.