chenxi

Results 6 comments of chenxi

It seems the `idb_companion` relies on the `protoc` command. I encountered the same issue and resolved it by installing the `protobuf` on my mac. ``` brew install protobuf ```

> Sorry for sharing late. Including `androidx.legacy:legacy-support-v4` library causes build error. So I exclude legacy-suppory-v4 lib in my project. > > ``` > implementation ('com.facebook.android:facebook-android-sdk:15.0.2') { > exclude group: "androidx.legacy",...

I solve the issue by manually remove the x86_64 architecture with following command > cd AdjustSdk.framework > lipo -remove x86_64 -output AdjustSdk AdjustSdk

Email from Apple: ![adjust-issue](https://github.com/adjust/ios_sdk/assets/14297268/395f0e1f-57bf-415d-8455-c507351748b7)

@uerceg After I removed the `x86_64` architecture from the Adjust SDK framework and re-submitted, Apple approved my app. I think `x86_64` architecture is no longer needed on the iOS platform....