touren / twitter-kit-ios

Twitter Kit is a native SDK to include Twitter content inside mobile apps.
Apache License 2.0
110 stars 80 forks source link

Install Twitter Kit Manually unsupported architectures '[x86_64] does not have proper segment alignment #12

Open Celia-Jiang opened 4 years ago

Celia-Jiang commented 4 years ago

Running on device :dyld: Library not loaded: @rpath/TwitterKit.framework/TwitterKit Referenced from: /var/containers/Bundle/Application/5CD9F914-AEF1-4A3B-9EAE-0DF8858B8B6E/SDKUpdate.app/SDKUpdate Reason: image not found Add TwitterKit to "Embedded Binaries" .Succeesfuly running on devices. But submit to App Store: App Store Connect Operation Error Unsupported Architectures. The executable for SDKUpdate.app/Frameworks/TwitterKit.framework contains unsupported architectures '[x86_64]'.

App Store Connect Operation Error Invalid Segment Alignment. The app binary at 'SDKUpdate.app/Frameworks/TwitterKit.framework/TwitterKit' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version.

App Store Connect Operation Error The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker.

zhongqing05 commented 4 years ago

I have the same problem