How to update static library architecture for supporting armv7k architecture (WatchOS2)?

512 Views Asked by At

I have our own created static-library (Universal) that work's fine with Watch OS SDK 1.0 as watch extension runs on iOS but after updating transitioning my app to OS2 that is not working. i tried to change valid architecture & "BUILD_ACTIVE_ARCH_ONLY = NO" as googlers suggested but nothing is working. I am converting ogg to wav using my static library. please suggest me any possible solution for either fixing this problem or converting ogg to wav in iWatch, Thanks !!

1

There are 1 best solutions below

2
On

When I look at my Valid Architectures, in the build settings, I see arm64, armv7 and armv7s. Perhaps you have added the "k" inadvertently? Otherwise, compare the build settings for architectures for your iOS app, library, and watch kit extension.