respresso / respresso-client-ios

Save development time! Respresso automatically transforms and delivers your digital assets into your projects
https://respresso.io
Apache License 2.0
49 stars 0 forks source link

ARM64 support #2

Open waldo9 opened 2 years ago

waldo9 commented 2 years ago

Right now we can't build Respresso for arm64 simulators, so we can't use SwiftUI Previews and Simulator. Can you please add compatibility?

waldo9 commented 2 years ago

ld: building for iOS Simulator, but linking in dylib built for iOS, file '/Users/balazsorban/actProjects/webshop-app-kmm/iosApp/Respresso/Respresso/RespressoCore.framework/RespressoCore' for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

vkrissz commented 2 years ago

Thanks for reporting this issue. We are aware of this compatibility issue.

Currently, we don't plan to further develop the current sync client, instead, a completely new sync client is in the workings. The main difference is that it won't force you to use any runtime dependency (like the Respresso module in the current iOS projects). Instead, it will be a relatively simple downloader that will be adjustable to support most project structures. Hopefully, this will resolve all compatibility issues.

I can't provide an exact timeline for the new client release, but if you are interested in alpha testing it, please contact us at info@respresso.io. We're always open to ideas and constructive critics.