a2 / MessagePack.swift

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]

Home Page:http://msgpack.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation fails on 32bit devices

ogres opened this issue · comments

@ogres @n3trino I'm trying to reproduce the issue with Xcode 9 but I don't have a 32-bit iOS device. Is it possible to reproduce with the simulator at all?

Try making an archive with armv7 architecture enabled

Hmm, I'm able to build an armv7 framework on my machine.

I am able to reproduce this on an empty project.

  1. Create new iOS project
  2. Set min iOS version to 9
  3. Install MessagePack via CocoaPods
  4. Set Swift lang to 3.2 for MessagePack.swift target ( and 4.0 for the project itself )
  5. Select 'Generic iOS Device' in devices list
  6. Project -> Archive

Hello @a2 ,

Have you tried to archive? The issue appears when you archive a project and not when you build and run either on simulator or on device.

Ah I see the problem. This was fixed with PR #53 but I hadn't tagged a new release. Will do so later today.

I just pushed version 2.1.1 to CocoaPods. Let me know if this is still an issue. 😄

Works fine on 32 bit device, Thanks @a2