Computop / Computop-iOS

1 stars 3 forks source link

missing required architecture armv7 #8

Closed michaelkamphausen closed 6 years ago

michaelkamphausen commented 6 years ago

The new SDK version 1.2.0 does not compile for an iPhone 5c with iOS 10.3.2 and Xcode 9.4. The previous version does compile. It looks like the armv7 architecture is missing in the latest framework build. Here is the error message:

ignoring file /projectdirectory/computop/Computop.framework/Computop, missing required architecture armv7 in file /projectdirectory/computop/Computop.framework/Computop (2 slices)

Could you please look into this and provide a new version with all required architectures?

michaelkamphausen commented 6 years ago

This seems to be fixed with SDK version 1.2.1. Tested with iPhone 4s and iPhone 5.